<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Thanks, I just noticed that in the dial plan config. It works
great!<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Ken<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org]
<b>On Behalf Of </b>DJB INTERNATIONAL<br>
<b>Sent:</b> Thursday, April 22, 2010 10:32 AM<br>
<b>To:</b> freeswitch-users@lists.freeswitch.org<br>
<b>Subject:</b> Re: [Freeswitch-users] Different SIP profiles for different
codecs?<o:p></o:p></span></p>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

<p class=MsoNormal>&lt;action application=&quot;bridge&quot;
data=&quot;{absolute_codec_string=G729}sofia/external//$<a
href="mailto:0@172.16.15.11">0@</a>xxx.xxx.xxx.xxx&quot;/&gt;<o:p></o:p></p>

<div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-bottom:12.0pt'>-djbinter<o:p></o:p></p>

<div>

<p class=MsoNormal>On Thu, Apr 22, 2010 at 8:14 AM, Ken Fulmer &lt;<a
href="mailto:kenfulmer@icstechnologysolutions.com">kenfulmer@icstechnologysolutions.com</a>&gt;
wrote:<o:p></o:p></p>

<p class=MsoNormal>I need the internal codec to be hardcoded to PCMU. I need
the PSTN codec to<br>
be 729, and I need to transcode between the two.<br>
<br>
So, we have PBX (711) ---&gt; FS (729)---&gt; PSTN and vice versa.<br>
<br>
If I only set the following parameters in one profile, I won't get the<br>
necessary result:<o:p></o:p></p>

<div>

<p class=MsoNormal style='margin-bottom:12.0pt'><br>
&lt;param name=&quot;inbound-codec-prefs&quot; value=&quot;PCMU&quot;/&gt;<br>
&lt;param name=&quot;outbound-codec-prefs&quot; value=&quot;G729&quot;/&gt;<o:p></o:p></p>

</div>

<p class=MsoNormal>We are routing calls through the system like a softswitch /
B2BUA / SBC. We<br>
don't have phones registering to the FS box like a PBX. We are using sipX<br>
for that.<br>
<br>
So, we should be able to use two profiles and set the codecs differently in<br>
each. This is show in the following example on the dial plan page:<br>
<br>
Example 5<br>
<br>
In this example we will demonstrate the use of profiles when using a<br>
FreeSWITCH endpoint that supports profiles, like mod_sofia. Assuming that we<br>
want to use different call settings (codecs, DTMF modes, etc) for sending<br>
the calls to different IP addresses, we can create different profiles. For<br>
example, in the configuration of sofia.conf, we see an example profile named<br>
&quot;test&quot;, which we rename to profile1 for this example, and add a
profile2 for<br>
comparison:<br>
<br>
&lt;profile name=&quot;profile1&quot;&gt;<br>
&nbsp;&lt;param name=&quot;debug&quot; value=&quot;1&quot;/&gt;<o:p></o:p></p>

<div>

<p class=MsoNormal>&nbsp;&lt;param name=&quot;rfc2833-pt&quot;
value=&quot;101&quot;/&gt;<o:p></o:p></p>

</div>

<p class=MsoNormal>&nbsp;&lt;param name=&quot;sip-port&quot;
value=&quot;5060&quot;/&gt;<o:p></o:p></p>

<div>

<p class=MsoNormal>&nbsp;&lt;param name=&quot;dialplan&quot;
value=&quot;XML&quot;/&gt;<o:p></o:p></p>

</div>

<p class=MsoNormal>&nbsp;&lt;param name=&quot;dtmf-duration&quot;
value=&quot;100&quot;/&gt;<br>
&nbsp;&lt;param name=&quot;codec-prefs&quot; value=&quot;PCMU@20i&quot;/&gt;<br>
&nbsp;&lt;param name=&quot;codec-ms&quot; value=&quot;20&quot;/&gt;<br>
&nbsp;&lt;param name=&quot;use-rtp-timer&quot; value=&quot;true&quot;/&gt;<br>
&lt;/profile&gt;<br>
&lt;profile name=&quot;profile2&quot;&gt;<br>
&nbsp;&lt;param name=&quot;debug&quot; value=&quot;1&quot;/&gt;<o:p></o:p></p>

<div>

<p class=MsoNormal>&nbsp;&lt;param name=&quot;rfc2833-pt&quot;
value=&quot;101&quot;/&gt;<o:p></o:p></p>

</div>

