<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11169">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">running: Add note about DTMF support<br><br>osmo-sip-connector does not yet support full DTMF support. The current<br>implementation only supports DTMF tones to be send from MNCC to SIP,<br>but not in the opposite direction.<br><br>Change-Id: I578e50b0a42d88b05cf6da80443b71494b5eb26f<br>Related: OS#2777<br>---<br>M OsmoSIPConnector/chapters/running.adoc<br>1 file changed, 26 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/69/11169/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/OsmoSIPConnector/chapters/running.adoc b/OsmoSIPConnector/chapters/running.adoc</span><br><span>index 5e0d583..85ccddc 100644</span><br><span>--- a/OsmoSIPConnector/chapters/running.adoc</span><br><span>+++ b/OsmoSIPConnector/chapters/running.adoc</span><br><span>@@ -56,3 +56,29 @@</span><br><span>  socket-path /tmp/msc2_mncc</span><br><span> ----</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+=== DTMF signaling</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+In VoIP based telephony networks DTMF (Dual-tone multi-frequency signaling) can</span><br><span style="color: hsl(120, 100%, 40%);">+be signaled through multiple methods. Common methods are in-band, RFC2833 and</span><br><span style="color: hsl(120, 100%, 40%);">+sip-info messages.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+Osmo-sip-connector is using sip-info messages to signal DTMF tones. When a DTMF</span><br><span style="color: hsl(120, 100%, 40%);">+tone is signaled at the MNCC socket interface, osmo-sip-connector will generate</span><br><span style="color: hsl(120, 100%, 40%);">+a matching sip-info message to forward the DTMF signal to the PBX. Depending on</span><br><span style="color: hsl(120, 100%, 40%);">+the PBX software reconfiguring the DTMF signaling method to sip-info may be</span><br><span style="color: hsl(120, 100%, 40%);">+necessary.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+While sending DTMF tones through the MNCC interface to a SIP leg, the current</span><br><span style="color: hsl(120, 100%, 40%);">+implementation of osmo-sip-connector does not support sending DTMF tones in the</span><br><span style="color: hsl(120, 100%, 40%);">+opposite direction. Any attempts to send DTMF tones to an MNCC leg will be</span><br><span style="color: hsl(120, 100%, 40%);">+confirmed with a status 405 "Method not allowed".</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+The reason for this limitation is that in mobile networks, depending on the</span><br><span style="color: hsl(120, 100%, 40%);">+signaling direction, the signaling of DTMF tones is implemented differently.</span><br><span style="color: hsl(120, 100%, 40%);">+A mobile originated DTMF tone is signaled through out of band messages,</span><br><span style="color: hsl(120, 100%, 40%);">+which arrive at osmo-sip-connector on as MNCC DTMF START/STOP messages. Those</span><br><span style="color: hsl(120, 100%, 40%);">+messages can be directly translated to sip-info messages. However, in the</span><br><span style="color: hsl(120, 100%, 40%);">+other direction (mobile terminated), an in-band signaling method is used. This</span><br><span style="color: hsl(120, 100%, 40%);">+means that osmo-sip-connector would have to translate an incoming DTMF sip-info</span><br><span style="color: hsl(120, 100%, 40%);">+message into an audio sample that then would have to be injected into the</span><br><span style="color: hsl(120, 100%, 40%);">+voice stream. Currently this scheme is not implemented in osmo-sip-connector.</span><br><span>\ No newline at end of file</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11169">change 11169</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/11169"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-gsm-manuals </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I578e50b0a42d88b05cf6da80443b71494b5eb26f </div>
<div style="display:none"> Gerrit-Change-Number: 11169 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>