Re: [Asterisk-Users] Polycom Auto-Answer problems

2005-07-15 Thread dbruce
of the parameters will be in the sip.cfg file. Regards, Derek - Original Message - From: C F [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Thursday, July 14, 2005 9:04 PM Subject: Re: [Asterisk-Users] Polycom Auto-Answer

RE: [Asterisk-Users] Polycom Auto-Answer problems

2005-07-15 Thread Chad Osmond
] On Behalf Of dbruce Sent: July 15, 2005 6:39 AM To: C F; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Polycom Auto-Answer problems Although the ipmid.cfg has been deprecated with SIP v1.5.2 (all the parameters have been moved to sip.cfg), the firmware

Re: [Asterisk-Users] Polycom Auto-Answer problems

2005-07-15 Thread Ariel Batista
C F wrote: The IP-501 AFAIK comes shipped with SIP1.5.2 which does NOT use ipmid.cfg. You have to get new *.cfg files for the ip-501 or the older phones that run 1.5.2. Sorry to tell you but that is not a correct. The IP-501 I have about 15 of them new and they came with 1.4.2 also they do

Re: [Asterisk-Users] Polycom Auto-Answer problems

2005-07-14 Thread Ryan Courtnage
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 =

Re: [Asterisk-Users] Polycom Auto-Answer problems

2005-07-14 Thread Adam Dobrin
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 exten = 301,3,Dial(SIP/5001,15) exten = 301,4,Hangup Sip.cfg for Polycom phone

Re: [Asterisk-Users] Polycom Auto-Answer problems

2005-07-14 Thread dbruce
. Regards, Derek Bruce - Original Message - From: Adam Dobrin [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Thursday, July 14, 2005 4:07 PM Subject: Re: [Asterisk-Users] Polycom Auto-Answer problems Chad Osmond wrote

Re: [Asterisk-Users] Polycom Auto-Answer problems

2005-07-14 Thread C F
The IP-501 AFAIK comes shipped with SIP1.5.2 which does NOT use ipmid.cfg. You have to get new *.cfg files for the ip-501 or the older phones that run 1.5.2. On 7/14/05, Chad Osmond [EMAIL PROTECTED] wrote: CVS Head from 07/07/2005 I'm trying to make an IP-501 auto answer a call. exten =