JsSIP DTMF Issue with Spy/Whisper/Barge Feature #916
Unanswered
Sandaru-Shashinda
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
JsSIP DTMF Issue with Spy/Whisper/Barge Feature
I'm attempting to implement FreePBX's spy/whisper/barge functionality in a web application using JsSIP, but having issues with the DTMF functionality.
FreePBX Workflow
As per the FreePBX documentation:
Current Implementation
I'm currently using JsSIP to connect to our FreePBX server and trying to implement the whisper functionality:
Problem
When I establish the call using JsSIP, I'm not sure if I need to prefix the extension with "556" as would be done with a regular phone, or if I need to handle that in the SIP URI structure.
When I attempt to send DTMF tone "5" to enter whisper mode after the call is established, it doesn't appear to be recognized by the FreePBX server.
When my agent is in a call with a client as an admin I want to whisper to my agent
Questions
What is the correct way to implement the FreePBX spy/whisper/barge feature using JsSIP?
Should I be dialing with the prefix in the SIP URI (e.g.,
sip:556${extension}@${domain}
) or should I dial the extension normally and then use DTMF?Are there specific JsSIP settings or configurations needed for DTMF to work correctly with FreePBX?
Environment
Any guidance on the correct implementation would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions