<div dir="ltr"><div><div><div><div><div><div>Hi Samuel,<br><br></div><div>Your problem has 2 solutions - easy one and not so easy:<br></div><div><br></div><div>Easy way:<br></div>If you are facing such issues this mean that you very new to VoIP and Freeswitch particularly and in my opinion it is worth to find professional who will configure and secure your PBX, otherwise you can end up loosing much more then 30$.<br><br></div>Hard way:<br></div>If you still think that you can handle it, then first and most simple way is to use iptables for blocking unwanted traffic. Below you can find my manual:<br><a href="http://blog.volunge.net/jekyll/update/2016/02/27/how-to-secure-freeswitch-with-iptables.html">http://blog.volunge.net/jekyll/update/2016/02/27/how-to-secure-freeswitch-with-iptables.html</a><br><br></div><div>Additionally to this you can find Freeswitch official documentation regarding Firewall configuration:<br><a href="https://freeswitch.org/confluence/display/FREESWITCH/Firewall">https://freeswitch.org/confluence/display/FREESWITCH/Firewall</a><br></div><div><br></div>Keep in mind that proper FW configuration will not fix all your issues and you should understand how Freeswitch work and what each configuration file do to secure your installation properly.<br><br></div>With kind regards,<br><br></div>Jurijs<br><div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-14 19:15 GMT+02:00 Samuel Reamer <span dir="ltr">&lt;<a href="mailto:adam@steffannicarpet.com" target="_blank">adam@steffannicarpet.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I have a small setup for a small business that I&#39;ve been testing; however, it appears that someone has hacked there way into making calls ($30 worth in just a few minutes). Can anyone provide me guidance on how to prevent these calls? Below is my ACL and a partial log:<div><br></div><div><br></div><div><div>&lt;configuration name=&quot;acl.conf&quot; description=&quot;Network Lists&quot;&gt;</div><div>  &lt;network-lists&gt;</div><div><br></div><div>    &lt;list name=&quot;lan&quot; default=&quot;allow&quot;&gt;</div><div>      &lt;node type=&quot;allow&quot; cidr=&quot;<a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a>&quot;/&gt;</div><div>      &lt;!--&lt;node type=&quot;deny&quot; cidr=&quot;<a href="http://192.168.42.42/32" target="_blank">192.168.42.42/32</a>&quot;/&gt; --&gt;</div><div>    &lt;/list&gt;</div><div><br></div><div><br></div><div>    &lt;list name=&quot;domains&quot; default=&quot;deny&quot;&gt;</div><div>      &lt;!-- domain= is special it scans the domain from the directory to build the ACL --&gt;</div><div>      &lt;node type=&quot;allow&quot; domain=&quot;$${domain}&quot;/&gt;</div><div>      &lt;node type=&quot;allow&quot; cidr=&quot;<a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a>&quot;/&gt;</div><div><span style="white-space:pre-wrap">        </span>  &lt;node type=&quot;allow&quot; cidr=&quot;<a href="http://107.20.251.237/32" target="_blank">107.20.251.237/32</a>&quot; /&gt;</div><div><span style="white-space:pre-wrap">        </span>  &lt;node type=&quot;allow&quot; cidr=&quot;<a href="http://107.20.176.37/32" target="_blank">107.20.176.37/32</a>&quot; /&gt;</div><div><span style="white-space:pre-wrap">        </span>  &lt;node type=&quot;allow&quot; cidr=&quot;<a href="http://184.169.138.133/32" target="_blank">184.169.138.133/32</a>&quot; /&gt;</div><div><span style="white-space:pre-wrap">        </span>  &lt;node type=&quot;allow&quot; cidr=&quot;<a href="http://54.215.5.82/32" target="_blank">54.215.5.82/32</a>&quot; /&gt;</div><div>    &lt;/list&gt;</div><div><br></div><div>  &lt;/network-lists&gt;</div><div>&lt;/configuration&gt;</div></div><div><br></div><div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:48.850490 [NOTICE] switch_channel.c:1091 New Channel sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a> [3ff60ad1-2ac7-46e8-b841-03fff79f972e]</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:48.850490 [DEBUG] switch_core_state_machine.c:473 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) Running State Change CS_NEW</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:48.850490 [DEBUG] sofia.c:9244 sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a> receiving invite from <a href="http://46.166.160.136:5074" target="_blank">46.166.160.136:5074</a> version: 1.7.0  64bit</div><div>2016-03-14 11:29:48.850490 [DEBUG] sofia.c:9411 IP 46.166.160.136 Rejected by acl &quot;domains&quot;. Falling back to Digest auth.</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:48.870521 [DEBUG] switch_core_state_machine.c:492 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) State NEW</div><div>2016-03-14 11:29:48.870521 [DEBUG] sofia.c:2147 detaching session 3ff60ad1-2ac7-46e8-b841-03fff79f972e</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [WARNING] switch_core_state_machine.c:576 3ff60ad1-2ac7-46e8-b841-03fff79f972e sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a> Abandoned</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [NOTICE] switch_core_state_machine.c:579 Hangup sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a> [CS_NEW] [WRONG_CALL_STATE]</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:473 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) Running State Change CS_HANGUP</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:739 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) Callstate Change DOWN -&gt; HANGUP</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:741 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) State HANGUP</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] mod_sofia.c:431 Channel sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a> hanging up, cause: WRONG_CALL_STATE</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:60 sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a> Standard HANGUP, cause: WRONG_CALL_STATE</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:741 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) State HANGUP going to sleep</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:508 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) State Change CS_HANGUP -&gt; CS_REPORTING</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:473 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) Running State Change CS_REPORTING</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:827 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) State REPORTING</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:104 sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a> Standard REPORTING, cause: WRONG_CALL_STATE</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:827 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) State REPORTING going to sleep</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:499 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) State Change CS_REPORTING -&gt; CS_DESTROY</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_session.c:1646 Session 384 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) Locked, Waiting on external entities</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [NOTICE] switch_core_session.c:1664 Session 384 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) Ended</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [NOTICE] switch_core_session.c:1668 Close Channel sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a> [CS_DESTROY]</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:630 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) Running State Change CS_DESTROY</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:640 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) State DESTROY</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] mod_sofia.c:341 sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a> SOFIA DESTROY</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:111 sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a> Standard DESTROY</div><div>3ff60ad1-2ac7-46e8-b841-03fff79f972e 2016-03-14 11:29:59.371127 [DEBUG] switch_core_state_machine.c:640 (sofia/internal/<a href="http://10000000@192.168.0.10:5060" target="_blank">10000000@192.168.0.10:5060</a>) State DESTROY going to sleep</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] sofia.c:5974 Remote Reason: 16</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] sofia.c:6756 Channel sofia/external/4721935380 entering state [terminated][480]</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [NOTICE] sofia.c:7775 Hangup sofia/external/4721935380 [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING]</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_ivr_bridge.c:705 sofia/external/4721935380 ending bridge by request from read function</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_ivr_bridge.c:778 BRIDGE THREAD DONE [sofia/external/4721935380]</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_core_state_machine.c:542 (sofia/external/4721935380) State EXCHANGE_MEDIA going to sleep</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_core_state_machine.c:473 (sofia/external/4721935380) Running State Change CS_HANGUP</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_core_state_machine.c:739 (sofia/external/4721935380) Callstate Change EARLY -&gt; HANGUP</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_core_state_machine.c:741 (sofia/external/4721935380) State HANGUP</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] mod_sofia.c:431 Channel sofia/external/4721935380 hanging up, cause: NORMAL_CLEARING</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_core_state_machine.c:60 sofia/external/4721935380 Standard HANGUP, cause: NORMAL_CLEARING</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_core_state_machine.c:741 (sofia/external/4721935380) State HANGUP going to sleep</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_core_state_machine.c:508 (sofia/external/4721935380) State Change CS_HANGUP -&gt; CS_REPORTING</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_core_state_machine.c:473 (sofia/external/4721935380) Running State Change CS_REPORTING</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_core_state_machine.c:827 (sofia/external/4721935380) State REPORTING</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_core_state_machine.c:104 sofia/external/4721935380 Standard REPORTING, cause: NORMAL_CLEARING</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_core_state_machine.c:827 (sofia/external/4721935380) State REPORTING going to sleep</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_core_state_machine.c:499 (sofia/external/4721935380) State Change CS_REPORTING -&gt; CS_DESTROY</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.431383 [DEBUG] switch_core_session.c:1646 Session 382 (sofia/external/4721935380) Locked, Waiting on external entities</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_ivr_bridge.c:778 BRIDGE THREAD DONE [sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>]</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [NOTICE] switch_channel.c:4801 Hangup sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> [CS_EXECUTE] [NORMAL_CLEARING]</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.451379 [NOTICE] switch_core_session.c:1664 Session 382 (sofia/external/4721935380) Ended</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.451379 [NOTICE] switch_core_session.c:1668 Close Channel sofia/external/4721935380 [CS_DESTROY]</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_session.c:2796 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:539 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State EXECUTE going to sleep</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:473 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Running State Change CS_HANGUP</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:630 (sofia/external/4721935380) Running State Change CS_DESTROY</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:640 (sofia/external/4721935380) State DESTROY</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:739 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Callstate Change EARLY -&gt; HANGUP</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:04.451379 [DEBUG] mod_sofia.c:341 sofia/external/4721935380 SOFIA DESTROY</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:741 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State HANGUP</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] mod_sofia.c:425 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Overriding SIP cause 480 with 480 from the other leg</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] mod_sofia.c:431 Channel sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> hanging up, cause: NORMAL_CLEARING</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] mod_sofia.c:568 Responding to INVITE with: 480</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:60 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Standard HANGUP, cause: NORMAL_CLEARING</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:741 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State HANGUP going to sleep</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:508 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State Change CS_HANGUP -&gt; CS_REPORTING</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:473 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Running State Change CS_REPORTING</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:827 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State REPORTING</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:104 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Standard REPORTING, cause: NORMAL_CLEARING</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:827 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State REPORTING going to sleep</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:499 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State Change CS_REPORTING -&gt; CS_DESTROY</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_session.c:1646 Session 381 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Locked, Waiting on external entities</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [NOTICE] switch_core_session.c:1664 Session 381 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Ended</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [NOTICE] switch_core_session.c:1668 Close Channel sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> [CS_DESTROY]</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:630 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Running State Change CS_DESTROY</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] switch_core_state_machine.c:640 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State DESTROY</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:04.451379 [DEBUG] mod_sofia.c:341 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> SOFIA DESTROY</div><div>2016-03-14 11:30:05.530466 [DEBUG] switch_nat.c:568 unmapped public port 23574 protocol UDP to localport 23574</div><div>2016-03-14 11:30:06.650545 [DEBUG] switch_nat.c:568 unmapped public port 24394 protocol UDP to localport 24394</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:06.650545 [DEBUG] switch_core_state_machine.c:111 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Standard DESTROY</div><div>773dea0b-4847-4c8b-8fa7-71301ff9f60c 2016-03-14 11:30:06.650545 [DEBUG] switch_core_state_machine.c:640 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State DESTROY going to sleep</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:06.690512 [DEBUG] switch_core_state_machine.c:111 sofia/external/4721935380 Standard DESTROY</div><div>2fb2983d-bfde-4c22-8813-76d598e74a42 2016-03-14 11:30:06.690512 [DEBUG] switch_core_state_machine.c:640 (sofia/external/4721935380) State DESTROY going to sleep</div><div>2016-03-14 11:30:08.970671 [WARNING] sofia_reg.c:2874 Can&#39;t find user [<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>] from 104.245.99.71</div><div>You must define a domain called &#39;76.188.116.163&#39; in your directory and add a user with the id=&quot;7070&quot; attribute</div><div>and you must configure your device to use the proper domain in it&#39;s authentication credentials.</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [NOTICE] switch_channel.c:1091 New Channel sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> [351981a2-a412-49bb-a554-0df34a002f86]</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] switch_core_state_machine.c:473 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Running State Change CS_NEW</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] sofia.c:9244 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> receiving invite from <a href="http://104.245.99.71:6688" target="_blank">104.245.99.71:6688</a> version: 1.7.0  64bit</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] sofia.c:6756 Channel sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> entering state [received][100]</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] sofia.c:6766 Remote SDP:</div><div>351981a2-a412-49bb-a554-0df34a002f86 v=0</div><div>351981a2-a412-49bb-a554-0df34a002f86 o=- 21305208 21305221 IN IP4 104.245.99.71</div><div>351981a2-a412-49bb-a554-0df34a002f86 s=eyeBeam</div><div>351981a2-a412-49bb-a554-0df34a002f86 c=IN IP4 104.245.99.71</div><div>351981a2-a412-49bb-a554-0df34a002f86 t=0 0</div><div>351981a2-a412-49bb-a554-0df34a002f86 m=audio 6690 RTP/AVP 100 6 0 8 3 18 5 101</div><div>351981a2-a412-49bb-a554-0df34a002f86 a=rtpmap:100 speex/16000</div><div>351981a2-a412-49bb-a554-0df34a002f86 a=rtpmap:101 telephone-event/8000</div><div>351981a2-a412-49bb-a554-0df34a002f86 a=fmtp:101 0-15</div><div>351981a2-a412-49bb-a554-0df34a002f86 a=alt:1 1 : 8EB1B249 0000007D 104.245.99.71 6690</div><div>351981a2-a412-49bb-a554-0df34a002f86 </div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] sofia.c:7121 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State Change CS_NEW -&gt; CS_INIT</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] switch_core_state_machine.c:492 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State NEW</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] switch_core_state_machine.c:473 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Running State Change CS_INIT</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] switch_core_state_machine.c:516 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State INIT</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] mod_sofia.c:88 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> SOFIA INIT</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] switch_core_state_machine.c:40 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Standard INIT</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] switch_core_state_machine.c:48 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State Change CS_INIT -&gt; CS_ROUTING</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] switch_core_state_machine.c:516 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State INIT going to sleep</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] switch_core_state_machine.c:473 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Running State Change CS_ROUTING</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] switch_channel.c:2240 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Callstate Change DOWN -&gt; RINGING</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] switch_core_state_machine.c:532 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State ROUTING</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] mod_sofia.c:141 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> SOFIA ROUTING</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] switch_core_state_machine.c:166 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Standard ROUTING</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [INFO] mod_dialplan_xml.c:637 Processing 7070 &lt;7070&gt;-&gt;004721935380 in context public</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> parsing [public-&gt;Calls to Plivo] continue=false</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Regex (FAIL) [Calls to Plivo] destination_number(004721935380) =~ /^(1{0,1}\d{10})$/ break=on-false</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> parsing [public-&gt;unloop] continue=false</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> parsing [public-&gt;outside_call] continue=true</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Absolute Condition [outside_call]</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Action set(outside_call=true)</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)})</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> parsing [public-&gt;call_debug] continue=true</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Regex (FAIL) [call_debug] ${call_debug}(false) =~ /^true$/ break=never</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> parsing [public-&gt;public_extensions] continue=false</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Regex (FAIL) [public_extensions] destination_number(004721935380) =~ /^(10[01][0-9])$/ break=on-false</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> parsing [public-&gt;group_dial_standard] continue=false</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Regex (FAIL) [group_dial_standard] destination_number(004721935380) =~ /^2000$/ break=on-false</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> parsing [public-&gt;public_did] continue=false</div><div>351981a2-a412-49bb-a554-0df34a002f86 Dialplan: sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Regex (FAIL) [public_did] destination_number(004721935380) =~ /^(5551212)$/ break=on-false</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] switch_core_state_machine.c:216 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State Change CS_ROUTING -&gt; CS_EXECUTE</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.430898 [DEBUG] switch_core_state_machine.c:532 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State ROUTING going to sleep</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:473 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Running State Change CS_EXECUTE</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:539 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State EXECUTE</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] mod_sofia.c:196 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> SOFIA EXECUTE</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:258 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Standard EXECUTE</div><div>351981a2-a412-49bb-a554-0df34a002f86 EXECUTE sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> set(outside_call=true)</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] mod_dptools.c:1498 SET sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> [outside_call]=[true]</div><div>351981a2-a412-49bb-a554-0df34a002f86 EXECUTE sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> export(RFC2822_DATE=Mon, 14 Mar 2016 11:30:13 -0400)</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_channel.c:1283 EXPORT (export_vars) [RFC2822_DATE]=[Mon, 14 Mar 2016 11:30:13 -0400]</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [NOTICE] switch_core_state_machine.c:315 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> has executed the last dialplan instruction, hanging up.</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [NOTICE] switch_core_state_machine.c:317 Hangup sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> [CS_EXECUTE] [NORMAL_CLEARING]</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:539 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State EXECUTE going to sleep</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:473 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Running State Change CS_HANGUP</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:739 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Callstate Change RINGING -&gt; HANGUP</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:741 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State HANGUP</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] mod_sofia.c:431 Channel sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> hanging up, cause: NORMAL_CLEARING</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] mod_sofia.c:568 Responding to INVITE with: 480</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:60 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Standard HANGUP, cause: NORMAL_CLEARING</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:741 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State HANGUP going to sleep</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:508 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State Change CS_HANGUP -&gt; CS_REPORTING</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:473 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Running State Change CS_REPORTING</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:827 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State REPORTING</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:104 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Standard REPORTING, cause: NORMAL_CLEARING</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:827 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State REPORTING going to sleep</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:499 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State Change CS_REPORTING -&gt; CS_DESTROY</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_session.c:1646 Session 385 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Locked, Waiting on external entities</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [NOTICE] switch_core_session.c:1664 Session 385 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Ended</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [NOTICE] switch_core_session.c:1668 Close Channel sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> [CS_DESTROY]</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:630 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) Running State Change CS_DESTROY</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:640 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State DESTROY</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] mod_sofia.c:341 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> SOFIA DESTROY</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:111 sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a> Standard DESTROY</div><div>351981a2-a412-49bb-a554-0df34a002f86 2016-03-14 11:30:13.450893 [DEBUG] switch_core_state_machine.c:640 (sofia/external/<a href="mailto:7070@76.188.116.163" target="_blank">7070@76.188.116.163</a>) State DESTROY going to sleep</div></div><div><br></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" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div></div></div>