Mike
2011-Jul-28 19:47 UTC
[asterisk-users] Disabling Polycom "reject" and "DND" or disable Asterisk 486 "Busy Here" actions
Hi, I'm looking to disable rejecting calls from my call center employees. They are using Polycom phones. Is there a way to either disable the reject/DND features on the Polycom phones (don`t think so) or have the Asterisk PBX ignore "Got SIP response 486 "Busy Here" back from 12.23.34.45" response from specific phones/SIP registrations and just keep on ringing? Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110728/f36241f1/attachment.htm>
Kevin P. Fleming
2011-Jul-28 19:51 UTC
[asterisk-users] Disabling Polycom "reject" and "DND" or disable Asterisk 486 "Busy Here" actions
On 07/28/2011 03:47 PM, Mike wrote:> I?m looking to disable rejecting calls from my call center employees. > They are using Polycom phones. Is there a way to either disable the > reject/DND features on the Polycom phones (don`t think so) or have the > Asterisk PBX ignore ?Got SIP response 486 "Busy Here" back from > 12.23.34.45? response from specific phones/SIP registrations and just > keep on ringing?It is impossible for a SIP UAS to 'ignore' a '486 Busy Here' response. SIP phones are not dumb devices like traditional PBX phones, they are completely in control of their end of the call. If the phone sends a '486 Busy Here' response, it has already dropped the call. It *is* possible to disable quite a lot of Polycom phone features via the configuration file; I would suggest spending some quality time with the Administrator's Guide (and ensure you are running 3.x software on the phones) to find out if those features can be disabled. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies Jabber: kfleming at digium.com | SIP: kpfleming at digium.com | Skype: kpfleming 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at www.digium.com & www.asterisk.org
Eric Wieling
2011-Jul-28 19:55 UTC
[asterisk-users] Disabling Polycom "reject" and "DND" or disable Asterisk 486 "Busy Here" actions
> -----Original Message----- > From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users- > bounces at lists.digium.com] On Behalf Of Mike > Sent: Thursday, July 28, 2011 3:47 PM > To: 'Asterisk Users Mailing List - Non-Commercial Discussion' > Subject: [asterisk-users] Disabling Polycom "reject" and "DND" or disable > Asterisk 486 "Busy Here" actions > > > I'm looking to disable rejecting calls from my call center employees. They > are using Polycom phones. Is there a way to either disable the reject/DND > features on the Polycom phones (don`t think so) or have the Asterisk PBX > ignore "Got SIP response 486 "Busy Here" back from 12.23.34.45" response > from specific phones/SIP registrations and just keep on ringing?For Firmware 3.3.0 or later. voIpProt.SIP.serverFeatureControl.localProcessing.dnd="0" You may also have to add voIpProt.SIP.serverFeatureControl.dnd="1" Since Asterisk doesn't support the Polycom "server based DND" that should effectively disable DND. If you just want to disable the reject response use call.rejectBusyOnDnd="0"