<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><div dir="ltr"><blockquote type="cite"><font style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">&lt;param name="rfc2833-pt" value="0"/&gt;</font></blockquote></div><div dir="ltr"><br></div><div dir="ltr"><span style="-webkit-text-size-adjust: auto;">What're you hoping to do here? This sets the payload type value. 0 is a valid pt. This won't disable it, it'll instead use the value 0. That happens to be the one for G711, so if that codec is enabled you're just going to get a conflict.</span></div><div dir="ltr"><span style="-webkit-text-size-adjust: auto;"><br></span></div><div dir="ltr"><span style="-webkit-text-size-adjust: auto;">More likely you want:</span></div><div dir="ltr"><pre style="padding: 1em; border: 1px dashed rgb(47, 111, 171); "><font face="Helvetica"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">&lt;param name="dtmf-type" value="none"/&gt;</span></font><span style="line-height: 19px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.292969); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: auto; background-color: rgb(249, 249, 249); ">
</span></pre><div><br></div></div><div dir="ltr"><blockquote type="cite"><font style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">&lt;action application="export" data="sip_append_audio_sdp=a=fmtp:18 annexb=no"/&gt;</font></blockquote></div><div><br></div><div>This is also probably not a good idea. These are attributes of specific codecs and those modules will set them if required. FS is negotiating and terminating media, you shouldn't be needing to play with the SDP at a low level for what you're trying to do.</div><br><span style="-webkit-text-size-adjust: auto;">Steve on iPhone</span></div><div><span style="-webkit-text-size-adjust: auto;"><br></span></div><div><span style="-webkit-text-size-adjust: auto;"><br></span></div><div><span style="-webkit-text-size-adjust: auto;"><br></span></div><div style="-webkit-text-size-adjust: auto; ">On 17 Jan 2013, at 02:58, "<a href="mailto:support@ecn.net.au">support@ecn.net.au</a>" &lt;<a href="mailto:support@ecn.net.au">support@ecn.net.au</a>&gt; wrote:<br><br></div><blockquote type="cite" style="-webkit-text-size-adjust: auto; "><div>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="MSHTML 9.00.8112.16457">
<style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>


