Could you collect the full siptrace of one call and paste into pastebin?<div><br></div><div>To do so, type at the cli:</div><div><br></div><div>       sofia global siptrace on</div><div><br></div><div>Then make 1 call and collect whatever you got at the screen, and paste into pastebin.</div>
<div><br></div><div>Then, you&#39;ll probably want to disable siptrace:</div><div><br></div><div>        sofia global siptrace off</div><div><br></div><div>Regards,</div><div>Vitalie</div><div><br></div><div><br><div class="gmail_quote">
2012/4/12 Malay Thakershi <span dir="ltr">&lt;<a href="mailto:mthakershi@gmail.com">mthakershi@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks.<br>
<br>
Before I do what you said, I have another problem. Sorry about that.<br>
<br>
I use different mechanism to make outgoing calls (originate calls from<br>
ESL). So I do not use bridge.<br>
I tried to put &quot;{absolute_codec_string=GSM}&quot; in originate call along<br>
with other parameters I pass but it throws error.<br>
<br>
My originate call looks like:<br>
originate {absolute_codec_string=GSM,ignore_early_media=true,origination_caller_id_name=CH,origination_caller_id_number=1877XXXXXXX,originate_timeout=45,chivr_outbound=true,other_var=1}sofia/gateway/vitelity-outbound/1972XXXXXXX<br>

1056 XML default<br>
<br>
Error thrown on the log: -ERR INCOMPATIBLE_DESTINATION<br>
2012-04-12 19:14:01.589739 [NOTICE] sofia.c:6332 Hangup<br>
sofia/sipinterface_1/1972XXXXXXX [CS_CONSUME_MEDIA]<br>
[INCOMPATIBLE_DESTINATION]<br>
<br>
Call without absolute_codec_string works fine.<br>
<br>
The way this works is: call gets originated -- it goes to default dial<br>
plan extension 1056 -- mod_managed is called from this point to handle<br>
call flow.<br>
<br>
    &lt;extension name=&quot;CH1&quot;&gt;<br>
          &lt;!-- Calls from public.xml will come with 1056 extension and will<br>
be handled here --&gt;<br>
      &lt;condition field=&quot;destination_number&quot; expression=&quot;^1056$&quot;&gt;<br>
        &lt;!-- codec trial setting --&gt;<br>
        &lt;!-- &lt;action application=&quot;set&quot; data=&quot;absolute_codec_string=GSM&quot;/&gt; --&gt;<br>
&lt;!--            &lt;action application=&quot;log&quot; data=&quot;codec debug: codec_string is<br>
${codec_string}&quot; /&gt;<br>
                &lt;action application=&quot;log&quot; data=&quot;codec debug: originator_codec is<br>
${originator_codec}&quot; /&gt;<br>
                &lt;action application=&quot;log&quot; data=&quot;codec debug: absolute_codec_string<br>
is ${absolute_codec_string}&quot; /&gt;<br>
 --&gt;<br>
<div class="im">                &lt;action application=&quot;sleep&quot; data=&quot;1000&quot; /&gt;<br>
        &lt;action application=&quot;managed&quot; data=&quot;clsAsmtApp&quot; /&gt;<br>
      &lt;/condition&gt;<br>
    &lt;/extension&gt;<br>
