anonymous1718628087441
Unregistered
|
Multicast paging worked but no longer works
We have a lot of t28p phones with firmware 2.70.0.103, using 3cx.
We use Snoms for our paging, but in a couple of areas, we were using T28 with the new multicast paging feature, which was working, but it suddenly stopped, and we cannot get it working again on any T28. Paging still works as always on the SNOMs, so we know our networking is fine, and switch settings have not changed.
The interesting thing is, the phone receives the multicast signal, and displays properly, and the phone double beeps and then clicks like it wants to receive the audio, but nothing comes out of the speaker.
Can you suggest something for me to try?
Thanks,
phil
just noticed one difference between my snoms (where paging works) and t28 (paging doesn't work) and that's that the snom LAN address is static on 192.168.75.x:2048, and the yealink phones are DHCP and are using ports 5062, 5063, 5064, etc. could this be a factor?
|
|
08-13-2013 12:42 AM |
|
CWR
Moderator
Posts: 717
Joined: May 2013
|
RE: Multicast paging worked but no longer works
check the audio codec in use as the static ip vs dhcp ip should not matter. multicast is using a different address range - right? ie: 239.0.0.1:50001
Code:
#######################################################################################
## Multicast ##
#######################################################################################
#Configure the codec of multicast paging.
multicast.codec = PCMU
#Enbale or diable the phone to handle the incoming multicast paging calls when there is a multicast paging call on the phone; 0-Disabled, 1-Enabled (default);
#If enabled, the phone will answer the incoming multicast paging call with a higher priority and ignore that with a lower priority.
multicast.receive_priority.enable = 0
#Configure the priority of multicast paging calls. It ranges from 0 to 10.
multicast.receive_priority.priority = 0
#Configure the listening multicast IP address and port number for the phone. X ranges from 1 to 10.
#multicast.listen_address.X.ip_address =
multicast.listen_address.1.ip_address = 239.0.0.1:50001
#Configure the lable displayed on the LCD screen when receiving the multicast paging. X ranges from 1 to 10.
#multicast.listen_address.X.label =
multicast.listen_address.1.label = PAGE
(This post was last modified: 08-13-2013 03:21 AM by CWR.)
|
|
08-13-2013 03:20 AM |
|
anonymous1718628087441
Unregistered
|
RE: Multicast paging worked but no longer works
[quote='craigreilly' pid='2860' dateline='1376335234']
check the audio codec in use as the static ip vs dhcp ip should not matter. multicast is using a different address range - right? ie: 239.0.0.1:50001
[code]
#######################################################################################
## Multicast ##
#######################################################################################
#Configure the codec of multicast paging.
multicast.codec = PCMU
correct
where can I paste the text here - since most / all of the config files seem to be xml, not txt files.
#######################################################################################
## Multicast ##
#######################################################################################
#Configure the codec of multicast paging.
multicast.codec = PCMU
the common cfg files seem all to be in use - what has to happen to edit those, stop phone system?
|
|
08-13-2013 03:27 AM |
|