<a href="http://wiki.freeswitch.org/wiki/Variable_effective_caller_id_name">http://wiki.freeswitch.org/wiki/Variable_effective_caller_id_name</a><div><a href="http://wiki.freeswitch.org/wiki/Variable_effective_caller_id_number">http://wiki.freeswitch.org/wiki/Variable_effective_caller_id_number</a></div>

<div><a href="http://wiki.freeswitch.org/wiki/Clarification:gateways#Caller_ID">http://wiki.freeswitch.org/wiki/Clarification:gateways#Caller_ID</a></div><div><br><div class="gmail_extra"><br><br><div class="gmail_quote">

On Tue, Dec 4, 2012 at 1:43 AM, sparklezou <span dir="ltr">&lt;<a href="mailto:sparklezou@163.com" target="_blank">sparklezou@163.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<u></u>












<div style="line-height:1.3;border-width:0px;margin:12px" marginheight="0" marginwidth="0">
<div><font color="#000000" size="3" face="Times">Hi Mike &amp; 
Brian,</font></div>
<div><font face="Times"></font> </div>
<div><font face="Times">I  find the way to correct the final 200 SDP response 
message.</font></div>
<div><font face="Times"></font> </div>
<div><div class="im">
<div><font size="3" face="Times">The &quot;Outbound Call&quot; is in the 200 SDP message. the 
called is set to</font></div>
<div><font size="3" face="Times"></font> </div>
<div><font size="3" face="Times">&quot;&quot;Remote-Part-ID: &quot;Outbound Call&quot; &lt;sip: 
1234@a.b.c.d&gt;; ....... &quot;</font></div>
<div><font face="Times"></font> </div>
</div><div><font face="Times">In the switch_ivr_originate.c file,  in the following 
code.</font></div></div>
<div>    </div>
<div>      new_profile-&gt;callee_id_name = 
switch_core_strdup(new_profile-&gt;pool, &quot;Outbound Call&quot;);</div>
<div> </div>
<div>Before this sentence, there should be one function to find the display name 
from the number. Then replace the default &quot;Outbound Call&quot;.</div>
<div> </div>
<div>Is there any function to find the name from the user xml files?</div>
<div> </div>
<div>In this way, just correct the final dispaly issue.</div>
<div> </div>
<div>And during the call, I still NOT find the corret location to add the 
dispaly name in to the sip &quot;to&quot; field.</div>
<div> </div>
<div>But I believe it should NOT add in the sofia sip stack side. It should add 
at the uplay application invote function side.</div>
<div> </div>
<div>I think, it should be in switch_channel.c switch_ivr_originate.c 
switch_event.c files.</div>
<div> </div>
<div>Please check and consider it.</div>
<div> </div>
<div>Thanks!</div>
<div> </div>
<div> </div>
<div align="left"><font color="#c0c0c0" face="Verdana">2012-12-04</font></div><div class="im">
<div align="left"><font face="Verdana">
<hr style="width:122px;min-height:2px" align="left" size="2">
</font></div>
<div align="left"><font color="#c0c0c0" face="Verdana"><span>sparklezou</span></font></div>
<div><font face="Verdana">
<hr>
</font></div>
<div><font face="Verdana"><strong>发件人:</strong>sparklezou</font></div>
</div><div><font face="Verdana"><strong>发送时间:</strong><a href="tel:2012-12-03%C2%A023" value="+12012120323" target="_blank">2012-12-03 23</a>:40</font></div><div class="im">
<div><font face="Verdana"><strong>主题:</strong>Re: Re: [Freeswitch-dev] 
[Freeswitch-users] About the display problem during calling</font></div>
</div><div><font face="Verdana"><strong>收件人:</strong>&quot;freeswitch-dev&quot;&lt;<a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a>&gt;</font></div>
<div><font face="Verdana"><strong>抄送:</strong></font></div><div><div class="h5">
<div><font face="Verdana"></font> </div>
<div><font face="Verdana">
<div><font color="#000000" size="3" face="Times">Hi Mike,</font></div>
<div><font face="Times"></font> </div>
<div><font face="Times">Thank!</font></div>
<div><font face="Times"></font> </div>
<div><font face="Times">In which functin should be the right place to add the Name 
for the &quot;to&quot; field? </font></div>
<div><font face="Times"></font> </div>
<div><font face="Times">How about your idea?</font></div>
<div> </div>
<div align="left"><font color="#c0c0c0" face="Verdana">2012-12-03</font></div>
<div align="left"><font face="Verdana">
<hr style="width:122px;min-height:2px" align="left" size="2">
</font></div>
<div align="left"><font color="#c0c0c0" face="Verdana"><span>sparklezou</span></font></div>
<div><font face="Verdana">
<hr>
</font></div>
<div><font face="Verdana"><strong>发件人:</strong>Michael Jerris</font></div>
<div><font face="Verdana"><strong>发送时间:</strong><a href="tel:2012-12-03%C2%A023" value="+12012120323" target="_blank">2012-12-03 23</a>:20</font></div>
<div><font face="Verdana"><strong>主题:</strong>Re: [Freeswitch-dev] 
[Freeswitch-users] About the display problem during calling</font></div>
<div><font face="Verdana"><strong>收件人:</strong>&quot;freeswitch-dev&quot;&lt;<a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a>&gt;</font></div>
<div><font face="Verdana"><strong>抄送:</strong></font></div>
<div><font face="Verdana"></font> </div>
<div><font face="Verdana">All of this is handled in mod_sofia, look for a 
function with i_invite in the name. 
<div><br></div>
<div>Mike</div>
<div><br>
<div>
<div>On Dec 3, 2012, at 4:30 AM, sparklezou &lt;<a href="mailto:sparklezou@163.com" target="_blank">sparklezou@163.com</a>&gt; wrote:</div><br>
<blockquote type="cite">
  <div style="border-width:0px;text-transform:none;text-indent:0px;margin:12px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12.1pt;line-height:1.3;font-family:宋体,serif;white-space:normal;letter-spacing:normal;color:rgb(0,0,17);word-spacing:0px" marginheight="0" marginwidth="0">


  <div><font size="3" face="Times">
  <div><font size="3" face="Times">Hi Brian,</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">I&#39;m trying to find where the session 
  start.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Just found it start from switch_channel.c:951, 
  the new channel. There is NO more debug info.</font></div>
  <div> </div>
  <div>My idea, when get the INVITE SIP message from the sofia stack. check the 
  called number detail info in FS. add the dispaly name in the &quot;to&quot; field of the 
  following SIP message.</div>
  <div> </div>
  <div>It should finish before the new channel.</div>
  <div> </div>
  <div>where could add such code?</div>
  <div> </div>
  <div>Thanks!</div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">2012-12-02 16:15:36.917452 [NOTICE] 
  switch_channel.c:951 New Channel<span> </span><a href="mailto:sofia/internal/1001@172.0.0.10" target="_blank">sofia/internal/1001@172.0.0.10</a><span> </span>[b51ac8ed-69d4-409a-95ba-58b420c77bfc]<br>2012-12-02 
  16:15:36.917452 [DEBUG] switch_core_session.c:905 Send signal<span> </span><a href="mailto:sofia/internal/1001@172.0.0.10" target="_blank">sofia/internal/1001@172.0.0.10</a><span> </span>[BREAK]<br>2012-12-02 16:15:36.917452 
  [DEBUG] switch_core_state_machine.c:415 (<a href="mailto:sofia/internal/1001@172.0.0.10" target="_blank">sofia/internal/1001@172.0.0.10</a>) 
  Running State Change CS_NEW<br>2012-12-02 16:15:36.917452 [DEBUG] 
  switch_core_state_machine.c:433 (<a href="mailto:sofia/internal/1001@172.0.0.10" target="_blank">sofia/internal/1001@172.0.0.10</a>) 
  State NEW<br>2012-12-02 16:15:36.917452 [DEBUG] switch_core_session.c:905 Send 
  signal<span> </span><a href="mailto:sofia/internal/1001@172.0.0.10" target="_blank">sofia/internal/1001@172.0.0.10</a><span> </span>[BREAK]<br>2012-12-02 16:15:36.937457 
  [DEBUG] sofia.c:8435 IP 172.0.0.129 Rejected by acl &quot;domains&quot;. Falling back to 
  Digest auth.<br>2012-12-02 16:15:36.937457 [DEBUG] switch_core_session.c:905 
  Send signal<span> </span><a href="mailto:sofia/internal/1001@172.0.0.10" target="_blank">sofia/internal/1001@172.0.0.10</a><span> </span>[BREAK]<br>2012-12-02 16:15:36.937457 
  [DEBUG] sofia.c:1733 detaching session 
  b51ac8ed-69d4-409a-95ba-58b420c77bfc<br>2012-12-02 16:15:37.077884 [DEBUG] 
  sofia.c:1825 Re-attaching to session 
  b51ac8ed-69d4-409a-95ba-58b420c77bfc<br>2012-12-02 16:15:37.077884 [DEBUG] 
  switch_core_session.c:905 Send signal<span> </span><a href="mailto:sofia/internal/1001@172.0.0.10" target="_blank">sofia/internal/1001@172.0.0.10</a><span> </span>[BREAK]<br>2012-12-02 16:15:37.077884 
  [DEBUG] switch_core_session.c:905 Send signal<span> </span><a href="mailto:sofia/internal/1001@172.0.0.10" target="_blank">sofia/internal/1001@172.0.0.10</a><span> </span>[BREAK]<br>2012-12-02 16:15:37.077884 
  [DEBUG] sofia.c:8435 IP 172.0.0.129 Rejected by acl &quot;domains&quot;. Falling back to 
  Digest auth.<br>2012-12-02 16:15:37.077884 [DEBUG] sofia.c:6306 Channel<span> </span><a href="mailto:sofia/internal/1001@172.0.0.10" target="_blank">sofia/internal/1001@172.0.0.10</a><span> </span>entering state 
  [received][100]<br>2012-12-02 16:15:37.077884 [DEBUG] sofia.c:6317 Remote 
  SDP:</font></div>
  <div> </div></font></div>
  <div align="left"><font color="#c0c0c0" face="Verdana">2012-12-03</font></div>
  <div align="left"><font face="Verdana">
  <hr style="width:122px;min-height:2px" align="left" size="2">
  </font></div>
  <div align="left"><font color="#c0c0c0" face="Verdana">sparklezou</font></div>
  <div><font face="Verdana">
  <hr>
  </font></div>
  <div><font face="Verdana"><strong>发件人:</strong>sparklezou</font></div>
  <div><font face="Verdana"><strong>发送时间:</strong><a href="tel:2012-12-03%C2%A009" value="+12012120309" target="_blank">2012-12-03 09</a>:53</font></div>
  <div><font face="Verdana"><strong>主题:</strong>Re: Re: [Freeswitch-dev] 
  [Freeswitch-users] About the display problem during calling</font></div>
  <div><font face="Verdana"><strong>收件人:</strong>&quot;brian&quot;&lt;<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>&gt;</font></div>
  <div><font face="Verdana"><strong>抄送:</strong>&quot;freeswitch-dev&quot;&lt;<a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a>&gt;</font></div>
  <div><font face="Verdana"></font> </div>
  <div><font face="Verdana">
  <div><font size="3" face="Times">Hi Brian,</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">It&#39;s the default Dialplan.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">I have tried the fresh last version also. The 
  same result. It should NOT be configuration problem.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">You could review the wireshark log.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Thanks!</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div align="left"><font color="#c0c0c0" face="Verdana">2012-12-03</font></div>
  <div align="left"><font face="Verdana">
  <hr style="width:122px;min-height:2px" align="left" size="2">
  </font></div>
  <div align="left"><font color="#c0c0c0" face="Verdana"><span>sparklezou</span></font></div>
  <div><font face="Verdana">
  <hr>
  </font></div>
  <div><font face="Verdana"><strong>发件人:</strong>sparklezou</font></div>
  <div><font face="Verdana"><strong>发送时间:</strong><a href="tel:2012-12-02%C2%A017" value="+12012120217" target="_blank">2012-12-02 17</a>:03</font></div>
  <div><font face="Verdana"><strong>主题:</strong>Re: [Freeswitch-dev] 
  [Freeswitch-users] About the display problem during calling</font></div>
  <div><font face="Verdana"><strong>收件人:</strong>&quot;freeswitch-dev&quot;&lt;<a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a>&gt;</font></div>
  <div><font face="Verdana"><strong>抄送:</strong></font></div>
  <div><font face="Verdana"></font> </div>
  <div><font face="Verdana">
  <div><font size="3" face="Times New Roman">Hi Develop team,</font></div>
  <div><font size="3" face="Times New Roman"></font> </div>
  <div><font size="3" face="Times New Roman">In these days, I reviewed the &quot;DEBUG&quot; 
  info, and the sip info log. summarize as following:</font></div>
  <div><font size="3" face="Times New Roman"></font> </div>
  <div><font size="3" face="Times New Roman">Caller  &lt;---&gt; FS, 
  in the &quot;from&quot; with dispaly neam. The display is set from the Caller 
  Phone. in the &quot;to&quot; without the display name. As the caller only dial the 
  number.</font></div>
  <div><font face="Times New Roman"></font> </div>
  <div><font face="Times New Roman"></font> </div>
  <div><font face="Times New Roman"><font size="3">FS -----&gt; Called, in 
  the &quot;from&quot; with display name.It&#39;s transfer from &quot;Caller  
  &lt;---&gt; FS&quot;. in the &quot;to&quot;</font> without the display neme. As the 
  caller only dial the number.</font></div>
  <div><font face="Times New Roman"></font> </div>
  <div><font face="Times New Roman">Called  -----&gt; FS. in the &quot;to&quot; with 
  display name. Here the Called Phone add the Display name into the SIP 
  message.</font></div>
  <div><font face="Times New Roman"></font> </div>
  <div><font face="Times New Roman">Here conside the &quot;Caller &lt;----&gt; 
  FS&quot;  and &quot;FS&lt;----&gt;Called&quot; are two sessions. I think the best way, 
  is check the Display Name of Called in FS system when get the INVITE 
  message. Add the Display Name for the called in the whole 
