" /> SIP Server vs Polycom Handset - Auto Answer - Genesys CTI User Forum

Author Topic: SIP Server vs Polycom Handset - Auto Answer  (Read 6571 times)

Offline Dionysis

  • Sr. Member
  • ****
  • Posts: 408
  • Karma: 8
SIP Server vs Polycom Handset - Auto Answer
« on: November 16, 2010, 03:23:06 AM »
Advertisement
Hey guys,

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.

Anyone got any experience with these handsets?


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: SIP Server vs Polycom Handset - Auto Answer
« Reply #1 on: November 16, 2010, 01:03:47 PM »
You can try this page:

http://www.voip-info.org/wiki/view/Polycom+auto-answer+config

Check the SUGAR CRM integration mode, in this way using Alert-Info: RANR may work...not 100% sure what might worth trying it

Also check this: http://testlab.inin.com/compatibilityfiles_external/documents/SoundPoint3130592.pdf
« Last Edit: November 16, 2010, 01:06:09 PM by cavagnaro »

Offline Dionysis

  • Sr. Member
  • ****
  • Posts: 408
  • Karma: 8
Re: SIP Server vs Polycom Handset - Auto Answer
« Reply #2 on: November 18, 2010, 12:14:24 AM »
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. 

Offline olol

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: SIP Server vs Polycom Handset - Auto Answer
« Reply #3 on: November 26, 2010, 01:48:28 PM »
you can also use URS strategy loaded on DN  and use AnswerCall[] function
I already use this

Offline Dionysis

  • Sr. Member
  • ****
  • Posts: 408
  • Karma: 8
Re: SIP Server vs Polycom Handset - Auto Answer
« Reply #4 on: December 03, 2010, 10:55:33 PM »
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.
<alertInfo voIpProt.SIP.alertInfo.1.value="ring-answer" voIpProt.SIP.alertInfo.1.class="4" />
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.

Anyone got any ideas?

Offline Dionysis

  • Sr. Member
  • ****
  • Posts: 408
  • Karma: 8
Re: SIP Server vs Polycom Handset - Auto Answer
« Reply #5 on: December 04, 2010, 12:34:53 AM »
Figured it out myself.

Set dual-dialog-enabled to false on the DN and everything is good.

:)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: SIP Server vs Polycom Handset - Auto Answer
« Reply #6 on: December 05, 2010, 07:10:20 AM »
:D job well done Dionysis! Thanks for sharing!

Offline cmax

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Re: SIP Server vs Polycom Handset - Auto Answer
« Reply #7 on: December 16, 2010, 07:26:01 PM »
I'm following along here.... step 1 is fine.... Step 2, the custom SIP headers I'm a bit lost. Any details on how to perform this function?

Thank!

Offline cmax

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Re: SIP Server vs Polycom Handset - Auto Answer
« Reply #8 on: January 11, 2011, 06:05:18 PM »
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','<auto-answer>'.

This will attactch data to the call, which you can manipulate to send thru the invite message.