<div dir="ltr">Hi Peter. <br><br>It works as expected. thank you very much :) <br><br><div class="gmail_quote">On Tue, Jul 27, 2010 at 1:16 AM, Peder <span dir="ltr">&lt;<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">








<div link="blue" vlink="purple" lang="EN-US">

<div>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Did you add a dialplan entry for 1100 too?  You need the
directory entry to get the phone to register and then the dialplan entry to
actually call the phone.  It is never finding 1100 in the dialplan.</span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<div style="border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; padding: 3pt 0in 0in;">

<p class="MsoNormal"><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;">
<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>
[mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] <b>On Behalf Of </b>ovvenkat<br>
<b>Sent:</b> Monday, July 26, 2010 12:40 PM<div><div></div><div class="h5"><br>
<b>To:</b> FreeSWITCH Users Help<br>
<b>Subject:</b> Re: [Freeswitch-users] How to handle inbound calls?</div></div></span></p>

</div><div><div></div><div class="h5">

<p class="MsoNormal"> </p>

<div>

<p class="MsoNormal">oops .. sorry peder, I was doing trial and error method and
forgot to revert it back.  Here is the correct one and still no luck :( . <br>
<br>
I have created local extension 1100 and registered with freeSwitch and then
added below rule into /usr/local/freeswitch/conf/dialplan/public/00_inbound_did.xml
file </p>

<p class="MsoNormal" style="margin-bottom: 12pt;"><br>
&lt;include&gt;<br>
  &lt;extension name=&quot;public_did&quot;&gt;<br>
    &lt;condition field=&quot;destination_number&quot;
expression=&quot;^(xxxyyy)$&quot;&gt;  xxxyyy--&gt; my PRI number <br>
      &lt;action application=&quot;set&quot;
data=&quot;domain_name=$${domain}&quot;/&gt;<br>
      &lt;action application=&quot;transfer&quot;
data=&quot;1100 XML default&quot;/&gt;<br>
    &lt;/condition&gt;<br>
  &lt;/extension&gt;<br>
&lt;/include&gt;</p>

<p class="MsoNormal" style="margin-bottom: 12pt;"> <br>
Here is the link of the pastbin for fs_cli logs. <br>
<br>
<a href="http://pastebin.freeswitch.org/13532" target="_blank">http://pastebin.freeswitch.org/13532</a><br>
<br>
Regards,<br>
Venkat. </p>

<div>

<p class="MsoNormal">On Mon, Jul 26, 2010 at 10:26 PM, Peder &lt;<a href="mailto:peder@networkoblivion.com" target="_blank">peder@networkoblivion.com</a>&gt;
wrote:</p>

<div>

<div>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">It still won’t work if your local
extension is 1100 and the public did transfers to 1000.  1000 !=
1100.    You need to change the transfer line to read “1100 XML
default”.</span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<div style="border-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0in 0in; border-color: -moz-use-text-color;">

<p class="MsoNormal"><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;"> <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>
[mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] <b>On Behalf
Of </b>ovvenkat<br>
<b>Sent:</b> Monday, July 26, 2010 11:17 AM<br>
<b>To:</b> FreeSWITCH Users Help<br>
<b>Subject:</b> Re: [Freeswitch-users] How to handle inbound calls?</span></p>

</div>

<div>

<div>

<p class="MsoNormal"> </p>

<div>

<p class="MsoNormal" style="margin-bottom: 12pt;">Hi
Micheal, <br>
<br>
I have created local extension 1100 and registered with freeSwitch and then
added below rule into
/usr/local/freeswitch/conf/dialplan/public/00_inbound_did.xml file <br>
<br>
&lt;include&gt;<br>
  &lt;extension name=&quot;public_did&quot;&gt;<br>
    &lt;condition field=&quot;destination_number&quot;
expression=&quot;^(xxxyyy)$&quot;&gt;  xxxyyy--&gt; my PRI number <br>
      &lt;action application=&quot;set&quot;
data=&quot;domain_name=$${domain}&quot;/&gt;<br>
      &lt;action application=&quot;transfer&quot;
data=&quot;1000 XML default&quot;/&gt;<br>
    &lt;/condition&gt;<br>
  &lt;/extension&gt;<br>
&lt;/include&gt;<br>
<br>
<br>
and  <br>
<br>
my fs_cli output link is <br>
<br>
<a href="http://pastebin.freeswitch.org/13531" target="_blank">http://pastebin.freeswitch.org/13531</a><br>
<br>
I am struggling to resolve this issue for last two weeks. if you help me
resolve this issue would be appreciated.  <br>
<br>
Regards,<br>
Venkat. </p>

<div>

<p class="MsoNormal">On
Wed, Jul 21, 2010 at 10:22 PM, Michael Collins &lt;<a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>&gt;
wrote:</p>

<div>

<p class="MsoNormal" style="margin-bottom: 12pt;"> </p>

<div>

<p class="MsoNormal">On
Wed, Jul 21, 2010 at 8:20 AM, ovvenkat &lt;<a href="mailto:ovvenkatesan@gmail.com" target="_blank">ovvenkatesan@gmail.com</a>&gt;
wrote:</p>

<div>

<p class="MsoNormal">Hi
David, <br>
<br>
I have added below rules to public.xml file </p>

<div>

<p class="MsoNormal"><br>
<br>
     &lt;extension name=&quot;Voicepulse&quot;&gt;<br>
          &lt;condition
field=&quot;destination_number&quot; expression=&quot;xxxxyyyxx&quot;&gt; 
// xxxyyyxx -- &gt; my PRI number <br>
          &lt;action
application=&quot;transfer&quot; data=&quot;1000 XML default&quot;/&gt;<br>
          &lt;/condition&gt;<br>
      &lt;/extension&gt;<br>
<br>
After adding this rules, when I am trying to call from mobile to freeSwitch,
its says that, number is busy. </p>

</div>

</div>

<p class="MsoNormal"> </p>

</div>

</div>

<p class="MsoNormal" style="margin-bottom: 12pt;">Get a
console capture of this call and put it on pastebin (<a href="http://pastebin.freeswitch.org" target="_blank">http://pastebin.freeswitch.org</a>).
Then give us the pastebin URL so we can have a look. Most likely it&#39;s just a
matter of getting your dialplan configured correctly, but we won&#39;t know until
we see the log.<br>
<span style="color: rgb(136, 136, 136);"><br>
-MC<br>
</span><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></p>

</div>

<p class="MsoNormal"><br>
<br clear="all">
<br>
-- <br>
<br>
If you have come to help me, you are wasting your time. <br>
If you have come to because your liberation is bound up in mine, we can work
together.<br>
<br>
 <br>
Regards<br>
Venkatesan OV.</p>

</div>

</div>

</div>

</div>

</div>

<p class="MsoNormal" style="margin-bottom: 12pt;"><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></p>

</div>

<p class="MsoNormal"><br>
<br clear="all">
<br>
-- <br>
<br>
If you have come to help me, you are wasting your time. <br>
If you have come to because your liberation is bound up in mine, we can work
together.<br>
<br>
 <br>
Regards<br>
Venkatesan OV.</p>

</div>

</div></div></div>

</div>


<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" 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><br clear="all"><br>-- <br><br>If you have come to help me, you are wasting your time. <br>If you have come to because your liberation is bound up in mine, we can work together.<br><br> <br>Regards<br>
Venkatesan OV.<br>
</div>