Page 1 of 1

Want to Activate UK and AUS

PostPosted: Tue Dec 16, 2008 3:33 pm
by kolucoms6
Below are few lines from Extension.conf :


[trunkint]
exten => _9011.,1,Macro(dundi-e164,${EXTEN:4})
exten => _9011.,2,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})

[trunkld]
exten => _91NXXNXXXXXX,1,Macro(dundi-e164,${EXTEN:1})
exten => _91NXXNXXXXXX,2,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})

[trunklocal]
exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})

[trunktollfree]
exten => _91800NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})

exten => _91866NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})

exten => _91877NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})

exten => _91888NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})





I want to activate UK and AUS . What changes are required ?

PostPosted: Tue Dec 16, 2008 4:15 pm
by mflorell
How will you populate the leads going into the dialer?

What will the phone_code field be set to?

PostPosted: Tue Dec 16, 2008 4:16 pm
by kolucoms6
144 and 10 digit UK number

Example :

1441329236299


In DB ,

Phone_code is 1
Phone_Number is 441329236299

Now, when I tried to dial out, all numbers went off as NA as status.

Now, to work UK dial out, I changed

Omit Phone Code to Y and it worked.

:-)

Thanks Matt, for your guidance.