[Asterisk-Users] Polycom Auto-Answer problems

Ryan Courtnage ryan-lists at voxbox.ca
Thu Jul 14 15:38:51 MST 2005


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)




More information about the asterisk-users mailing list