<div dir="ltr"><font size="2" face="tahoma">Hi</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">This sounds quite posible.</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">I've tcpdumped sip headers on both the freeswitch and the backend PBX.</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">The only significant difference I can see between our old SBC and FS is that the old SBC</font></div>
<div dir="ltr"><font size="2" face="tahoma">asserted a media attribute fmtp:18 annexb=no&nbsp; where&nbsp; as FS doesn't forward this.</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">To test it out we have set dtmf_mode to none on both contexts (the context facing the telco</font></div>
<div dir="ltr"><font size="2" face="tahoma">and the context facing the pbx), and set
</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">&lt;param name="rfc2833-pt" value="0"/&gt;</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">(this may not be needed).</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">then in the dialplan we have</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">&lt;action application="export" data="sip_append_audio_sdp=a=fmtp:18 annexb=no"/&gt;</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">set prior to the bridge.</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">--</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">When we sip trace however we are not appending the attribute to the SDP on the INVITE.</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">Logs and sip headers below:</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">EXECUTE <a href="mailto:sofia/aapt/0731111111@X.Y.Z.A:5060">
sofia/aapt/0731111111@X.Y.Z.A:5060</a> export(sip_append_audio_sdp=a=fmtp:18 annexb=no)</font></div>
<div dir="ltr"><font size="2" face="tahoma">2013-01-17 12:34:19.702102 [DEBUG] switch_channel.c:1135 EXPORT (export_vars) [sip_append_audio_sdp]=[a=fmtp:18 annexb=no]</font></div>
<div dir="ltr"><font size="2" face="tahoma">EXECUTE <a href="mailto:sofia/aapt/0731111111@X.Y.Z.A:5060">
sofia/aapt/0731111111@X.Y.Z.A:5060</a> bridge(<a href="mailto:sofia/external/0737111111@A.B.C.X:5060">sofia/external/0737111111@A.B.C.X:5060</a>)</font></div>
<div dir="ltr"><font size="2" face="tahoma">2013-01-17 12:34:19.702102 [DEBUG] switch_channel.c:1089
<a href="mailto:sofia/aapt/0731111111@X.Y.Z.A:5060">sofia/aapt/0731111111@X.Y.Z.A:5060</a> EXPORTING[export_vars] [sip_append_audio_sdp]=[a=fmtp:18 annexb=no] to eve</font></div>
<div dir="ltr"><font size="2" face="tahoma">nt</font></div>
<div dir="ltr"><font size="2" face="tahoma">2013-01-17 12:34:19.702102 [DEBUG] switch_ivr_originate.c:2022 Parsing global variables</font></div>
<div dir="ltr"><font size="2" face="tahoma">2013-01-17 12:34:19.702102 [NOTICE] switch_channel.c:968 New Channel
<a href="mailto:sofia/external/0737111111@A.B.C.X:5060">sofia/external/0737111111@A.B.C.X:5060</a> [a30c650a-87d3-4027-9010-213547d698aa]</font></div>
<div dir="ltr"><font size="2" face="tahoma">2013-01-17 12:34:19.702102 [DEBUG] mod_sofia.c:4977 (<a href="mailto:sofia/external/0737111111@A.B.C.X:5060">sofia/external/0737111111@A.B.C.X:5060</a>) State Change CS_NEW -&gt; CS_INIT</font></div>
<div dir="ltr"><font size="2" face="tahoma">2013-01-17 12:34:19.702102 [DEBUG] switch_core_session.c:1283 Send signal
<a href="mailto:sofia/external/0737111111@A.B.C.X:5060">sofia/external/0737111111@A.B.C.X:5060</a> [BREAK]</font></div>
<div dir="ltr"><font size="2" face="tahoma">2013-01-17 12:34:19.702102 [DEBUG] switch_core_state_machine.c:415 (<a href="mailto:sofia/external/0737111111@A.B.C.X:5060">sofia/external/0737111111@A.B.C.X:5060</a>) Running State Change CS_INIT</font></div>
<div dir="ltr"><font size="2" face="tahoma">2013-01-17 12:34:19.702102 [DEBUG] switch_core_state_machine.c:454 (<a href="mailto:sofia/external/0737111111@A.B.C.X:5060">sofia/external/0737111111@A.B.C.X:5060</a>) State INIT</font></div>
<div dir="ltr"><font size="2" face="tahoma">2013-01-17 12:34:19.702102 [DEBUG] mod_sofia.c:86
<a href="mailto:sofia/external/0737111111@A.B.C.X:5060">sofia/external/0737111111@A.B.C.X:5060</a> SOFIA INIT</font></div>
<div dir="ltr"><font size="2" face="tahoma">2013-01-17 12:34:19.702102 [DEBUG] sofia_glue.c:2647 Local SDP:</font></div>
<div dir="ltr"><font size="2" face="tahoma">v=0</font></div>
<div dir="ltr"><font size="2" face="tahoma">o=FreeSWITCH 1358365507 1358365508 IN IP4 A.B.C.D</font></div>
<div dir="ltr"><font size="2" face="tahoma">s=FreeSWITCH</font></div>
<div dir="ltr"><font size="2" face="tahoma">c=IN IP4 A.B.C.D</font></div>
<div dir="ltr"><font size="2" face="tahoma">t=0 0</font></div>
<div dir="ltr"><font size="2" face="tahoma">m=audio 24552 RTP/AVP 8 0 3 13</font></div>
<div dir="ltr"><font size="2" face="tahoma">a=fmtp:18 annexb=no</font></div>
<div dir="ltr"><font size="2" face="tahoma">a=ptime:20</font></div>
<div dir="ltr"><font size="2" face="tahoma">a=sendrecv</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">But then the actual Invite doesn't contain the attribute in the SDP</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">send 1036 bytes to udp/[A.B.C.X]:5060 at 02:34:19.718385:</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; ------------------------------------------------------------------------</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; INVITE sip:0737111111@A.B.C.X:5060 SIP/2.0</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; Via: SIP/2.0/UDP A.B.C.D:5080;rport;branch=z9hG4bKpUvH6K1ppUSNp</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; Max-Forwards: 69</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; From: "0731111111" &lt;sip:0731111111@A.B.C.D&gt;;tag=mH93ZHryv4H2g</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; To: &lt;sip:0737111111@A.B.C.X:5060&gt;</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; Call-ID: 3ca1df3f-daf1-1230-f389-002219a7c712</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; CSeq: 38858965 INVITE</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; Contact: &lt;sip:mod_sofia@A.B.C.D:5080&gt;</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; User-Agent: FreeSWITCH-mod_sofia/1.2.5.3+git~20121229T001759Z~e04eab7902</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; Supported: timer, precondition, path, replaces</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; Allow-Events: talk, hold, conference, refer</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; Content-Type: application/sdp</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; Content-Disposition: session</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; Content-Length: 155</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; X-Nortel-Profile: DEFAULT</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; X-FS-Support: update_display,send_info</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; Remote-Party-ID: "0731111111" &lt;sip:0731111111@A.B.C.D&gt;;party=calling;screen=yes;privacy=off</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; v=0</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; o=FreeSWITCH 1358365507 1358365508 IN IP4 A.B.C.D</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; s=FreeSWITCH</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; c=IN IP4 A.B.C.D</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; t=0 0</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; m=audio 24552 RTP/AVP 8 0 3 13</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; a=ptime:20</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;&nbsp; ------------------------------------------------------------------------</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma">Are we missing something do you think?</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div>
<div><font size="2" face="Tahoma">Kind Regards,</font></div>
<div><font size="2" face="tahoma"></font>&nbsp;</div>
<div>
<hr tabindex="-1">
<font size="2" face="Tahoma"><b>From:</b> Steven Ayre [<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>]<br>
<b>Sent:</b> Thursday, 17 January 2013 4:14 AM<br>
<b>To:</b> FreeSWITCH Users Help<br>
<b>Subject:</b> Re: [Freeswitch-users] SBC In-band DTMF<br>
</font><br>
</div>
</div>
<div></div>
<div>
<blockquote style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
However under freeswitch if we don't start_dtmf before the bridge the backend PBX boxes don't recognise<br>
the DTMF inband (even though the tones are audible ie you can hear them on a call recording on the<br>
PBX).<br>
&nbsp;<br>
Have we missed something here? &nbsp;We would have thought with inband DTMF on non compressed codec (no<br>
transcoding) that the tones would just work with the media stream?</blockquote>
<br>
start_dtmf will detect inband DTMF, and then send out of band on the outgoing leg of the bridge. This is expected. You'll will need to call start_dtmf from dialplan, which can easily be done from dialplan by checking for some condition identifying calls requiring
 it. If they're authenticating to FS then it'd be trivial to set a variable in their user directory entry that you can test in the dialplan.
