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. _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
