Master DNL Class4
Search…
Master DNL Class4
Introduction
Configure a new Class 4 instance
Your First Call with Class 4 Fusion
Support Contact
Bug Reporting Process
Hardware Sizing
Installation
Install with Tarball
Install with RPM
Install with AWS
Install with Google Cloud
Distributed Architecture
Upgrade an Existing Installation
Update an Existing Installation
Stir Shaken
Introduction
Configure Class 4
Configure Ingress Trunk
Setup External AS/VS connectivity
Basic Switch Configuration
Customize your logo
Customize Domain Name
Customize email template
Customize invoice template
Configuring Payment Gateway
Configuring CDR and PCAP Backup
Configuring SIP Registration
Configuring LRN
Quick Setup for Termination Traffic
Create Termination Vendor
Create Termination Route
Create Termination Client
Test with Call Simuation
Test Calls with SIP Client
Check CDR
Quick Setup for Origination Traffic
Introduction
Create DID Vendors
Create DID Billing Plan
Create DID Clients
DID Repository
Assign DID to Client
Test Calls with Call Simulation
Setup for your client to buy DIDs from portal
Data Access
Postgres Database
Raw Switch Data
System Administration
Modules
Start and Stop
Logging
Software Updates
Setup additional dnl_softswitch
Add Additional IP to Switch
Configure SIP Cause Code and Q850 Mapping
Enable Media Proxy
Class 4 API
Authorization
Class4 API
Troubleshooting
Calls are failure
Powered By
GitBook
Configure SIP Cause Code and Q850 Mapping
Class 4 Fusion let you configure Q850 mapping with SIP Cause Code. You can configure this mapping in this config file:
1
/opt/denovo/dnl_softswitch/conf/sip_response_to_q850.conf
Copied!
Here is how it looks like:
1
sip_response,QSIG
2
200,16
3
400,41
4
401,21
5
402,21
6
403,21
7
404,1
8
405,63
9
406,79
10
407,21
11
408,102
12
410,22
13
413,127
14
414,127
15
415,79
16
416,127
17
420,127
18
421,127
19
423,127
20
480,18
21
481,41
22
482,25
23
483,25
24
484,28
25
485,1
26
486,17
27
487,487
28
488,65
29
500,41
30
501,79
31
502,38
32
503,34
33
504,102
34
505,127
35
513,127
36
600,17
37
603,21
38
604,1
39
606,65
Copied!
By default, this file does not exist, so you will need to create it under the /conf directory.
After you modify this sip_response_toq850.conf file, you will need to restart the swith using the following command:
1
systemctl restart dnl_softswitch
Copied!
System Administration - Previous
Add Additional IP to Switch
Next - System Administration
Enable Media Proxy
Last modified
1yr ago
Copy link