Howto:How are DTMF signals treated in the media stream?: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
m (New page: '''FAQ:''' How are DTMF signals treated in the media stream? '''Answer:''' ===H.323=== DTMF tones found in the media stream on an analog or ISDN interface is removed from the media stre...)
 
No edit summary
Line 20: Line 20:
according to RFC 2833  
according to RFC 2833  


===Known Problems===
Sporadic false DTMF detect
Solution: Option added to configure DTMF detection sensitivy. (available since V7 hf16)
Use <pre>config change AC-DSP0 /dtmf-threshold <val> </pre>to change the sensitivity.
*0 selects -38dBm ( default),
*1 selects -28dBm,
*2 selects -33dBm,
*3 selects -43dBm,
*4 selects -48dBm





Revision as of 10:52, 3 December 2012

FAQ: How are DTMF signals treated in the media stream?

Answer:

H.323

DTMF tones found in the media stream on an analog or ISDN interface is removed from the media stream and sent separately as H.245 userInput, as defined by the standard. This is also true for the innovaphone IP Phones when DTMF tones are detected in the handset.

Reversely, the DTMF tones are regenerated from the H.245 signalling towards the analog or ISDN network.

We currently do not support DTMF transport though the RTP data stream.

Sip

SIP in-band DTMF and

SIP out-of- band DTMF

according to RFC 2833


Known Problems

Sporadic false DTMF detect

Solution: Option added to configure DTMF detection sensitivy. (available since V7 hf16)

Use

config change AC-DSP0 /dtmf-threshold <val> 

to change the sensitivity.

  • 0 selects -38dBm ( default),
  • 1 selects -28dBm,
  • 2 selects -33dBm,
  • 3 selects -43dBm,
  • 4 selects -48dBm


Related Articles

Support:DTMF interworking between SIP and H.323 fails