Project

General

Profile

outgoing call

Added by Habibul Haq over 11 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::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


Replies (3)

RE: outgoing call - Added by Levy Ryan Nolasco over 11 years ago

RE: outgoing call - Added by striker 247 over 11 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 11 years ago

Hi

The issue is solved, Issue was in the dial plan.

Thanks Everyone.

H.Haq

    (1-3/3)
    Go to top