<p class=MsoNormal>&nbsp;&lt;param name=&quot;sip-port&quot;
value=&quot;5070&quot;/&gt;<o:p></o:p></p>

<div>

<p class=MsoNormal>&nbsp;&lt;param name=&quot;dialplan&quot;
value=&quot;XML&quot;/&gt;<o:p></o:p></p>

</div>

<p class=MsoNormal>&nbsp;&lt;param name=&quot;dtmf-duration&quot; value=&quot;100&quot;/&gt;<br>
&nbsp;&lt;param name=&quot;codec-prefs&quot; value=&quot;PCMA@20i&quot;/&gt;<br>
&nbsp;&lt;param name=&quot;codec-ms&quot; value=&quot;20&quot;/&gt;<br>
&nbsp;&lt;param name=&quot;use-rtp-timer&quot; value=&quot;true&quot;/&gt;<br>
&lt;/profile&gt;<br>
<br>
The difference between the two profiles are in the codecs. The first uses<br>
G.711 uLaw and the second G711 ALaw.<br>
<br>
Continuing the examples above, we have:<br>
<br>
&lt;extension name=&quot;Test5ulaw&quot;&gt;<br>
&nbsp;&lt;condition field=&quot;network_addr&quot;
expression=&quot;^192\.168\.1\.1$&quot;/&gt;<br>
&nbsp;&lt;condition field=&quot;destination_number&quot;
expression=&quot;^1(\d+)$&quot;&gt;<br>
&nbsp; &nbsp;&lt;action application=&quot;bridge&quot;
data=&quot;sofia/profile1/$<a href="mailto:0@192.168.2.2">0@192.168.2.2</a>&quot;/&gt;<br>
&nbsp;&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
to send the call in G.711 uLaw and<br>
<br>
&lt;extension name=&quot;Test5alaw&quot;&gt;<br>
&nbsp;&lt;condition field=&quot;network_addr&quot;
expression=&quot;^192\.168\.1\.1$&quot;/&gt;<br>
&nbsp;&lt;condition field=&quot;destination_number&quot; expression=&quot;^1(\d+)$&quot;&gt;<br>
&nbsp; &nbsp;&lt;action application=&quot;bridge&quot;
data=&quot;sofia/profile2/$<a href="mailto:0@192.168.2.2">0@192.168.2.2</a>&quot;/&gt;<br>
&nbsp;&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
But when we try to setup two profiles, we always get an error on one of<br>
them.<br>
<span style='color:#888888'><br>
Ken</span><o:p></o:p></p>

<div>

<div>

