Hello,
   I am using asterisk to autodial a phone number once an hour to verify an answering IVR script is working by listening for a beep played by the IVR, and that is working well.  The one thing I have not been able to find is a way to trap if the call didn't connect at all, like if the entire IVR is down or the phone line is dead, since it doesnt enter the menu until the call is connected.
 
Here is my dialout script that gets dumped into outgoing.  Is there a way to tell it to run a script if it fails to connect?
 
Channel: SIP/[EMAIL PROTECTED]
Callerid: 1000
MaxRetries: 1
RetryTime: 300
WaitTime: 15
Context: IVR_TEST1
Extension: s
Priority: 1
 
Thank you
Chris
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to