[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cant dial Emergency 911 on v81 Firmware...??
Author Message
Jessy Offline
Junior Member
**

Posts: 1
Joined: Jan 2017
Reputation: 0
Post: #1
Cant dial Emergency 911 on v81 Firmware...??
Hello all,



I just spent 3 days troubleshooting an issue:



Sangoma PBXact 60 PBX Server(latest updates)



I just installed a new phone system and deployed the v81 firmware to all the T46G phones. After installation I made a test call to 911 to make sure the E911 was reading back correctly and it would not dial. The arrows just kept scrolling across the screen.



Deleted all the routes and rebuilt them and it still would not dial. I called my phone provider and they confirmed they are not even receiving the SIP request. Began troubleshooting and looking into the logs and this is what shows when trying to dial 911:

[2017-01-27 16:28:03] NOTICE[21337] res_pjsip/pjsip_distributor.c: Request 'INVITE' from '"103" <sip:103@10.15.20.8>' failed for '10.15.20.174:5160' (callid: 0_1228372804@10.15.20.174) - No matching endpoint found

[2017-01-27 16:28:03] NOTICE[21337] res_pjsip/pjsip_distributor.c: Request 'INVITE' from '"103" <sip:103@10.15.20.8>' failed for '10.15.20.174:5160' (callid: 0_1228372804@10.15.20.174) - Failed to authenticate



Called Sangoma and they also troubleshot with me very confused as to what is happening. After working for 1 1/2 hours with them we gave up as the tech support wanted to look farther into the issue.



I then came back to my office on a different PBX server and tried to dial 911 on my phone also running the latest firmware v81. No dice. I could NOT dial 911 yet again. I walked over to all the other phones running v80 and it worked with no issues.



I then downgraded my phone and now i can again dial 911. I also want to point out that we use Chan_SIP not PJSIP so i am not sure why dialing 911 is trying to run a PJSIP command, this is why the phone system rejects it and the phone just sits there with arrows across the screen trying to dial out.



Please let me know whats happening and anyone else running v81 using FreePBX/PBXact please try and make sure it works or doesn't.
(This post was last modified: 01-29-2017 02:04 PM by Jessy.)
01-28-2017 12:41 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
BusinessWare Solutions_Support Offline
Junior Member
**

Posts: 2
Joined: Jan 2017
Reputation: 0
Post: #2
RE: Cant dial Emergency 911 on v81 Firmware...??
Do you know how to run a capture on the phone its self and post it?

Go to a web browser and browse to the phones IP.
Login to the phone and go to the settings Tab.
Go to configuration.
You will see pcap feature listed there.
Click start an make the test call.
Right after you hand up the call click stop and it will let you then export the capture.

Post the capture so we can see what the invite is showing.
01-30-2017 04:09 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Spencer06 Offline
Banned

Posts: 3
Joined: Mar 2017
Post: #3
RE: Cant dial Emergency 911 on v81 Firmware...??
I ran into this problem too and it caused a lot of frustration. It seems to be a bug in the firmware. I think it is trying to use the new emergency dialing feature even if you didn't configure it, and it wants to use port 5060. We use port 5061 for internal phones, so it was trying to send the INVITE on the wrong port (and PJSIP, on port 5060, says "no matching endpoint found"). I had to set the following options in the config files, then 911 dialing worked:

Code:
dialplan.emergency.server.1.address = (your SIP server IP)
dialplan.emergency.server.1.port = (port number, 5061 in our case)
dialplan.emergency.server.1.transport_type = 0  (specifies UDP - not sure if this is needed or not)
dialplan.emergency.1.server_priority = 1,2,3

Hope that helps someone in the future. Yealink needs to fix this. If 911 is dialed but emergency dialing is not configured, it needs to go to the primary SIP server the phone is registered to!!



(01-28-2017 12:41 AM)Jessy Wrote:  Hello all,



I just spent 3 days troubleshooting an issue:



Sangoma PBXact 60 PBX Server(latest updates)



I just installed a new phone system and deployed the v81 firmware to all the T46G phones. After installation I made a test call to 911 to make sure the E911 was reading back correctly and it would not dial. The arrows just kept scrolling across the screen.



Deleted all the routes and rebuilt them and it still would not dial. I called my phone provider and they confirmed they are not even receiving the SIP request. Began troubleshooting and looking into the logs and this is what shows when trying to dial 911:

[2017-01-27 16:28:03] NOTICE[21337] res_pjsip/pjsip_distributor.c: Request 'INVITE' from '"103" <sip:103@10.15.20.8>' failed for '10.15.20.174:5160' (callid: 0_1228372804@10.15.20.174) - No matching endpoint found

[2017-01-27 16:28:03] NOTICE[21337] res_pjsip/pjsip_distributor.c: Request 'INVITE' from '"103" <sip:103@10.15.20.8>' failed for '10.15.20.174:5160' (callid: 0_1228372804@10.15.20.174) - Failed to authenticate



Called Sangoma and they also troubleshot with me very confused as to what is happening. After working for 1 1/2 hours with them we gave up as the tech support wanted to look farther into the issue.



I then came back to my office on a different PBX server and tried to dial 911 on my phone also running the latest firmware v81. No dice. I could NOT dial 911 yet again. I walked over to all the other phones running v80 and it worked with no issues.



I then downgraded my phone and now i can again dial 911. I also want to point out that we use Chan_SIP not PJSIP so i am not sure why dialing 911 is trying to run a PJSIP command, this is why the phone system rejects it and the phone just sits there with arrows across the screen trying to dial out.



Please let me know whats happening and anyone else running v81 using FreePBX/PBXact please try and make sure it works or doesn't.
03-20-2017 02:37 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Spencer06 Offline
Banned

Posts: 3
Joined: Mar 2017
Post: #4
RE: Cant dial Emergency 911 on v81 Firmware...??
I ran into this problem too and it caused a lot of frustration. It seems to be a bug in the firmware. I think it is trying to use the new emergency dialing feature even if you didn't configure it, and it wants to use port 5060. We use port 5061 for internal phones, so it was trying to send the INVITE on the wrong port (and PJSIP, on port 5060, says "no matching endpoint found"). I had to set the following options in the config files, then 911 dialing worked:


dialplan.emergency.server.1.address = (your SIP server IP)
dialplan.emergency.server.1.port = (port number, 5061 in our case)
dialplan.emergency.server.1.transport_type = 0 (specifies UDP - not sure if this is needed or not)
dialplan.emergency.1.server_priority = 1,2,3


Hope that helps someone in the future. Yealink needs to fix this. If 911 is dialed but emergency dialing is not configured, it needs to go to the primary SIP server the phone is registered to!!

(01-28-2017 12:41 AM)Jessy Wrote:  Hello all,



I just spent 3 days troubleshooting an issue:



Sangoma PBXact 60 PBX Server(latest updates)



I just installed a new phone system and deployed the v81 firmware to all the T46G phones. After installation I made a test call to 911 to make sure the E911 was reading back correctly and it would not dial. The arrows just kept scrolling across the screen.



Deleted all the routes and rebuilt them and it still would not dial. I called my phone provider and they confirmed they are not even receiving the SIP request. Began troubleshooting and looking into the logs and this is what shows when trying to dial 911:

[2017-01-27 16:28:03] NOTICE[21337] res_pjsip/pjsip_distributor.c: Request 'INVITE' from '"103" <sip:103@10.15.20.8>' failed for '10.15.20.174:5160' (callid: 0_1228372804@10.15.20.174) - No matching endpoint found

[2017-01-27 16:28:03] NOTICE[21337] res_pjsip/pjsip_distributor.c: Request 'INVITE' from '"103" <sip:103@10.15.20.8>' failed for '10.15.20.174:5160' (callid: 0_1228372804@10.15.20.174) - Failed to authenticate



Called Sangoma and they also troubleshot with me very confused as to what is happening. After working for 1 1/2 hours with them we gave up as the tech support wanted to look farther into the issue.



I then came back to my office on a different PBX server and tried to dial 911 on my phone also running the latest firmware v81. No dice. I could NOT dial 911 yet again. I walked over to all the other phones running v80 and it worked with no issues.



I then downgraded my phone and now i can again dial 911. I also want to point out that we use Chan_SIP not PJSIP so i am not sure why dialing 911 is trying to run a PJSIP command, this is why the phone system rejects it and the phone just sits there with arrows across the screen trying to dial out.



Please let me know whats happening and anyone else running v81 using FreePBX/PBXact please try and make sure it works or doesn't.
03-20-2017 02:39 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Spencer06 Offline
Banned

Posts: 3
Joined: Mar 2017
Post: #5
RE: Cant dial Emergency 911 on v81 Firmware...??
I have a solution to this but the draconian policies set on this forum won't let me post it. Use another forum.

(01-28-2017 12:41 AM)Jessy Wrote:  Hello all,



I just spent 3 days troubleshooting an issue:



Sangoma PBXact 60 PBX Server(latest updates)



I just installed a new phone system and deployed the v81 firmware to all the T46G phones. After installation I made a test call to 911 to make sure the E911 was reading back correctly and it would not dial. The arrows just kept scrolling across the screen.



Deleted all the routes and rebuilt them and it still would not dial. I called my phone provider and they confirmed they are not even receiving the SIP request. Began troubleshooting and looking into the logs and this is what shows when trying to dial 911:

[2017-01-27 16:28:03] NOTICE[21337] res_pjsip/pjsip_distributor.c: Request 'INVITE' from '"103" <sip:103@10.15.20.8>' failed for '10.15.20.174:5160' (callid: 0_1228372804@10.15.20.174) - No matching endpoint found

[2017-01-27 16:28:03] NOTICE[21337] res_pjsip/pjsip_distributor.c: Request 'INVITE' from '"103" <sip:103@10.15.20.8>' failed for '10.15.20.174:5160' (callid: 0_1228372804@10.15.20.174) - Failed to authenticate



Called Sangoma and they also troubleshot with me very confused as to what is happening. After working for 1 1/2 hours with them we gave up as the tech support wanted to look farther into the issue.



I then came back to my office on a different PBX server and tried to dial 911 on my phone also running the latest firmware v81. No dice. I could NOT dial 911 yet again. I walked over to all the other phones running v80 and it worked with no issues.



I then downgraded my phone and now i can again dial 911. I also want to point out that we use Chan_SIP not PJSIP so i am not sure why dialing 911 is trying to run a PJSIP command, this is why the phone system rejects it and the phone just sits there with arrows across the screen trying to dial out.



Please let me know whats happening and anyone else running v81 using FreePBX/PBXact please try and make sure it works or doesn't.
03-20-2017 02:40 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
fdtcloud Offline
Junior Member
**

Posts: 18
Joined: Oct 2013
Reputation: 0
Post: #6
RE: Cant dial Emergency 911 on v81 Firmware...??
Same issue here. I found if I set the outbound proxy (correct server and PORT) and enabled outbound proxy the 911 emergency calls proceed as normal. Looking for a fix from Yealink.
07-15-2017 12:33 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  newest firmware for T4XS units causes bootup loop davedogmoore@gmail.com 0 761 01-21-2024 03:44 PM
Last Post: davedogmoore@gmail.com
  SIP-T46G Need firmware update instructions RobbyK 2 1,185 01-11-2024 10:52 PM
Last Post: RobbyK
  Firmware T42s Raimundo 1 1,547 11-23-2023 06:45 PM
Last Post: Darsh
  Key pad speed dial FAILS from non-default account jseeley 1 1,067 09-08-2023 05:56 AM
Last Post: jseeley
  T41S FIRMWARE 66.9.0.80 vers 66.86.0.5 DANJEAN 1 1,964 08-23-2023 01:00 AM
Last Post: complex1
  History Dial Back option number@ip Marcelve 1 1,210 08-18-2023 03:23 AM
Last Post: Marcelve
  Yealink SIP-T40P Firmware UnitedTech_Support 1 2,132 05-05-2023 08:07 PM
Last Post: complex1
  T48U Custom Firmware Upgrade to Official Friendly 0 2,024 03-29-2023 01:20 AM
Last Post: Friendly
  Speed Dial to a specific phone? prestigefac 0 1,157 02-06-2023 12:11 AM
Last Post: prestigefac
  Calling 3 digit numbers fails (emergency number) mrotteveel 1 1,754 01-29-2023 05:48 PM
Last Post: complex1

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication