<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Mitchelle,<br>
     I use a condition in the conf/public/dialplan to catch the incoming
    call from IPKALL   like this:<br>
     &lt;condition field="destination_number" expression="IPKALL"&gt;<br>
    <br>
    At the IPKALL site make sure your sip uri looks like this:<br>
    SIP URI:  IPKALL                      @59.99.250.70:5080 <br>
    <br>
     I am assuming 59.99.250.70 is your server IP.<br>
    Jack<br>
    <br>
    <div class="moz-cite-prefix">On 5/31/2015 11:43 AM, Mitchelle
      Johnson wrote:<br>
    </div>
    <blockquote
cite="mid:CANBm6SzxBtmvvW1_Se5EjmcNmD_8BcTmGSo3uYGTm8iMhQeXyQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>
                <div>
                  <div>HI,<br>
                    <br>
                  </div>
                  I am trying to configure a DID number assigned by
                  IPKALL which is a washington state phone number. The
                  details are given below.<br>
                  <br>
                </div>
                DID number=2532432058<br>
                <br>
              </div>
              When I try to call i get line as busy on my phone.<br>
              <br>
              The dialplan is pasted below. <br>
              <br>
              &lt;include&gt;<br>
              <br>
                &lt;extension name="IPKALL"&gt;<br>
                  &lt;condition field="destination_number"
              expression="^1001$"&gt;<br>
                    &lt;action application="set"
              data="domain_name=59.99.250.70"/&gt;<br>
                    &lt;action application="transfer" data="1001 XML
              default"/&gt;<br>
                  &lt;/condition&gt;<br>
                &lt;/extension&gt;<br>
                &lt;extension name="IPKALL1"&gt;<br>
                  &lt;condition field="destination_number"
              expression="^2532432058$"&gt;<br>
                    &lt;action application="set"
              data="domain_name=59.99.250.70"/&gt;<br>
                    &lt;action application="transfer" data="1001 XML
              default"/&gt;<br>
                  &lt;/condition&gt;<br>
                &lt;/extension&gt;<br>
                &lt;extension name="IPKALL2"&gt;<br>
                  &lt;condition field="destination_number"
              expression="^\+?1?(2532432058)$"&gt;<br>
                    &lt;action application="set"
              data="domain_name=$${domain}"/&gt;<br>
                    &lt;action application="transfer" data="1001 XML
              default"/&gt;<br>
                  &lt;/condition&gt;<br>
                &lt;/extension&gt;<br>
              <br>
              &lt;extension name="IPKALL3"&gt;<br>
                  &lt;condition field="destination_number"
              expression="^\+?1?(2532432058)$"&gt;<br>
                    &lt;action application="set"
              data="domain_name=59.99.250.70"/&gt;<br>
                    &lt;action application="transfer" data="1001 XML
              default"/&gt;<br>
                  &lt;/condition&gt;<br>
                &lt;/extension&gt;<br>
              <br>
              <br>
              &lt;/include&gt;<br>
              <br>
              <br>
              I have also enclosed the log in the following pastebin
              link. The link is : <a moz-do-not-send="true"
                href="http://pastebin.com/U70HUMHw">http://pastebin.com/U70HUMHw</a><br>
              <br>
            </div>
            Please help.<br>
            <br>
          </div>
          Thanks,<br>
        </div>
        Mitchelle<br>
        <div>
          <div>
            <div><br>
              <div><br>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a></pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <p class="" avgcert""="" color="#000000" align="left">No virus
        found in this message.<br>
        Checked by AVG - <a moz-do-not-send="true"
          href="http://www.avg.com">www.avg.com</a><br>
        Version: 2014.0.4800 / Virus Database: 4311/9913 - Release Date:
        05/31/15</p>
    </blockquote>
    <br>
  </body>
</html>