<div dir="ltr"><div>i felt neglected, can anyone still help me with the below mentioned problem.<br><br></div>Gratitude,<br>Ibrahim <br><div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 29, 2013 at 3:49 PM, Syed Ibrahim Ghaznavi <span dir="ltr"><<a href="mailto:ibrahimghaznavi@gmail.com" target="_blank">ibrahimghaznavi@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks steve for the prompt help !<br><br>I am pasting a line below from the log, i guess the context is public ? :<div class="im">
<br>mod_dialplan_xml.c:557 Processing
IMSI410071190004419 <IMSI410071190004419>->2222 in <b>context
public<br><br></b></div><div class="gmail_extra">You are right that i have no extension 2222. But i am confused as to how should i make an extension using IMSI. Like the sample extensions (1000-1019) looks like:<br><br><include><br>
<user id="1000"><br> <params><br> <param name="password" value="$${default_password}"/><br> <param name="vm-password" value="1000"/><br>
</params><br> <variables><br> <variable name="toll_allow" value="domestic,international,local"/><br> <variable name="accountcode" value="1000"/><br>
<variable name="user_context" value="default"/><br> <variable name="effective_caller_id_name" value="Extension 1000"/><br> <variable name="effective_caller_id_number" value="1000"/><br>
<variable name="outbound_caller_id_name" value="$${outbound_caller_name}"/><br> <variable name="outbound_caller_id_number" value="$${outbound_caller_id}"/><br>
<variable name="callgroup" value="techsupport"/><br> </variables><br> </user><br></include><br><br></div><div class="gmail_extra">Whereas i found one example of the extension using IMSI:<br>
<br><include><br><user id="IMSI001011990032551" cidr="<a href="http://127.0.0.1/24" target="_blank">127.0.0.1/24</a>"><br><params><br><param name="accept-blind-reg" value="true"/><br>
<param name="accept-blind-auth" value="true"/><br><param name="vm-password" value="1234"/><br></params><br><variables><br><variable name="toll_allow" value="domestic,international,local"/><br>
<variable name="accountcode" value="2100"/><br><variable name="user_context" value="default"/><br><variable name="effective_caller_id_name" value="Nexus One"/><br>
<variable name="effective_caller_id_number" value="<a href="tel:2125552344" value="+12125552344" target="_blank">2125552344</a>"/><br><variable name="outbound_caller_id_name" value="Nexus One"/><br>
<variable name="outbound_caller_id_number" value="<a href="tel:2125552344" value="+12125552344" target="_blank">2125552344</a>"/><br>
<variable name="callgroup" value="techsupport"/><br></variables><br></user><br></include><br><br><br></div><div class="gmail_extra">Can anyone validate if the above syntax is perfect for adding an extension using the above syntax?<br>
<br></div><div class="gmail_extra">Another confusion related to the workflow: <br></div><div class="gmail_extra">Assuming the syntax is correct, should i follow the following steps to establish a call between the 2 users:<br>
</div><ul><li>Add the extensions of the users in: /usr/local/freeswitch/conf/directory/default</li><li>Then reference that entry in the dialplan</li><ul><li>public.xml or</li><li>default.xml ?</li></ul><li>In the new extension added in pubic or default, i should bridge the call by adding the following extension right?<br>
<div style="margin-left:40px"><br></div></li></ul>
        
        
        
        
<ul style="margin-left:40px"><li><p style="margin-bottom:0in"><condition
        field="destination_number" expression="2222"><br>
        <action application="export"
        data="dialed_extension=$1"/>
        </p>
</li></ul><div style="margin-left:40px">
</div><ul style="margin-left:40px"><p><action application="bridge"
        data="user/${dialed_extension}@${domain_name}"/><br>
         <action application="answer"/><br>
         <action application="sleep" data="1000"/><br>
         <action application="bridge"
        data="loopback/app=voicemail:default ${domain_name}
        ${dialed_extension}"/><br>
        </condition><br> </extension></p><p>After this i should be able to make calls right?</p><p>Steve- i just check my version of freeswitch it is : FreeSWITCH Version 1.3.13. Thanks for the suggestion though. <br>
