Project

General

Profile

carrier setup

Added by george lagardo almost 11 years ago

Hello,

Please help me in setting up the dial plan for 2 new campaigns, i am presently running one campaign -> dialling to Australia with the following dial plan as below. which is working fine.

 
Carrier ID:      TATA 

Registration String: register => username:password@sipserveraddress:5060/username

Account Entry: 
[tata]
disallow=all
allow=ulaw
type=peer
username=*****
fromuser=*****
secret=*****
fromdomain=xxx.xxx.xxx.xxx (sip server ip add.)
host=xxx.xxx.xxx.xxx (sip server ip add.)
insecure=very

Globals String: Trunk=SIP/TATA

Dialplan Entry:

exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(SIP/00${EXTEN:1}@tata,,tTor)
exten => _91XXXXXXXXXX,3,Hangup

now i have a requirement to create more 2 campaigns one is US and the other is UK, please suggest me what additions should i do to this dial plan so that i am able to dial to UK and US , and also please tell me what changes should i make to campaigns-settings(config) so that each campaign uses its own dialling plan.

thanks and regards
George Lagardo


Replies (1)

RE: carrier setup - Added by Levy Ryan Nolasco almost 11 years ago

Hi George,

Good day! Please see the dial plan below for UK. Your campaign dial prefix will be 8 for your UK campaign and 9 for your US Campaign.

exten => _844.,1,AGI
exten => _844.,2,Dial(SIP/${EXTEN:1}@tata,,tTo)
exten => _844.,3,Hangup

Regards,
Ryan

    (1-1/1)
    Go to top