<br>
</div>As you can see, I tried setting absolute string from here too but it<br>
didn&#39;t work.<br>
<br>
Let me know what can be done if you can.<br>
<br>
Thanks.<br>
<span class="HOEnZb"><font color="#888888"><br>
Malay<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On Wed, Apr 11, 2012 at 5:48 PM, Vitalie Colosov &lt;<a href="mailto:vetali100@gmail.com">vetali100@gmail.com</a>&gt; wrote:<br>
&gt; Lets forget for a minute about vars.xml and what is there (when you use<br>
&gt; absolute_codec_string=GSM, it overrides any settings from vars.xml), and<br>
&gt; concentrate at the OUTGOING call from FreeSWITCH to your sip provider first.<br>
&gt;<br>
&gt; Try to change your bridge to the following string:<br>
&gt; &lt;action application=&quot;bridge&quot;&gt;<br>
&gt; data=&quot;{absolute_codec_string=GSM}sofia/gateway/your_provider/12345678901_example&quot;/&gt;<br>
&gt;<br>
&gt; (obviously use your sip provider and phone number :)<br>
&gt;<br>
&gt; And do one outgoing call to this sip provider.<br>
&gt;<br>
&gt; Then, reply back whether the call was successful or not (did you hear the<br>
&gt; voice and whether the other party did hear you). And paste the log to the<br>
&gt; pastebin (<a href="http://pastebin.freeswitch.org/" target="_blank">http://pastebin.freeswitch.org/</a>) and reply back with the link.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 2012/4/11 Malay Thakershi &lt;<a href="mailto:mthakershi@gmail.com">mthakershi@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; 1.You need OUTGOING leg to use GSM codec, right? (You wont be able to<br>
&gt;&gt; &gt; use<br>
&gt;&gt; &gt; G729 right now as it needs the license). By OUTGOING I mean call from<br>
&gt;&gt; &gt; FreeSWITCH to your provider, and not back.<br>
&gt;&gt; Yes. I want to try some codec that will use less bandwidth and see how<br>
&gt;&gt; much audio quality is compromised. So I chose GSM because G729 has<br>
&gt;&gt; license requirements.<br>
&gt;&gt;<br>
&gt;&gt; I want this to work when someone calls my DID or my FS program calls<br>
&gt;&gt; someone via DID. So both for incoming calls as well as outgoing calls.<br>
&gt;&gt;<br>
&gt;&gt; &gt; 2. If #1 is true, then inbound-codec-negotiation is not much useful at<br>
&gt;&gt; &gt; this point. Because this setting is for INCOMING leg, and not for<br>
&gt;&gt; &gt; OUTGOING. And even if it _might_ be using GSM for INCOMING leg, but<br>
&gt;&gt; &gt; still<br>
&gt;&gt; &gt; transcode to the OUTGOING PCMA/PCMU by some reason (this is what we need<br>
&gt;&gt; &gt; to<br>
&gt;&gt; &gt; find out - why).<br>
&gt;&gt; I am not very familiar with internals of FS so having lot of trouble<br>
&gt;&gt; figuring this out.<br>
&gt;&gt;<br>
&gt;&gt; Weird thing is, even if I do not have any mention of G729, it is being<br>
&gt;&gt; negotiated and used. Here are my configuration lines:<br>
&gt;&gt; vars.xml<br>
&gt;&gt;  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;global_codec_prefs=GSM,PCMU,PCMA&quot;/&gt;<br>
&gt;&gt;  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;outbound_codec_prefs=GSM,PCMU,PCMA&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt; sip profile has:<br>
&gt;&gt; &lt;param name=&quot;inbound-codec-negotiation&quot; value=&quot;greedy&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt; dial plan<br>
&gt;&gt;        &lt;extension name=&quot;CH&quot;&gt;<br>
&gt;&gt;      &lt;condition field=&quot;destination_number&quot; expression=&quot;^105\d$&quot;&gt;<br>
&gt;&gt;                &lt;action application=&quot;set&quot;<br>
&gt;&gt; data=&quot;absolute_codec_string=GSM&quot;/&gt;<br>
&gt;&gt;                &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>
&gt;&gt;                &lt;action application=&quot;managed&quot; data=&quot;clsAsmtApp&quot;/&gt;<br>
&gt;&gt;      &lt;/condition&gt;<br>
&gt;&gt;          &lt;/extension&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;  &lt;extension name=&quot;vitel-outbound&quot;&gt;<br>
&gt;&gt;   &lt;condition field=&quot;destination_number&quot; expression=&quot;^(1{0,1}\d{10})$&quot;&gt;<br>
&gt;&gt;         &lt;action application=&quot;set&quot; data=&quot;absolute_codec_string=GSM&quot;/&gt;<br>
&gt;&gt;     &lt;action application=&quot;set&quot;<br>
&gt;&gt; data=&quot;effective_caller_id_number=18770001111&quot;/&gt;<br>
&gt;&gt;     &lt;action application=&quot;bridge&quot;<br>
&gt;&gt; data=&quot;sofia/gateway/vitelity-outbound/$1&quot;/&gt;<br>
&gt;&gt;    &lt;/condition&gt;<br>
&gt;&gt;  &lt;/extension&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; 3. Try using absolute_codec_string before bridging your call to your SIP<br>
&gt;&gt; &gt; provider:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &lt;action application=&quot;set&quot; data=&quot;absolute_codec_string=GSM&quot;/&gt;<br>
&gt;&gt; &gt; &lt;action application=&quot;bridge&quot;<br>
&gt;&gt; &gt; data=&quot;sofia/gateway/your_provider/12345678901_example&quot;/&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; I did as you said. But found what I described above. If I remove<br>
&gt;&gt; &quot;greedy&quot; setting, system simply uses PCMU codec like before.<br>
&gt;&gt;<br>
&gt;&gt; This thing is so confusing. Even my SIP provider is saying they can&#39;t<br>
&gt;&gt; help out with FS because some guy quit who knew the configurations.<br>
&gt;&gt;<br>
&gt;&gt; Thanks for help.<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Apr 11, 2012 at 4:12 PM, Vitalie Colosov &lt;<a href="mailto:vetali100@gmail.com">vetali100@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Lets confirm the following statements now:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 1.You need OUTGOING leg to use GSM codec, right? (You wont be able to<br>
&gt;&gt; &gt; use<br>
&gt;&gt; &gt; G729 right now as it needs the license). By OUTGOING I mean call from<br>
&gt;&gt; &gt; FreeSWITCH to your provider, and not back.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2. If #1 is true, then inbound-codec-negotiation is not much useful at<br>
&gt;&gt; &gt; this point. Because this setting is for INCOMING leg, and not for<br>
&gt;&gt; &gt; OUTGOING. And even if it _might_ be using GSM for INCOMING leg, but<br>
&gt;&gt; &gt; still<br>
&gt;&gt; &gt; transcode to the OUTGOING PCMA/PCMU by some reason (this is what we need<br>
&gt;&gt; &gt; to<br>
&gt;&gt; &gt; find out - why).<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 3. Try using absolute_codec_string before bridging your call to your SIP<br>
&gt;&gt; &gt; provider:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &lt;action application=&quot;set&quot; data=&quot;absolute_codec_string=GSM&quot;/&gt;<br>
&gt;&gt; &gt; &lt;action application=&quot;bridge&quot;<br>
&gt;&gt; &gt; data=&quot;sofia/gateway/your_provider/12345678901_example&quot;/&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; And reply back if this changes anything...<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Vitalie<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2012/4/11 Malay Thakershi &lt;<a href="mailto:mthakershi@gmail.com">mthakershi@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Under my sipinterface_1 profile that I use for these calls, I have:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &lt;param name=&quot;inbound-codec-negotiation&quot; value=&quot;greedy&quot;/&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Wed, Apr 11, 2012 at 1:43 PM, Bzzz &lt;<a href="mailto:lazyvirus@gmx.com">lazyvirus@gmx.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On Wed, 11 Apr 2012 13:31:45 -0500<br>
&gt;&gt; &gt;&gt;&gt; Malay Thakershi &lt;<a href="mailto:mthakershi@gmail.com">mthakershi@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Understood your point about G722. But if my list has GSM at higher<br>
&gt;&gt; &gt;&gt;&gt; &gt; priority<br>
&gt;&gt; &gt;&gt;&gt; &gt; over PCMU/PCMA and far-end SDP supports GSM then why isn&#39;t the call<br>
&gt;&gt; &gt;&gt;&gt; &gt; using<br>
&gt;&gt; &gt;&gt;&gt; &gt; GSM?<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; I don&#39;t know where G726 comparisons are coming from. If I haven&#39;t<br>
&gt;&gt; &gt;&gt;&gt; &gt; mentioned<br>
&gt;&gt; &gt;&gt;&gt; &gt; it in vars.xml and far-end SDP doesn&#39;t support it then why would it<br>
&gt;&gt; &gt;&gt;&gt; &gt; even<br>
&gt;&gt; &gt;&gt;&gt; &gt; consider that codec?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; From: <a href="http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files" target="_blank">wiki.freeswitch.org/wiki/Sofia_Configuration_Files</a><br>
&gt;&gt; &gt;&gt;&gt; (inbound-codec-negotiation):<br>
&gt;&gt; &gt;&gt;&gt; &#39;generous&#39; permits the remote codec list have precedence and &#39;win&#39;<br>
&gt;&gt; &gt;&gt;&gt;   the codec negotiation and selection process<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; JY<br>
&gt;&gt; &gt;&gt;&gt; --<br>
&gt;&gt; &gt;&gt;&gt; Don&#39;t drop acid -- take it pass/fail.<br>
&gt;&gt; &gt;&gt;&gt;                -- Seen in a Ladies&#39; Room at Harvard<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; &gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; &gt;&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&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;&gt; &gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _________________________________________________________________________<br>
&gt;&gt; &gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; &gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; &gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&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;&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _________________________________________________________________________<br>
&gt;&gt; &gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; &gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; &gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Official FreeSWITCH Sites<br>
&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &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;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&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;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<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>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>