</p><p>Any help will be greatly appreciated !!! Thanks much !</p><p><br></p></ul><ul><p>Gratitude,</p><p>Ibrahim<br></p></ul><div><div class="h5"><div style="margin-left:40px">
</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 28, 2013 at 8:11 PM, Steven Ayre <span dir="ltr"><<a href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Your log shows that you're entering the dialplan with destination number 2222. However there are no extensions that match this number. You need to create a dialplan extension match this number and bridge the call to the registered user.<div>
<br></div><div>Your log shows that you're using the default configuration. This is only intended as an example. I recommend you replace or modify it to only do what you need.</div><div><br></div><div>FreeSWITCH 1.0.6 is also a very old unsupported release that contains known problems. I suggest you upgrade to either 1.2.7 or Git master.</div>
<div><br></div><div>-Steve</div><div><br></div><div><br></div><div><br><br><div class="gmail_quote"><div><div>On 28 March 2013 14:19, Syed Ibrahim Ghaznavi <span dir="ltr"><<a href="mailto:ibrahimghaznavi@gmail.com" target="_blank">ibrahimghaznavi@gmail.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div>Hi, <br>I have configured OpenBTS with Freeswitch and registered 2 users using VBTS_New_User found here:<br>
<a href="http://wush.net/trac/rangepublic/wiki/freeswitchConfig" target="_blank">http://wush.net/trac/rangepublic/wiki/freeswitchConfig</a><br>
<br>I can see the 2 tuples in the sqlite3.db, however when i attempt to make a call between the 2 registered users, the log on Freeswitch is as follows:<br><br>2013-03-27 21:18:07.495839 [NOTICE] switch_channel.c:976 New Channel sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> [e9051208-96f9-11e2-8f70-<div>
5979f626837d]<br>2013-03-27 21:18:07.495839 [DEBUG] switch_core_session.c:975 Send signal sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> [BREAK]<br>
2013-03-27 21:18:07.495839 [DEBUG] switch_core_state_machine.c:415 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) Running State Change CS_NEW<br>2013-03-27 21:18:07.495839 [DEBUG] switch_core_session.c:975 Send signal sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> [BREAK]<br>
2013-03-27 21:18:07.495839 [DEBUG] switch_core_state_machine.c:433 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State NEW<br>2013-03-27 21:18:07.515818 [DEBUG] sofia.c:7697 IP 127.0.0.1 Approved by acl "domains[]". Access Granted.<br>
2013-03-27 21:18:07.515818 [DEBUG] sofia.c:5597 Channel sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> entering state [received][100]<br>2013-03-27 21:18:07.515818 [DEBUG] sofia.c:5608 Remote SDP:<br>
v=0<br>o=IMSI410071190004419 0 0 IN IP4 127.0.0.1<br>s=Talk Time<br>t=0 0<br>m=audio 16502 RTP/AVP 3<br>c=IN IP4 127.0.0.1<br>a=rtpmap:3 GSM/8000<br><br>2013-03-27 21:18:07.515818 [DEBUG] sofia.c:5821 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State Change CS_NEW -> CS_INIT<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_session.c:1310 Send signal sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> [BREAK]<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:415 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) Running State Change CS_INIT<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:454 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State INIT<br>2013-03-27 21:18:07.515818 [DEBUG] mod_sofia.c:86 sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> SOFIA INIT<br>
2013-03-27 21:18:07.515818 [DEBUG] mod_sofia.c:126 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State Change CS_INIT -> CS_ROUTING<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_session.c:1310 Send signal sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> [BREAK]<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:454 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State INIT going to sleep<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:415 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) Running State Change CS_ROUTING<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_channel.c:2012 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) Callstate Change DOWN -> RINGING<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:470 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State ROUTING<br>
2013-03-27 21:18:07.515818 [DEBUG] mod_sofia.c:149 sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> SOFIA ROUTING<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:117 sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> Standard ROUTING<br>
2013-03-27 21:18:07.515818 [INFO] mod_dialplan_xml.c:557 Processing
IMSI410071190004419 <IMSI410071190004419>->2222 in context
public<br>Dialplan: sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> parsing [public->unloop] continue=false<br>
Dialplan: sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false<br>Dialplan: sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> parsing [public->outside_call] continue=true<br>Dialplan: sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> Absolute Condition [outside_call]<br>
Dialplan: sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> Action set(outside_call=true) <br>Dialplan: sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) <br>
Dialplan: sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> parsing [public->call_debug] continue=true<br>Dialplan: sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> Regex (FAIL) [call_debug] ${call_debug}(false) =~ /^true$/ break=never<br>
Dialplan: sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> parsing [public->public_extensions] continue=false<br>Dialplan: sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> Regex (FAIL) [public_extensions] destination_number(2222) =~ /^(10[01][0-9])$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> parsing [public->public_did] continue=false<br>Dialplan: sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> Regex (FAIL) [public_did] destination_number(2222) =~ /^(5551212)$/ break=on-false<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:167 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State Change CS_ROUTING -> CS_EXECUTE<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_session.c:1310 Send signal sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> [BREAK]<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:470 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State ROUTING going to sleep<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:415 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) Running State Change CS_EXECUTE<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:477 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State EXECUTE<br>2013-03-27 21:18:07.515818 [DEBUG] mod_sofia.c:242 sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> SOFIA EXECUTE<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:209 sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> Standard EXECUTE<br>EXECUTE sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> set(outside_call=true)<br>
2013-03-27 21:18:07.515818 [DEBUG] mod_dptools.c:1367 sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> SET [outside_call]=[true]<br>EXECUTE sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> export(RFC2822_DATE=Wed, 27 Mar 2013 21:18:07 +0500)<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_channel.c:1143 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 27 Mar 2013 21:18:07 +0500]<br>2013-03-27 21:18:07.515818 [NOTICE] switch_core_state_machine.c:262 sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> has executed the last dialplan instruction, hanging up.<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_channel.c:3011 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) Callstate Change RINGING -> HANGUP<br>2013-03-27 21:18:07.515818 [NOTICE] switch_core_state_machine.c:264 Hangup sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> [CS_EXECUTE] [NORMAL_CLEARING]<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_channel.c:3034 Send signal sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> [KILL]<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_session.c:1310 Send signal sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> [BREAK]<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:477 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State EXECUTE going to sleep<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:415 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) Running State Change CS_HANGUP<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:676 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State HANGUP<br>2013-03-27 21:18:07.515818 [DEBUG] mod_sofia.c:503 Channel sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> hanging up, cause: NORMAL_CLEARING<br>
2013-03-27 21:18:07.515818 [DEBUG] mod_sofia.c:633 Responding to INVITE with: 480<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:48 sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> Standard HANGUP, cause: NORMAL_CLEARING<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:676 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State HANGUP going to sleep<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:446 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State Change CS_HANGUP -> CS_REPORTING<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_session.c:1310 Send signal sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> [BREAK]<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:415 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) Running State Change CS_REPORTING<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:758 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State REPORTING<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:92 sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> Standard REPORTING, cause: NORMAL_CLEARING<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:758 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State REPORTING going to sleep<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_state_machine.c:440 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State Change CS_REPORTING -> CS_DESTROY<br>
2013-03-27 21:18:07.515818 [DEBUG] switch_core_session.c:1310 Send signal sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> [BREAK]<br>2013-03-27 21:18:07.515818 [DEBUG] switch_core_session.c:1518 Session 44 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) Locked, Waiting on external entities<br>
2013-03-27 21:18:07.515818 [NOTICE] switch_core_session.c:1536 Session 44 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) Ended<br>2013-03-27 21:18:07.515818 [NOTICE] switch_core_session.c:1540 Close Channel sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> [CS_DESTROY]<br>
2013-03-27 21:18:07.525838 [DEBUG] switch_core_state_machine.c:565 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) Callstate Change HANGUP -> DOWN<br>2013-03-27 21:18:07.525838 [DEBUG] switch_core_state_machine.c:568 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) Running State Change CS_DESTROY<br>
2013-03-27 21:18:07.525838 [DEBUG] switch_core_state_machine.c:578 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State DESTROY<br>2013-03-27 21:18:07.525838 [DEBUG] mod_sofia.c:396 sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> SOFIA DESTROY<br>
2013-03-27 21:18:07.525838 [DEBUG] switch_core_state_machine.c:99 sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a> Standard DESTROY<br>2013-03-27 21:18:07.525838 [DEBUG] switch_core_state_machine.c:578 (sofia/internal/<a href="mailto:IMSI410071190004419@127.0.0.1" target="_blank">IMSI410071190004419@127.0.0.1</a>) State DESTROY going to sleep</div>
<br>Gratitude,<br>Ibrahim<br>
<br></div></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-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>
<br>_________________________________________________________________________<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-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div></div></div>
</blockquote></div><br></div></div></div></div></div>