Yealink Forums
Intercom Barge - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: General topics (/forumdisplay.php?fid=15)
+--- Thread: Intercom Barge (/showthread.php?tid=124)

Pages: 1 2


RE: Intercom Barge - Yealink Support - 11-12-2013 10:11 AM

Hi Benoit,

Thank you for your information.
I have submitted your issue to our R&D.
If it is fixed, i will update for you.


RE: Intercom Barge - Yealink Support - 11-12-2013 10:44 AM

Hi Benoit ,

The reason of this issue is the notify type isn't the right type of intercom. It is "Event:talk" which does not controlled by intercom feature.
If A want to intercom B, A needs to send INVITE message along with a "auto-answer=0" but not "Event:talk", then A will intercom B.
So you can change the setting of your server or we will try to update a fixed version for you if possible.


RE: Intercom Barge - braymond - 11-14-2013 09:00 AM

Thank you for the feedback.

It was indeed how I had Intercom feature setup within Freeswitch.

If I use the default dialplan, the barge will always happens:

<extension name="extension-intercom">
<condition field="destination_number" expression="^\*(3\d\d)$">
<action application="set" data="dialed_extension=$1"/>
<action application="export" data="sip_auto_answer=true"/>
<action application="bridge" data="user/${dialed_extension}@${domain_name}"/>
</condition>
</extension>

So the sip_auto_answer=true does not properly work with Yealink phones. In order to make it work, I replaced that line with this:
<action application="set" data="sip_h_Call-Info=<sip:192.168.0.3>;answer-after=0"/>

I have used the IP of my PBX and now the active call is no longer put on hold when the phone is receiving an Intercom.

One problem solved ... now up to the other ones Big Grin

Thanks,
Benoit


RE: Intercom Barge - Yealink Support - 11-14-2013 09:24 AM

Hi Benoit,

Yes. That is the way we can handle.Big Grin