Difference between revisions of "DTMF problems"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: = DTMF digits are skipped = [http://en.wikipedia.org/wiki/Dual-tone_multi-frequency DTMF] is handled by Asterisk. If some digits are missing - that means that your Provider is not delive...)
 
Line 5: Line 5:
Possible steps to fix situation:
Possible steps to fix situation:


  1. Change DTMF type to RFC2833 (if it is other type)
# Enable debug mode in the [[Asterisk CLI]] to be informed of DTMF events
  2. in /etc/asterisk/sip.conf set relaxdtmf=yes and reload Asterisk
# Change DTMF type to RFC2833 (if it is other type)
  3. Change Provider
# In /etc/asterisk/sip.conf set relaxdtmf=yes and reload Asterisk
# Change Provider
 
<br><br>
----
See also:
* [http://www.voip-info.org/wiki/view/Asterisk+DTMF Asterisk DTMF]

Revision as of 05:27, 14 August 2009

DTMF digits are skipped

DTMF is handled by Asterisk. If some digits are missing - that means that your Provider is not delivering DTMF codes correctly.

Possible steps to fix situation:

  1. Enable debug mode in the Asterisk CLI to be informed of DTMF events
  2. Change DTMF type to RFC2833 (if it is other type)
  3. In /etc/asterisk/sip.conf set relaxdtmf=yes and reload Asterisk
  4. Change Provider




See also: