Help me improve the carrier setting mainly DialPlan
Posted: Sat Oct 13, 2012 10:42 am
VICIBOX 4.0.0 ISO | ASTERISK: 1.4.44-vici | VERSION: 2.6-375a | BUILD: 120831-1523 | CPU: i7-3770 | No Timing Hardware or Extra software | Hosted Server with core i7-3770 on ASUS P8H77-M PRO with 32GB RAM + 2x3TB SATA II driver using mdadm RAID1
I have the following settings in my carrier .. its working fine, but I am not sure they are completely correct .. not sure how to use the Global String .. also I think there are lots of extra entries in the Account Entry
I know the common saying "if it ain't broke, don't fix it", but we are going to deploy a 10 servers cluster, so want to make sure its optimize.
I have the following settings in my carrier .. its working fine, but I am not sure they are completely correct .. not sure how to use the Global String .. also I think there are lots of extra entries in the Account Entry
Carrier ID: 1001
Carrier Name: MyCarrier01
Registration String: register => UXXX:PYYY@IP:5040/UXXX
Account Entry
- Code: Select all
[T1001]
disallow=all
allow=alaw
allow=ulaw
allow=g729
type=friend
username=UXXX
secret=PYYY
host=IP
port=5040
dtmfmode=rfc2833
qualify=yes
insecure=very
nat=no
Protocol: SIP
Globals String: GS_ABC = SIP/T1001
Dialplan Entry:
- Code: Select all
exten => _944XXXXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _944XXXXXXXX.,2,Dial(SIP/${EXTEN:1}@T1001,20,tTor)
exten => _944XXXXXXXX.,3,Hangup
I know the common saying "if it ain't broke, don't fix it", but we are going to deploy a 10 servers cluster, so want to make sure its optimize.