<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">check out mod_smpp<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 1, 2016, at 3:10 PM, Abdul Hakeem &lt;<a href="mailto:alhakeem@gmail.com" class="">alhakeem@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="WordSection1" style="page: WordSection1; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="" class="">Hello Juan Pablo,<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="" class=""><o:p class="">&nbsp;</o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="" class="">Thanks for the previous message.<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="" class="">I wanted to know if the text messages are simply on-Net with users registered to FS only or you are able to route to other networks via SMPP/HTTP as SMS.<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="" class=""><o:p class="">&nbsp;</o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="" class="">Best regards,<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="" class="">Abdul Hakeem<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><a name="_MailEndCompose" class=""><span style="" class=""><o:p class="">&nbsp;</o:p></span></a></div><span class=""></span><div class=""><div style="border-style: solid none none; border-top-color: rgb(181, 196, 223); border-top-width: 1pt; padding: 3pt 0cm 0cm;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><b class=""><span lang="EN-US" style="font-size: 10pt; font-family: Tahoma, sans-serif;" class="">From:</span></b><span lang="EN-US" style="font-size: 10pt; font-family: Tahoma, sans-serif;" class=""><span class="Apple-converted-space">&nbsp;</span><a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" class="">freeswitch-users-bounces@lists.freeswitch.org</a> [<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" class="">mailto:freeswitch-users-bounces@lists.freeswitch.org</a>]<span class="Apple-converted-space">&nbsp;</span><b class="">On Behalf Of<span class="Apple-converted-space">&nbsp;</span></b>Juan Pablo L.<br class=""><b class="">Sent:</b><span class="Apple-converted-space">&nbsp;</span>Wednesday, October 21, 2015 12:18 AM<br class=""><b class="">To:</b><span class="Apple-converted-space">&nbsp;</span>FreeSWITCH Users Help<br class=""><b class="">Subject:</b><span class="Apple-converted-space">&nbsp;</span>Re: [Freeswitch-users] sip simple delivery<o:p class=""></o:p></span></div></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><o:p class="">&nbsp;</o:p></div><div class=""><p class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span style="font-family: Calibri, sans-serif;" class=""><br class="">Hi Abdul, yes of course, this is what i m doing:<br class="">I m creating an application that processes text messages from users,<span class="Apple-converted-space">&nbsp;</span><br class="">my application checks if a user has balance or not and depending on the case<span class="Apple-converted-space">&nbsp;</span><br class="">it allows or not the message to be delivered,<span class="Apple-converted-space">&nbsp;</span><br class="">so i have enabled<span class="Apple-converted-space">&nbsp;</span><span class="SpellE">mod_sms</span>, and configured the chat plan as follows:<br class=""><br class="">&nbsp;&nbsp;&nbsp; &lt;extension name="demo"&gt;<br class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="to" expression="^(.*)$"&gt;<br class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="set" data="<span class="SpellE">skip_global_process</span>=true" /&gt;<br class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="set" data="<span class="SpellE">final_delivery</span>=true"&nbsp; /&gt;<br class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="<span class="SpellE">smartvoip_sms</span>" data="${<span class="SpellE">from_user</span>}&nbsp; ${<span class="SpellE">to_user</span>} ${_body}" /&gt;<br class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="stop" data=""/&gt;<br class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br class="">&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br class=""><br class=""><span class="SpellE">smartvoip_sms</span><span class="Apple-converted-space">&nbsp;</span>is my application and as you can see that is how i set<br class="">the '<span class="SpellE">final_delivery</span>' flag, i could have done programmatically too but so<br class="">far that works for me. tell me if this is what you need. regards!!<br class=""><br class=""><br class=""><br class=""><br class=""><o:p class=""></o:p></span></p><div class=""><div class="MsoNormal" align="center" style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; text-align: center;"><span style="font-family: Calibri, sans-serif;" class=""><hr size="2" width="100%" align="center" id="stopSpelling" class=""></span></div><p class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span style="font-family: Calibri, sans-serif;" class="">From:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:alhakeem@gmail.com" style="color: purple; text-decoration: underline;" class="">alhakeem@gmail.com</a><br class="">To:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:freeswitch-users@lists.freeswitch.org" style="color: purple; text-decoration: underline;" class="">freeswitch-users@lists.freeswitch.org</a><br class="">Date: Tue, 20 Oct 2015 22:28:40 +0100<br class="">Subject: Re: [Freeswitch-users] sip simple delivery<o:p class=""></o:p></span></p><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">Juan,</span><span style="font-family: Calibri, sans-serif;" class=""><o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">Are you able to share how you added the ‘final delivery’ header to the message ?</span><span style="font-family: Calibri, sans-serif;" class=""><o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">Cheers,</span><span style="font-family: Calibri, sans-serif;" class=""><o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">Abdul Hakeem</span><span style="font-family: Calibri, sans-serif;" class=""><o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">&nbsp;</span><span style="font-family: Calibri, sans-serif;" class=""><o:p class=""></o:p></span></div><div class=""><div style="border-style: solid none none; border-top-color: rgb(181, 196, 223); border-top-width: 1pt; padding: 3pt 0cm 0cm;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><b class=""><span lang="EN-US" style="font-size: 10pt; font-family: Tahoma, sans-serif;" class="">From:</span></b><span lang="EN-US" style="font-size: 10pt; font-family: Tahoma, sans-serif;" class=""><span class="Apple-converted-space">&nbsp;</span><a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" style="color: purple; text-decoration: underline;" class="">freeswitch-users-bounces@lists.freeswitch.org</a><span class="Apple-converted-space">&nbsp;</span>[<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" style="color: purple; text-decoration: underline;" class="">mailto:freeswitch-users-bounces@lists.freeswitch.org</a>]<span class="Apple-converted-space">&nbsp;</span><b class="">On Behalf Of<span class="Apple-converted-space">&nbsp;</span></b>Juan Pablo L.<br class=""><b class="">Sent:</b><span class="Apple-converted-space">&nbsp;</span>Tuesday, October 20, 2015 9:36 PM<br class=""><b class="">To:</b><span class="Apple-converted-space">&nbsp;</span><a href="mailto:freeswitch-users@lists.freeswitch.org" style="color: purple; text-decoration: underline;" class="">freeswitch-users@lists.freeswitch.org</a><br class=""><b class="">Subject:</b><span class="Apple-converted-space">&nbsp;</span>Re: [Freeswitch-users] sip simple delivery</span><span style="font-family: Calibri, sans-serif;" class=""><o:p class=""></o:p></span></div></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">&nbsp;<o:p class=""></o:p></span></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">just wanted to confirm that this was what i was looking for, thank you very much!<o:p class=""></o:p></span></div><div class=""><div class="MsoNormal" align="center" style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; text-align: center;"><span style="font-family: Calibri, sans-serif;" class=""><hr size="2" width="100%" align="center" class=""></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">Date: Fri, 16 Oct 2015 18:43:48 +0000<br class="">From:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:jpablolorenzetti@hotmail.com" style="color: purple; text-decoration: underline;" class="">jpablolorenzetti@hotmail.com</a><br class="">To:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:freeswitch-users@lists.freeswitch.org" style="color: purple; text-decoration: underline;" class="">freeswitch-users@lists.freeswitch.org</a>;<span class="Apple-converted-space">&nbsp;</span><a href="mailto:freeswitch-users@lists.freeswitch.org" style="color: purple; text-decoration: underline;" class="">freeswitch-users@lists.freeswitch.org</a><br class="">Subject: Re: [Freeswitch-users] sip simple delivery<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">I will try .. thank you very much ... I will come back with the results ...<span class="Apple-converted-space">&nbsp;</span><o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">Sent by<span class="Apple-converted-space">&nbsp;</span><a href="http://taps.io/outlookmobile" target="_blank" style="color: purple; text-decoration: underline;" class="">Outlook</a><span class="Apple-converted-space">&nbsp;</span>for Android<o:p class=""></o:p></span></div><p class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span style="font-family: Calibri, sans-serif;" class=""><o:p class="">&nbsp;</o:p></span></p><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">On Fri, Oct 16, 2015 at 8:43 AM -0700, "Russell<span class="Apple-converted-space">&nbsp;</span><span class="SpellE">Treleaven</span>" &lt;<a href="mailto:rtreleaven@bunnykick.ca" target="_blank" style="color: purple; text-decoration: underline;" class="">rtreleaven@bunnykick.ca</a>&gt; wrote:<o:p class=""></o:p></span></div></div><div class=""><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">I think this is what you want.<span class="Apple-converted-space">&nbsp;</span><o:p class=""></o:p></span></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">Not sure because it was quite a while ago that I looked at this.<o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">&nbsp;<o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">you need to add a header "<span class="SpellE">final_delivery</span>" to the message with a value of "true"<o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">&nbsp;<o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">Hope that helps.<o:p class=""></o:p></span></div></div></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">&nbsp;<o:p class=""></o:p></span></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">On Fri, Oct 16, 2015 at 12:01 AM, Juan Pablo L. &lt;<a href="mailto:jpablolorenzetti@hotmail.com" target="_blank" style="color: purple; text-decoration: underline;" class="">jpablolorenzetti@hotmail.com</a>&gt; wrote:<o:p class=""></o:p></span></div><div class=""><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">Hi, can anyone please give me a hint on this ? thank you!<span class="Apple-converted-space">&nbsp;</span><o:p class=""></o:p></span></div><div class=""><div class="MsoNormal" align="center" style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; text-align: center;"><span style="font-family: Calibri, sans-serif;" class=""><hr size="2" width="100%" align="center" class=""></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">From:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:jpablolorenzetti@hotmail.com" target="_blank" style="color: purple; text-decoration: underline;" class="">jpablolorenzetti@hotmail.com</a><br class="">To:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank" style="color: purple; text-decoration: underline;" class="">freeswitch-users@lists.freeswitch.org</a><br class="">Date: Wed, 14 Oct 2015 22:30:54 +0000<br class="">Subject: [Freeswitch-users] sip simple delivery<span class="Apple-converted-space">&nbsp;</span><o:p class=""></o:p></span></div><div class=""><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">&nbsp;<o:p class=""></o:p></span></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">Hi, i would like to find out how can i stop a sip simple from being delivered once it has been dealt with,<br class="">i have a module that receives the event and decides whether to deliver it or not based on<br class="">some criteria ($$), but it does not matter what the module does, after it has finished<span class="Apple-converted-space">&nbsp;</span><span class="SpellE">precessing</span><span class="Apple-converted-space">&nbsp;</span>the<br class="">message,<span class="Apple-converted-space">&nbsp;</span><span class="SpellE"><span class="ecxspelle">freeswitch</span></span><span class="Apple-converted-space">&nbsp;</span>still delivers it. i understand it does this by default, any<span class="Apple-converted-space">&nbsp;</span><span class="SpellE"><span class="ecxspelle">advise</span></span><span class="Apple-converted-space">&nbsp;</span>would be appreciated. thanks!<o:p class=""></o:p></span></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">&nbsp;<o:p class=""></o:p></span></div></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">_________________________________________________________________________ Professional FreeSWITCH Consulting Services:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:consulting@freeswitch.org" target="_blank" style="color: purple; text-decoration: underline;" class="">consulting@freeswitch.org</a><span class="Apple-converted-space">&nbsp;</span><a href="http://www.freeswitchsolutions.com/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.freeswitchsolutions.com</a><span class="Apple-converted-space">&nbsp;</span>Official FreeSWITCH Sites<span class="Apple-converted-space">&nbsp;</span><a href="http://www.freeswitch.org/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.freeswitch.org</a><a href="http://confluence.freeswitch.org/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://confluence.freeswitch.org</a><span class="Apple-converted-space">&nbsp;</span><a href="http://www.cluecon.com/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.cluecon.com</a><span class="Apple-converted-space">&nbsp;</span>FreeSWITCH-users mailing list<span class="Apple-converted-space">&nbsp;</span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" style="color: purple; text-decoration: underline;" class="">FreeSWITCH-users@lists.freeswitch.org</a><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" style="color: purple; text-decoration: underline;" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><span class="Apple-converted-space">&nbsp;</span>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" style="color: purple; text-decoration: underline;" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><a href="http://www.freeswitch.org/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.freeswitch.org</a><o:p class=""></o:p></span></div></div></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class=""><br class="">_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services:<br class=""><a href="mailto:consulting@freeswitch.org" style="color: purple; text-decoration: underline;" class="">consulting@freeswitch.org</a><br class=""><a href="http://www.freeswitchsolutions.com/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.freeswitchsolutions.com</a><br class=""><br class="">Official FreeSWITCH Sites<br class=""><a href="http://www.freeswitch.org/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.freeswitch.org</a><br class=""><a href="http://confluence.freeswitch.org/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://confluence.freeswitch.org</a><br class=""><a href="http://www.cluecon.com/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.cluecon.com</a><br class=""><br class="">FreeSWITCH-users mailing list<br class=""><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" style="color: purple; text-decoration: underline;" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class=""><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" style="color: purple; text-decoration: underline;" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" style="color: purple; text-decoration: underline;" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class=""><a href="http://www.freeswitch.org/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.freeswitch.org</a><o:p class=""></o:p></span></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class="">&nbsp;<o:p class=""></o:p></span></div></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class=""><br class="">_________________________________________________________________________ Professional FreeSWITCH Consulting Services:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:consulting@freeswitch.org" style="color: purple; text-decoration: underline;" class="">consulting@freeswitch.org</a><span class="Apple-converted-space">&nbsp;</span><a href="http://www.freeswitchsolutions.com/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.freeswitchsolutions.com</a><span class="Apple-converted-space">&nbsp;</span>Official FreeSWITCH Sites<span class="Apple-converted-space">&nbsp;</span><a href="http://www.freeswitch.org/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.freeswitch.org</a><a href="http://confluence.freeswitch.org/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://confluence.freeswitch.org</a><span class="Apple-converted-space">&nbsp;</span><a href="http://www.cluecon.com/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.cluecon.com</a><span class="Apple-converted-space">&nbsp;</span>FreeSWITCH-users mailing list<span class="Apple-converted-space">&nbsp;</span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" style="color: purple; text-decoration: underline;" class="">FreeSWITCH-users@lists.freeswitch.org</a><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" style="color: purple; text-decoration: underline;" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><span class="Apple-converted-space">&nbsp;</span>UNSUBSCRIBE:http://<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" class="">lists.freeswitch.org/mailman/options/freeswitch-users</a><span class="Apple-converted-space">&nbsp;</span><a href="http://www.freeswitch.org/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.freeswitch.org</a><br class="">_________________________________________________________________________ Professional FreeSWITCH Consulting Services:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:consulting@freeswitch.org" style="color: purple; text-decoration: underline;" class="">consulting@freeswitch.org</a><span class="Apple-converted-space">&nbsp;</span><a href="http://www.freeswitchsolutions.com/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.freeswitchsolutions.com</a><span class="Apple-converted-space">&nbsp;</span>Official FreeSWITCH Sites<span class="Apple-converted-space">&nbsp;</span><a href="http://www.freeswitch.org/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.freeswitch.org</a><a href="http://confluence.freeswitch.org/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://confluence.freeswitch.org</a><span class="Apple-converted-space">&nbsp;</span><a href="http://www.cluecon.com/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.cluecon.com</a><span class="Apple-converted-space">&nbsp;</span>FreeSWITCH-users mailing list<span class="Apple-converted-space">&nbsp;</span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" style="color: purple; text-decoration: underline;" class="">FreeSWITCH-users@lists.freeswitch.org</a><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" style="color: purple; text-decoration: underline;" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><span class="Apple-converted-space">&nbsp;</span>UNSUBSCRIBE:http://<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" class="">lists.freeswitch.org/mailman/options/freeswitch-users</a><span class="Apple-converted-space">&nbsp;</span><a href="http://www.freeswitch.org/" target="_blank" style="color: purple; text-decoration: underline;" class="">http://www.freeswitch.org</a><o:p class=""></o:p></span></div></div></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span style="font-family: Calibri, sans-serif;" class=""><br class="">_________________________________________________________________________ Professional FreeSWITCH Consulting Services:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:consulting@freeswitch.org" style="color: purple; text-decoration: underline;" class="">consulting@freeswitch.org</a><span class="Apple-converted-space">&nbsp;</span><a href="http://www.freeswitchsolutions.com/" style="color: purple; text-decoration: underline;" class="">http://www.freeswitchsolutions.com</a><span class="Apple-converted-space">&nbsp;</span>Official FreeSWITCH Sites<span class="Apple-converted-space">&nbsp;</span><a href="http://www.freeswitch.org/" style="color: purple; text-decoration: underline;" class="">http://www.freeswitch.org</a><a href="http://confluence.freeswitch.org/" style="color: purple; text-decoration: underline;" class="">http://confluence.freeswitch.org</a><span class="Apple-converted-space">&nbsp;</span><a href="http://www.cluecon.com/" style="color: purple; text-decoration: underline;" class="">http://www.cluecon.com</a><span class="Apple-converted-space">&nbsp;</span>FreeSWITCH-users mailing list<span class="Apple-converted-space">&nbsp;</span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" style="color: purple; text-decoration: underline;" class="">FreeSWITCH-users@lists.freeswitch.org</a><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" style="color: purple; text-decoration: underline;" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><span class="Apple-converted-space">&nbsp;</span>UNSUBSCRIBE:http://<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" class="">lists.freeswitch.org/mailman/options/freeswitch-users</a><span class="Apple-converted-space">&nbsp;</span><a href="http://www.freeswitch.org/" style="color: purple; text-decoration: underline;" class="">http://www.freeswitch.org</a><o:p class=""></o:p></span></div></div></div></div><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_________________________________________________________________________</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Professional FreeSWITCH Consulting Services:<span class="Apple-converted-space">&nbsp;</span></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><a href="http://www.freeswitchsolutions.com" class="">http://www.freeswitchsolutions.com</a></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Official FreeSWITCH Sites</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><a href="http://www.freeswitch.org" class="">http://www.freeswitch.org</a></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><a href="http://confluence.freeswitch.org" class="">http://confluence.freeswitch.org</a></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><a href="http://www.cluecon.com" class="">http://www.cluecon.com</a></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">FreeSWITCH-users mailing list</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" class="">FreeSWITCH-users@lists.freeswitch.org</a></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">UNSUBSCRIBE:http://<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" class="">lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><a href="http://www.freeswitch.org" class="">http://www.freeswitch.org</a></span></div></blockquote></div><br class=""></div></body></html>