[asterisk-dev] autodial

Santhosh N santhosh.n at masconit.com
Thu Oct 5 05:02:00 MST 2006


Hi,

I am trying to initiate call from asterisk using *.call *file. I am able 
to make a call but when i receive the call my UA will hangup.

The files i have used are

500.call

Channel: SIP/5000
Callerid: Automated call
MaxRetries: 10
RetryTime: 30
WaitTime: 10
Context: santhosh
Extension: s
Priority: 1

extension.conf
[santhosh]
exten => s,1,SayDigits(1224)

and the below msg i am getting in the astersik CLI.
   -- Attempting call on SIP/5000 for s at santhosh:1 (Retry 1)
Oct  5 17:33:06 NOTICE[29913]: pbx.c:1741 pbx_extension_helper: Cannot 
find extension context 'incoming'
       > Channel SIP/5000-092c35e0 was answered.
  == Starting SIP/5000-092c35e0 at santhosh,s,1 failed so falling back 
to exten 's'
  == Starting SIP/5000-092c35e0 at santhosh,s,1 still failed so falling 
back to context 'default'
Oct  5 17:33:06 WARNING[29923]: pbx.c:2357 __ast_pbx_run: Channel 
'SIP/5000-092c35e0' sent into invalid extension 's' in context 
'default', but no invalid handler
Oct  5 17:33:06 NOTICE[29923]: pbx_spool.c:279 attempt_thread: Call 
completed to SIP/5000



Regards,
Santhosh




More information about the asterisk-dev mailing list