<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I'm a fresh user of FreeSWITCH. I just configed the basic things. Right
now, all outbound calls are ok. I can call any number I want. <br><br>But when
I use my own mobile phone to call the phone number(I got from my sip
provider) bind with my sip account, I can not receive the call. My softphone on my another computer doesn't ring at all.<br><br>I
configed that the inbound calls are all forwarded to extension 1001.
And my softphone on my another computer is configed to use extension
1001. But I got the following message on my freeswitch server:
<br><br>2009-04-15 22:57:42 [NOTICE] switch_channel.c:592
switch_channel_set_name() <span class="yshortcuts" id="lw_1239858825_0">New Channel</span>
sofia/external/<span class="yshortcuts" id="lw_1239858825_1">3521111111</span>@8.17.37.23
[5a5e70c2-2a32-11de-865a-c350fb010f87]
<br>2009-04-15 22:57:42 [INFO] mod_dialplan_xml.c:252 dialplan_hunt() Processing Cell Phone &nbsp; FL-&gt;winday in context public
<br>2009-04-15 22:57:42 [NOTICE] switch_core_state_machine.c:172
switch_core_standard_on_execute() Hangup
sofia/external/3521111111@8.17.37.23 [CS_EXECUTE] [NORMAL_CLEARING]
<br>2009-04-15 22:57:42 [NOTICE] switch_core_session.c:1019
switch_core_session_thread() Session 1
(sofia/external/<span class="yshortcuts" id="lw_1239858825_2">3528713122</span>@8.17.37.23) Ended
<br>2009-04-15 22:57:42 [NOTICE] switch_core_session.c:1021
switch_core_session_thread() Close Channel
sofia/external/3528713122@8.17.37.23 [CS_DONE]
<br><br>I don't know why. 
<br><br>The public.xml configration is:
<br><br>&nbsp; &nbsp;&lt;extension name="*****"&gt; &nbsp; &lt;!-- your provider or any name you'd like to call it --&gt;
<br>&nbsp; &nbsp; &lt;condition field="destination_number" expression="*************"&gt; &nbsp;&lt;!-- your DID for this gateway--&gt;
<br>&nbsp; &nbsp; &lt;action application="transfer" data="$1 XML default"/&gt; &nbsp; 
<br>&nbsp; &nbsp; &lt;/condition&gt;
<br>&nbsp; &nbsp;&lt;/extension&gt;
<br><br>The default.xml configration is:
<br><br>&nbsp;&lt;extension name="Inbound"&gt;
<br>&nbsp;
<br>&nbsp; &nbsp; &lt;condition field="destination_number" expression="^***********$"&gt;
<br>&nbsp; &nbsp; &nbsp;&lt;action application="ring_ready" /&gt;
<br>&nbsp; &nbsp; &lt;action application="set" data="call_timeout=20"/&gt;
<br>&nbsp; &nbsp; &nbsp;&lt;action application="bridge" data="sofia/sip/1001@my ip"/&gt;                                                                
<br>&nbsp; &nbsp; &nbsp;&lt;action application="javascript" data="/usr/local/freeswitch/scripts/answermachine.js"/&gt;
<br>&nbsp; &nbsp; &lt;/condition&gt;
<br>&nbsp; &nbsp;&lt;/extension&gt;
<br><br>&nbsp; &nbsp; 
</td></tr></table><br>