<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    <div class="moz-cite-prefix">On 7/11/13 1:50 PM, Tony Turner wrote:<br>
    </div>
    <blockquote
      cite="mid:51de9c01.c14cb40a.3c87.0872SMTPIN_ADDED_BROKEN@mx.google.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hi<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I am fine with registered users sending and
          receiving calls from/to PSTN.<o:p></o:p></p>
        <p class="MsoNormal"><br>
          Now I route registered users calls to/from PSTN fine<o:p></o:p></p>
        <p class="MsoNormal">Kamailailio<----->freeswitch<------------>IVR
          (PSTN)<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Best Practice for routing Trusted peers
          (inbound) to IVR/PSTN (SIP Trunking Service)<o:p></o:p></p>
        <p class="MsoNormal">Trusted peer1  -----> Kamailio ----->
          freeswitch ------------> IVR (PSTN)<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Where do I/ how do I route calls from
          trusted peers not to users but down to PSTN IVR?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Say for example Trusted Peer 1 sends to my
          Kamailio IP <a moz-do-not-send="true"
            href="sip:398998xxxx@xx.xx.xx.xx:5060">sip:398998xxxx@xx.xx.xx.xx:5060</a><o:p></o:p></p>
        <p class="MsoNormal">As I add a Trusted peer I would like to add
          a route and insert prefix for when it routes to freeswitch
          ---><o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Do I use carrier route or LCR  etc, I want
          to be able to add trusted peers but add routes without editing
          the config file and restarting Kamailio.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">The reason I ask is I’d prefer to do it
          correct method at the start as it's a nightmare changing once
          I have lots of trusted peers.</p>
      </div>
    </blockquote>
    one way to do it is to use permissions modules to match the trusted
    peers using the address table (with allow_source_address(...)). In
    the address table, you can set the tag column to a value that you
    check in config and decide what to do further with routing. For
    example, the tag can be the LCR id or dispatcher setid.<br>
    <br>
    You don't need to restart with above solution, just issue mi/rpc
    reload commands for address and lcr/dispatcher whenever you change
    records in database.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla - <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a>
</pre>
  </body>
</html>