outgoing call
Added by Habibul Haq over 12 years ago
I have created a trunk which information are given below but when i tried to call through that trunk calls are not passing.
Registration String:
register => 096140zzzzz:[email protected]:5060/096140zzzzz
Account Entry:
[goautodial]
disallow=all
allow=g711
allow=gsm
allow=ulaw
type=friend
username=096140ZZZZZ
secret=096140yyyyy
host=x.x.x.x
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=no
Global String:
SIPEXAMPLE = SIP/goautodial
Dialplan Entry:
exten => _9X.,1,AGI
exten => _9X.,2,Dial(${SIPEXAMPLE}/${EXTEN:2},,To)
exten => _9X,3,Hangup
After setting this i am having the attached error
asterlog1.txt (2.7 KB) asterlog1.txt |
Replies (3)
RE: outgoing call
-
Added by Levy Ryan Nolasco over 12 years ago
Hi,
Good day! Please refer to this link for reference http://goautodial.org/projects/goautodialce/wiki/Goautodial_Getting_Started_Guide#Carrier-Configuration
Regards,
Ryan
RE: outgoing call
-
Added by striker 247 over 12 years ago
as per ur log
"app_dial.c:1310 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Unknown)"
make sure your sip trunk is getting registered
in cli type sip show peers and sip show registry to see the status of ur voip account
br
striker
striker24x7.blogspot.com
RE: outgoing call
-
Added by Habibul Haq over 12 years ago
Hi
The issue is solved, Issue was in the dial plan.
Thanks Everyone.
H.Haq