Below, you will find the dial plan and carrier entries for Vicidial and/or Asterisk. Please note you may need to modify these entries to suit your needs. Specifically, in the Dial Plan section below, you will need to add your prefix.
Original SIP.conf Carrier Entry | |
|---|---|
| [SmartCarrier-155] context=trunkinbound type=friend host=155.138.235.95 insecure=port,invite disallow=all allow=ulaw allow=alaw nat=force_rport,comedia qualify=yes canreinvite=no sendrpid=yes dtmfmode=rfc2833 |
[SmartCarrier-64] context=trunkinbound type=friend host=64.176.213.101 insecure=port,invite disallow=all allow=ulaw allow=alaw nat=force_rport,comedia qualify=yes canreinvite=no sendrpid=yes dtmfmode=rfc2833 |
PJSIP.conf Carrier Entry | |
|---|---|
|
[SmartCarrier-155] [SmartCarrier-155]
|
[SmartCarrier-64] [SmartCarrier-155]
|
Asterisk/Vicidial Dial Plan Entry |
|---|
| Please note you may need to replace _X. in order to accommodate your specific scenario. |
| Simple Dial Plan - Note that in this dial plan, 76101 is your prefix. You will need to replace this value with your actual prefix. |
exten => _76101.,1,AGI(agi://127.0.0.1:4577/call_log) |
| Failover Dial Plan |
exten => _X.,1,Set(TIMEOUT(absolute)=60) |
Comments
0 comments
Article is closed for comments.