<div><br>
</div>
<div>Now this is just a guess... During the codec negotiation FS will tell your PBX that it supports telephone-event (RFC2833). It may be that because the PBX sees that in the SDP that it doesn't look for inband DTMF, while when it received the SDP direct from
 the customer it didn't contain telephone-event and so did check for inband DTMF. Indeed it'd probably be a good idea for them to do so, since if you receive the same DTMF digit both inband and through RFC2833 then you'd be &nbsp;duplicating digits. So my guess
 is that the PBX doesn't bother check for inband because FS tells it it's sending out-of-band, which'd differ from before.</div>
<div><br>
</div>
<div>-Steve</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>-Steve</div>
<div><br>
</div>
<div><br>
<br>
<br>
On 16 January 2013 04:02, <a href="mailto:support@ecn.net.au">support@ecn.net.au</a> &lt;<a href="mailto:support@ecn.net.au">support@ecn.net.au</a>&gt; wrote:<br>
&gt; Hi All<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; We're quite new to Freeswitch and are in the process of migrating from<br>
&gt; OpenSer (as an SBC) to Freeswitch.<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; Mostly all is working well, except an oddity on DTMF.<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; Our scenario:<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; Telco/SIP Provider A is passing us calls using DTMF inband.<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; We have a freeswitch configured as a SBC using 2 sip profiles (telco and<br>
&gt; internal) to topology hide and manage<br>
&gt;<br>
&gt; distribution of calls to the PBX servers located behind the SBC.<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; The freeswitch will be handling up to a few hundred calls so we're trying to<br>
&gt; keep it lightweight.<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; Behind the SBC is a series of Asterisk and Freeswitch PBX boxes handling<br>
&gt; customer needs.<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; An example inbound call profile looks like this:<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; &lt;extension name="Inbound 124356"&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;condition field="destination_number" expression="^(123456)$"&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="pre_answer"/&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="start_dtmf" /&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="bridge"<br>
&gt; data="<a href="mailto:sofia/external/123456@INTERNAL.PBX.IP">sofia/external/123456@INTERNAL.PBX.IP</a>:5060"/&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/condition&gt;<br>
&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; Initially when calling into the platform IVR type applications runinng on<br>
&gt; our PBX boxes would not<br>
&gt;<br>
&gt; work (you could hear the DTMF but the platform did not recognise the tones).<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; We have had to add the appliation start_dtmf in order for Freeswitch to pass<br>
&gt; the DTMF to the Asterisk<br>
&gt;<br>
&gt; PBX behind the SBC. &nbsp; Interestingly on our OpenSer platform we just proxied<br>
&gt; the media (rtpproxy) with<br>
&gt;<br>
&gt; inband DTMF from the Telco and our PBX boxes recognised the inband DTMF<br>
&gt; tones on the PBX platforms and<br>
&gt;<br>
&gt; IVR type applications just worked.<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; However under freeswitch if we don't start_dtmf before the bridge the<br>
&gt; backend PBX boxes don't recognise<br>
&gt;<br>
&gt; the DTMF inband (even though the tones are audible ie you can hear them on a<br>
&gt; call recording on the<br>
&gt;<br>
&gt; PBX).<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; Have we missed something here? &nbsp;We would have thought with inband DTMF on<br>
&gt; non compressed codec (no<br>
&gt;<br>
&gt; transcoding) that the tones would just work with the media stream?<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; We have confirmed both legs are PCMA and when using start_dtmf the first<br>
&gt; second of the call is clipped.<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; Kind Regards,<br>
&gt; &nbsp;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
</div>
</div>


</div></blockquote><blockquote type="cite" style="-webkit-text-size-adjust: auto; "><div><span>_________________________________________________________________________</span><br><span>Professional FreeSWITCH Consulting Services:</span><br><span><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></span><br><span><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a></span><br><span></span><br><span>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</span><br><span><a href="http://www.cudatel.com">http://www.cudatel.com</a></span><br><span></span><br><span>Official FreeSWITCH Sites</span><br><span><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></span><br><span><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a></span><br><span><a href="http://www.cluecon.com">http://www.cluecon.com</a></span><br><span></span><br><span>FreeSWITCH-users mailing list</span><br><span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></span><br><span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br><span>UNSUBSCRIBE:http://<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br><span><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></span><br></div></blockquote></body></html>