VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
tnelson at rockbochs.com Guest
|
Posted: Tue Sep 16, 2014 9:08 pm Post subject: [asterisk-users] Polycom DND + Intercom/Paging Override? |
|
|
Greetings-
As many of your are Polycom "experienced", I was hoping some kind soul could provide direction on a specific issue.
On a system running Asterisk 11.11.0 (and latest FreePBX), I'm finding an instance where, using intercom/paging functionality of FreePBX, I need to override an end user's 'Do Not Disturb' selection on the handset. By default, DND simply rejects all inbound SIP INVITEs. However, a page/intercom needs to be allowed through.
Any suggestions? I've read reports this is doable using Polycom config options for call priorities, but I've had no such luck yet.
Thanks!
--Tim |
|
Back to top |
|
|
david at ringfree.biz Guest
|
Posted: Wed Sep 17, 2014 8:03 pm Post subject: [asterisk-users] Polycom DND + Intercom/Paging Override? |
|
|
Tim,
I THINK but I'm not sure that you can do this with the Polycom multicast page function. Have you attempted this yet?
Thanks
david
On Tue, Sep 16, 2014 at 10:07 PM, Tim Nelson <tnelson@rockbochs.com (tnelson@rockbochs.com)> wrote:
Quote: | Greetings-
As many of your are Polycom "experienced", I was hoping some kind soul could provide direction on a specific issue.
On a system running Asterisk 11.11.0 (and latest FreePBX), I'm finding an instance where, using intercom/paging functionality of FreePBX, I need to override an end user's 'Do Not Disturb' selection on the handset. By default, DND simply rejects all inbound SIP INVITEs. However, a page/intercom needs to be allowed through.
Any suggestions? I've read reports this is doable using Polycom config options for call priorities, but I've had no such luck yet.
Thanks!
--Tim
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
[/url]
David Wessell / President
828-575-0030 x101/ david@ringfree.biz (david@ringfree.biz)
Ringfree Communications, Inc Office: 828-575-0030 / Fax: 888-243-7830
PO BOX 1994 Hendersonville, NC 28793
[url=http://ringfree.biz/]http://ringfree.biz
This e-mail message may contain confidential or legally privileged information and is intended only for the use of the intended recipient(s). Any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is prohibited. E-mails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, or contain viruses. Anyone who communicates with us by e-mail is deemed to have accepted these risks. Company Name is not responsible for errors or omissions in this message and denies any responsibility for any damage arising from the use of e-mail. Any opinion and other statement contained in this message and any attachment are solely those of the author and do not necessarily represent those of the company. |
|
Back to top |
|
|
nathana at fsr.com Guest
|
Posted: Thu Sep 18, 2014 12:06 am Post subject: [asterisk-users] Polycom DND + Intercom/Paging Override? |
|
|
Yes, I am pretty sure that if a Polycom unit is set DND and you initiate a multicast page from another Polycom handset on a page or PTT channel that the DND handset is subscribed to (like the emergency channel), then you will hear audio on that handset.
BUT Polycom handsets cannot be configured to just listen to RTP being multicasted to a particular multicast IP like many other IP phones can...the signalling for Polycom multicast paging and PTT functionality is completely proprietary and not SIP-based, and in fact the audio itself is not RTP. It is a proprietary audio packet format that has a header prefixed to it containing signalling information, on every audio packet/frame. Therefore nothing else can initiate a multicast page except another Polycom phone on the same layer 2 broadcast domain...you cannot programmatically have Asterisk/FreePBX do this.
Polycom has released an engineering advisory documenting the format, in case anyone in Asterisk land is interested in writing a channel driver that can interoperate with this. I for one think it would be very handy to be able to have Asterisk initiate group paging and push-to-talk on Polycom handsets.
The document is here: http://support.polycom.com/global/documents/support/technical/products/voice/Audio_Packet_Format.pdf
--
Nathan Anderson
First Step Internet, LLC
nathana@fsr.com
On Wednesday, September 17, 2014 6:03 PM, David Wessell <> wrote:
Quote: | Tim,
I THINK but I'm not sure that you can do this with the Polycom multicast
page function. Have you attempted this yet?
Thanks
david
On Tue, Sep 16, 2014 at 10:07 PM, Tim Nelson <tnelson@rockbochs.com>
wrote:
Greetings-
As many of your are Polycom "experienced", I was hoping some kind soul
could provide direction on a specific issue.
On a system running Asterisk 11.11.0 (and latest FreePBX), I'm finding
an instance where, using intercom/paging functionality of FreePBX, I need
to override an end user's 'Do Not Disturb' selection on the handset. By
default, DND simply rejects all inbound SIP INVITEs. However, a
page/intercom needs to be allowed through.
Any suggestions? I've read reports this is doable using Polycom config
options for call priorities, but I've had no such luck yet.
Thanks!
--Tim
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
johnkiniston at gmail.com Guest
|
Posted: Thu Sep 18, 2014 12:31 pm Post subject: [asterisk-users] Polycom DND + Intercom/Paging Override? |
|
|
On Wed, Sep 17, 2014 at 10:06 PM, Nathan Anderson <nathana@fsr.com (nathana@fsr.com)> wrote:
Quote: | BUT Polycom handsets cannot be configured to just listen to RTP being multicasted to a particular multicast IP like many other IP phones can...the signalling for Polycom multicast paging and PTT functionality is completely proprietary and not SIP-based, and in fact the audio itself is not RTP. It is a proprietary audio packet format that has a header prefixed to it containing signalling information, on every audio packet/frame. Therefore nothing else can initiate a multicast page except another Polycom phone on the same layer 2 broadcast domain...you cannot programmatically have Asterisk/FreePBX do this.
|
There is one product that I know of that is Compatible with Polycom paging. The Algo 8180 Audio Alerter.
http://www.algosolutions.com/products/Audible-and-Visual-Alerting/8180-sip-audio-alerter.html
You can call it via SIP from asterisk and it can multicast in the special Polycom format to your phones.
--
A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.
---Heinlein |
|
Back to top |
|
|
tnelson at rockbochs.com Guest
|
Posted: Thu Sep 18, 2014 1:40 pm Post subject: [asterisk-users] Polycom DND + Intercom/Paging Override? |
|
|
----- Original Message -----
Quote: | I THINK but I'm not sure that you can do this with the Polycom
multicast page function. Have you attempted this yet?
|
Given the odd nature of multicast paging with Polycom, I was hoping to avoid such a setup. My recollection is having this work previously with an older version of Asterisk (1.4.x?), and the same handsets. Time to check archived backups...
Thank you for the suggestion though, I may have to go that route.
--Tim
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
nathana at fsr.com Guest
|
Posted: Thu Sep 18, 2014 8:43 pm Post subject: [asterisk-users] Polycom DND + Intercom/Paging Override? |
|
|
On Thursday, September 18, 2014 10:31 AM, John Kiniston wrote:
Quote: | There is one product that I know of that is Compatible with Polycom
paging. The Algo 8180 Audio Alerter. [snip]
You can call it via SIP from asterisk and it can multicast in the special
Polycom format to your phones.
|
Wow, I had no idea! I have looked at SIP-based PAs in the past, including this one, but this completely escaped my attention. I just browsed through the manual, and sure enough, this is an advertised feature.
Kinda weird that you have to buy an all-in-one loudspeaker to acquire a device that can act as a SIP-to-Polycom-multicast bridge...it would be nice if they sold a cheaper version that omitted the speaker. (Or, even better yet, if Asterisk just supported this natively so that you didn't have to buy some hardware box.) But still, it's nice to know that this exists and is an option.
Thanks for the heads-up!
--
Nathan Anderson
First Step Internet, LLC
nathana@fsr.com
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|