process.</font></div>
  <div><font face="Times New Roman"></font> </div>
  <div><font face="Times New Roman">Then in the following whole process, there 
  will be display name both for &quot;from&quot; &amp; &quot;to&quot;.</font></div>
  <div><font face="Times New Roman"></font> </div>
  <div><font size="3" face="Times">How about your idea?</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Thanks in advance!</font></div>
  <div> </div>
  <div align="left"><font color="#c0c0c0" face="Verdana">2012-12-02</font></div>
  <div align="left"><font face="Verdana">
  <hr style="width:122px;min-height:2px" align="left" size="2">
  </font></div>
  <div align="left"><font color="#c0c0c0" face="Verdana"><span>sparklezou</span></font></div>
  <div><font face="Verdana">
  <hr>
  </font></div>
  <div><font face="Verdana"><strong>发件人:</strong>sparklezou</font></div>
  <div><font face="Verdana"><strong>发送时间:</strong><a href="tel:2012-11-30%C2%A021" value="+12012113021" target="_blank">2012-11-30 21</a>:13</font></div>
  <div><font face="Verdana"><strong>主题:</strong>Re: Re: [Freeswitch-users] 
  About the display problem during calling</font></div>
  <div><font face="Verdana"><strong>收件人:</strong>&quot;freeswitch-dev&quot;&lt;<a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a>&gt;</font></div>
  <div><font face="Verdana"><strong>抄送:</strong></font></div>
  <div><font face="Verdana"></font> </div>
  <div><font face="Verdana">
  <div><font size="3" face="Times">Hi Develop team,</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Just simlify this question.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">In the message 100, 180,183, 200 response to the 
  caller side from Freeswitch side, the called part Name should be include in 
  the sip address of &quot;To&quot; &amp; SDP part. It should be  &quot;ABC&quot;&lt;sip: 
  1234@a.b.c.d&gt;, NOT only &lt;sip: 1234@a.b.c.d&gt;.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Currently, at the called part, the caller info is 
  correct with Name. So the display at called side is OK.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div>Could you please let me know where is the source code for such process? I 
  also would like to review it.</div>
  <div> </div>
  <div>Thanks!</div>
  <div> </div>
  <div align="left"><font color="#c0c0c0" face="Verdana">2012-11-30</font></div>
  <div align="left"><font face="Verdana">
  <hr style="width:122px;min-height:2px" align="left" size="2">
  </font></div>
  <div align="left"><font color="#c0c0c0" face="Verdana"><span>sparklezou</span></font></div>
  <div><font face="Verdana">
  <hr>
  </font></div>
  <div><font face="Verdana"><strong>发件人:</strong>sparklezou</font></div>
  <div><font face="Verdana"><strong>发送时间:</strong><a href="tel:2012-11-30%C2%A015" value="+12012113015" target="_blank">2012-11-30 15</a>:55</font></div>
  <div><font face="Verdana"><strong>主题:</strong>Re: [Freeswitch-users] 
  About the display problem during calling</font></div>
  <div><font face="Verdana"><strong>收件人:</strong>&quot;freeswitch-dev&quot;&lt;<a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a>&gt;</font></div>
  <div><font face="Verdana"><strong>抄送:</strong>&quot;freeswitch-users&quot;&lt;<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>&gt;</font></div>
  <div><font face="Verdana"></font> </div>
  <div><font face="Verdana">
  <div><font size="3" face="Times">Hi All,</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Before, I saved the user name in the phone. So it 
  will show the name when ringing.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">From the FreeSwitch side, there is NO 
  difference.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">@ Develop Team,</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">For Internal call, or any sip call from gateway, 
  it should be better show the Name during ring.  And also keep show the 
  name in the call, in stead of &quot;Outbound Call&quot;.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Usually the phone will update the display name 
  from the sip response message.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">So in the 100, 180, 183, 
  200 sip/sdp message. Respons with the called name, like 
  &quot;ABC&quot;&lt;sip: 1234@a.b.c.d&gt;.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Currently in the inital 100,180,183 message, 
  only &lt;sip: 1234@a.b.c.d&gt;. In the 200 message<span> </span><font size="3" face="Times">&quot;Remote-Part-ID: &quot;Outbound Call&quot; &lt;sip: 1234@a.b.c.d&gt;; ....... 
  &quot;</font></font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">If it could be updated, then the called name 
  could be displayed on the caller phone.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Thanks!</font></div>
  <div> </div>
  <div align="left"><font color="#c0c0c0" face="Verdana">2012-11-30</font></div>
  <div align="left"><font face="Verdana">
  <hr style="width:122px;min-height:2px" align="left" size="2">
  </font></div>
  <div align="left"><font color="#c0c0c0" face="Verdana"><span>sparklezou</span></font></div>
  <div><font face="Verdana">
  <hr>
  </font></div>
  <div><font face="Verdana"><strong>发件人:</strong>sparklezou</font></div>
  <div><font face="Verdana"><strong>发送时间:</strong><a href="tel:2012-11-30%C2%A011" value="+12012113011" target="_blank">2012-11-30 11</a>:19</font></div>
  <div><font face="Verdana"><strong>主题:</strong>[Freeswitch-users] About 
  the display problem during calling</font></div>
  <div><font face="Verdana"><strong>收件人:</strong>&quot;freeswitch-users&quot;&lt;<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>&gt;,&quot;freeswitch-dev&quot;&lt;<a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a>&gt;</font></div>


  <div><font face="Verdana"><strong>抄送:</strong></font></div>
  <div><font face="Verdana"></font> </div>
  <div><font face="Verdana"><u></u>
  <div><font size="3" face="Times">Hi All,</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">I facing a strange problem.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Before, when calling Internal number, the name 
  and number will both be displayed on the caller phone. When connected, 
  only the name will display on the phone. At called phone, display the name and 
  number. Seems fine.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">But yesterday afternoon, when calling 
  Internal number, only the number is displayed on the caller phone. When 
  connected, display &quot;Outbound Call&quot; on the caller phone. At the called phone, 
  everthing is the same. Display both the name and number.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">I think, mabybe something configured wrong. So I 
  try to restore back the configuration. seems the same. I have to re-install 
  the last release stable 1.2.5.1 version on another server. total fresh 
  setting. But found the same problem.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">I checked the sip info.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">The &quot;Outbound Call&quot; is in the 200 SDP message. 
  the called is set to</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">&quot;&quot;Remote-Part-ID: &quot;Outbound Call&quot; &lt;sip: 
  1234@a.b.c.d&gt;; ....... &quot;</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Not the correct called name.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Is there anything wrong?</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Please help me.</font></div>
  <div><font size="3" face="Times"></font> </div>
  <div><font size="3" face="Times">Thanks!</font></div>
  <div> </div>
  <div> </div>
  <div align="left"><font color="#c0c0c0" face="Verdana">2012-11-30</font></div><font face="Verdana">
  <hr style="width:122px;min-height:2px" align="left" size="2">
  </font>
  <div><font color="#c0c0c0" face="Verdana"><span>sparklezou</span></font></div><u></u></font></div></font></div></font></div></font></div></font></div>_________________________________________________________________________<br>

Professional 
  FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org" target="_blank">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-dev 
  mailing 
  list<br><a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>

UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div>

</blockquote></div><br></div></font></div></font></div></div></div></div><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-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div>