[asterisk-users] inbound filed

Jared Smith jsmith at digium.com
Wed Apr 15 11:11:06 CDT 2009


On Wed, 2009-04-15 at 09:59 -0600, Bayardo Sanchez wrote:
> i create inbound confi my confi is:
> 
> [incoming]
> exten=> 18888246463,,1,Dial(SIP/8003,60,rT)
> exten=> 6463,1,Dial(SIP/8003,60,rT)
> exten=> 18888246463,,n,Wait(5)
> exten=> 18888246463,,n,Hangup
> 
> but y calling and send this error in my CLI:
> 
> [Apr 15 09:58:48] NOTICE[26985]: chan_sip.c:14383
> handle_request_invite: Call from '101396_procall' to extension
> '8888246463' rejected because extension not found.

It appears that you have some extra commas in your configuration.  Try:

[incoming]
exten=> 18888246463,1,Dial(SIP/8003,60,rT)
exten=> 18888246463,n,Wait(5)
exten=> 18888246463,n,Hangup
exten=> 6463,1,Dial(SIP/8003,60,rT)



-- 
Jared Smith
Training Manager
Digium, Inc.




More information about the asterisk-users mailing list