[Asterisk-Users] Re: Can't get Polycom auto-answer to work

Rich Adamson radamson at routers.com
Fri Feb 4 00:05:06 MST 2005


> > >     -- Executing SetVar("SIP/27-8b27", "ALERT_INFO=Ring Answer") in 
> > new
> > > stack
> > >     -- Executing Dial("SIP/27-8b27", "SIP/19|20") in new stack
> > >     -- Called 19
> > >     -- SIP/19-e562 is ringing
> > >
> > > and the phone just rings.  Any ideas?  Is it the firmware version? 
> > Am I
> > > not setting ALERT_INFO correctly?
> >
> > It's possible, but hard to say since you didn't tell us what version of
> > Asterisk you are using. If you are using CVS HEAD (and not the stable
> > series), you will have to set _ALERT_INFO instead, so it will be 
> > carried
> > down into the channel that the Dial app creates.
> 
> It's an older version of CVS HEAD:
> CVS-HEAD-11/03/04-14:59:37
> 
> I tried with _ALERT_INFO also - the result is the same.

Here's what is actually working with a spa3k and CVS-HEAD-01/08/05:
exten => 3020,1,SetVar(_ALERT_INFO=bellcore-r3) ; selects Ringer
exten => 3020,2,Dial(SIP/3020,25,r)
exten => 3020,3,Voicemail(u3020)
exten => 3020,103,Voicemail(b3020)
exten => 3020,104,Hangup

I don't have a Polycom handy to test with.





More information about the asterisk-users mailing list