<p class=MsoNormal><br>
<br>
-----Original Message-----<br>
From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a><br>
[mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>]
On Behalf Of Steven<br>
Ayre<br>
Sent: Thursday, April 22, 2010 9:56 AM<br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Subject: Re: [Freeswitch-users] Different SIP profiles for different codecs?<br>
<br>
No need to have separate profiles for it, these are the two parameters<br>
you'd want to change:<br>
&lt;param name=&quot;inbound-codec-prefs&quot; value=&quot;PCMU&quot;/&gt;<br>
&lt;param name=&quot;outbound-codec-prefs&quot; value=&quot;G729&quot;/&gt;<br>
<br>
If you want to have calls coming in one one profile (e.g. internal)<br>
and going out on another (e.g. external) you can do so. Create both<br>
profiles (if you haven't already) and set inbound-codec-prefs on<br>
internal and outbound-codec-prefs on external. Have the internal<br>
profile hit the dialplan context where you have the extensions<br>
configured and have the dialplan bridge to sofia/external/... to send<br>
the outgoing legs through that context.<br>
<br>
-Steve<br>
<br>
<br>
On 22 April 2010 15:30, Ken Fulmer &lt;<a
href="mailto:kenfulmer@icstechnologysolutions.com">kenfulmer@icstechnologysolutions.com</a>&gt;<br>
wrote:<br>
&gt; We are using the following external sip profile:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &lt;profile name=&quot;external&quot;&gt;<br>
&gt;<br>
&gt; &nbsp; &lt;settings&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;accept-blind-auth&quot;
value=&quot;true&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;apply-inbound-acl&quot;
value=&quot;domains&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;debug&quot;
value=&quot;0&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;sip-trace&quot;
value=&quot;no&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;rfc2833-pt&quot;
value=&quot;101&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;sip-port&quot;
value=&quot;5080&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;dialplan&quot;
value=&quot;XML&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;context&quot;
value=&quot;public&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;dtmf-duration&quot;
value=&quot;2000&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;inbound-codec-prefs&quot;
value=&quot;G729,PCMU&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;outbound-codec-prefs&quot;
value=&quot;G729,PCMU&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;hold-music&quot;
value=&quot;$${hold_music}&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;rtp-timer-name&quot;
value=&quot;soft&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;manage-presence&quot;
value=&quot;false&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;inbound-codec-negotiation&quot;
value=&quot;generous&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;nonce-ttl&quot;
value=&quot;60&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;auth-calls&quot;
value=&quot;false&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;rtp-ip&quot; value=&quot;10.10.3.12&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;sip-ip&quot;
value=&quot;10.10.3.12&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;rtp-timeout-sec&quot;
value=&quot;300&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;rtp-hold-timeout-sec&quot;
value=&quot;1800&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp; &lt;param name=&quot;user-agent-string&quot;
value=&quot;INTEGRAL PARTNERS&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp; &lt;/settings&gt;<br>
&gt;<br>
&gt; &lt;/profile&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; The dial plan &#8220;public&#8221; context has two entries, one for PSTN access and<br>
one<br>
&gt; for call routing to an internal PBX.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; This is the dial plan for PSTN call routing:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &lt;extension name=&quot;LCL&quot;&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot;
expression=&quot;^(\d{10})$&quot;&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;bridge&quot;<br>
data=&quot;sofia/external/$<a href="mailto:1@172.16.15.11">1@172.16.15.11</a>&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot;
data=&quot;ringback=${us-ring}&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;set&quot; data=&quot;ignore_early_media=true&quot; /&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp; &lt;/condition&gt;<br>
&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt; &lt;extension name=&quot;LD&quot;&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot;
expression=&quot;^1(\d{10})$&quot;&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;bridge&quot;<br>
data=&quot;sofia/external/$<a href="mailto:0@172.16.15.11">0@172.16.15.11</a>&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;set&quot; data=&quot;ringback=${us-ring}&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&lt;action
application=&quot;set&quot; data=&quot;ignore_early_media=true&quot; /&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp; &lt;/condition&gt;<br>
&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt; &lt;extension name=&quot;911&quot;&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot;
expression=&quot;^(911)$&quot;&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;bridge&quot;<br>
data=&quot;sofia/external/$<a href="mailto:1@172.16.15.11">1@172.16.15.11</a>&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;set&quot; data=&quot;ringback=${us-ring}&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;set&quot; data=&quot;ignore_early_media=true&quot; /&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp; &lt;/condition&gt;<br>
&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt; &lt;extension name=&quot;INTL&quot;&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot;
expression=&quot;^011(\d+)$&quot;&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;bridge&quot;<br>
data=&quot;sofia/external/$<a href="mailto:0@172.16.15.11">0@172.16.15.11</a>&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;set&quot; data=&quot;ringback=${us-ring}&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;set&quot; data=&quot;ignore_early_media=true&quot; /&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp; &lt;/condition&gt;<br>
&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; And this is the entry for internal call routing to a PBX:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &lt;extension name=&quot;PBX&quot;&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot;
expression=&quot;^(205314849[0-9])$&quot;&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;bridge&quot;<br>
&gt; data=&quot;sofia/external/$<a href="mailto:1@10.10.3.10">1@10.10.3.10</a>&quot;|data=&quot;sofia/external/$<a
href="mailto:1@10.10.3.11">1@10.10.3.11</a>&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;set&quot; data=&quot;ringback=${us-ring}&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
application=&quot;set&quot; data=&quot;ignore_early_media=true&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp;&nbsp; &lt;/condition&gt;<br>
&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; So, here&#8217;s my question:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; We&#8217;d like to be able to lock down the codec as 711 for the internal leg<br>
&gt; going to the PBX and 729 for the external leg to the PSTN. We have<br>
&gt; transcoding setup and it&#8217;s working fine. How can we use two SIP
profiles&nbsp;<br>
to<br>
&gt; hard code the codec in each direction? I&#8217;ve seen an example in the dial<br>
plan<br>
&gt; section, but didn&#8217;t understand how to implement it.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Ken Fulmer<br>
&gt;<br>
&gt;<br>
&gt;<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>
&gt;<br>
<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>
<br>
<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><o:p></o:p></p>

</div>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</div>

</body>

</html>