On 14-Jul-05, at 2:20 PM, Chad Osmond wrote:

CVS Head from 07/07/2005

I'm trying to make an IP-501 auto answer a call.

exten => 301,1,SetVar(_ALERT_INFO="Ring_Ans")
exten => 301,2,SetVar(ALERT_INFO="Ring_Ans") # Tried both combinations

Try getting rid of the quotes:

exten => 301,1,SetVar(_ALERT_INFO=Ring_Ans)
exten => 301,2,SetVar(ALERT_INFO=Ring_Ans)

_______________________________________________
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