Page 1 of 1

Incoming Call Problem

PostPosted: Thu Apr 19, 2012 1:19 pm
by richardroi
Hi!
When i try calling my DID number I got this error,
[Apr 20 00:32:06] NOTICE3139: chan_sip.c:15566 handle_request_invite: Call from ' ' to extension 'xxxxxxxxxxx' rejected because extension not found."

when i put "exten => _X.,1,AGI" in extension-vicidial.conf under vicidial carrier under local server it is working.

please help!

GoAutodial CE 2.1
Vicidial SVN 2.4-309a BUILD: 110430-1642
Asterisk 1.4.39.1-vici
Single Server

Re: Incoming Call Problem

PostPosted: Fri Apr 20, 2012 12:13 am
by striker
what context you have entered in your sip trunk.

context =trunkinbound


after entering the context =trunkinbound , you need to create DID in your goautodial under inbound tab.
by default exten => _X.,1,AGI..... will be enteredin the extensions.conf.

Re: Incoming Call Problem

PostPosted: Fri Apr 20, 2012 1:25 am
by richardroi
Thanks striker! sip trunk is ok, context = trunkinbound, DID number is good, like what i said, incoming calls work if i add "exten => _X.,1,AGI" in extensions-vicidial.conf (when i was troubleshooting) and i believe it is already on extensions.conf by default. i already have one system running, and we are planning for an upgrade...I'm just lost at this point!

Re: Incoming Call Problem

PostPosted: Fri Apr 20, 2012 11:05 am
by richardroi
Hello...regarding my problem, i found a new solution...i changed the "context=default" to "context=trunkinbound" at sip.conf. just want to know if it will create problems.
please advise!!!
thanks.