I’m trying to get a Polycom IP430 handset to auto answer when registered as an extension on SIP Server.
I’ve read the manual and I know that something needs to be sent in the “Alert Info” of the INVITE message, and that it’s something to do with the “ring type”. But I can’t for the life of me figure out the syntax to use.
Thanks Cav, I’ve seen those already, the problem is not so much how to do it, as it turns out. It’s how to do it without an ftp server for the handset to get it’s config from.
Looks like it can’t be done without the ftp configuration files.
olol, the TAnswerCall function is not supported by SIP Server to the best of my knowledge, otherwise this would be a quick win.
I have now got the phone to auto answer using the sip.cfg files downloading from an FTP server. To do this you need to do the following:
1 - edit your sip.cfg to contain the following 2 lines.
and
<RING_ANSWER se.rt.4.name=“ring-answer” se.rt.4.type=“ring-answer” se.rt.4.timeout=“2” se.rt.4.ringer=“2” se.rt.4.callWait=“6” se.rt.4.mod=“1”/>
2 - add custom SIP Headers to have “Alert Info: ring-answer” on every call to the extension. For outbound calls you need to use the make-call-alert-info option in SIP Server.
et voila!
Auto Answer.
However, I’m still struggling with some functionality. When you transfer or conference a call the handset sees a new call arrive. Which does not get auto answered with my config. So my Inbound and Outbound calls work but transfers and conferences are not.
I didn’t receive any replies so we figured another easy way to do this. Using the multi assign function in IRD, try calling ExtensionAttach[‘Alert-Info’,‘’.
This will attactch data to the call, which you can manipulate to send thru the invite message.