I have this all working now. I had previously configured this as a gateway and once issues were fixed on our vendor&#39;s end, it worked. Is there a disadvantage to using this method rather than the permissions module?<br>
<br>On a related note (though maybe not related enough), when we get responses from their system it comes back with a different domain in the URI than what they require us to send to. When questioned about this they said we would need to handle it on our end. Is there a common method for checking the to URI for a particular string (in this case the domain), changing it, and then forwarding it?<br>
<br><br>Thanks,<br>Ed<br><br><br><br><div class="gmail_quote">On Sat, Oct 20, 2012 at 7:23 PM, Vitaliy Aleksandrov <span dir="ltr">&lt;<a href="mailto:vitalik.voip@gmail.com" target="_blank">vitalik.voip@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>&quot;Permissions&quot; module should help you.
      If allowed ip addresses are kept in a database you can reload them
      by MI command without kamailio restart.<br>
      As I remember &quot;permissions&quot; module allows to create groups of ip
      addresses, so you can create such a group for hosts which you want
      to receive MESSAGE requests from.<br>
      <br>
    </div><div><div class="h5">
    <blockquote type="cite">I tested this example and it worked for me. I was
      misunderstanding some of the values and thought they applied to
      users being registered or not. <br>
      <br>
      I am still uncertain what setting applies to allowing all traffic
      inbound from a particular address. Any tips on this would be
      appreciated.<br>
      <br>
      <br>
      Thanks,<br>
      Ed<br>
      <br>
      <br>
      <br>
      <div class="gmail_quote">On Fri, Oct 19, 2012 at 1:41 PM, Ed Brady
        <span dir="ltr">&lt;<a href="mailto:ebrady@talkforgood.com" target="_blank">ebrady@talkforgood.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I was
          looking at this logic some more and wanted to clarify my
          configuration. I need to base the R-URI rewrite and MESSAGE
          forward based on whether the account exists as a local
          subscriber or not rather than whether the user is registered
          or not. This is connecting to an SMS provider using SIP.<br>
          <br>
          I excitedly looked into the SMS module but this appears to
          only be if you are dealing with a GSM modem and not
          sending/receiving SIP MESSAGEs with an SMS gateway.<br>
          <br>
          Any resources you can point me to would be extremely helpful,
          thanks!<span><font color="#888888"><br>
              <br>
              <br>
              Ed</font></span>
          <div>
            <div><br>
              <br>
              <br>
              <div class="gmail_quote">On Fri, Oct 19, 2012 at 10:42 AM,
                Ed Brady <span dir="ltr">&lt;<a href="mailto:ebrady@talkforgood.com" target="_blank">ebrady@talkforgood.com</a>&gt;</span>
                wrote:<br>
                <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  Will this also permit incoming messages from this
                  domain? Do I need to add the gateway in any other
                  settings besides the one you outlined?<br>
                  <br>
                  <br>
                  Thanks,<br>
                  Ed
                  <div>
                    <div><br>
                      <br>
                      <br>
                      <br>
                      <div class="gmail_quote">
                        On Fri, Oct 19, 2012 at 6:17 AM, Vitaliy
                        Aleksandrov <span dir="ltr">&lt;<a href="mailto:vitalik.voip@gmail.com" target="_blank">vitalik.voip@gmail.com</a>&gt;</span>
                        wrote:<br>
                        <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                          <div bgcolor="#FFFFFF" text="#000000"> If I
                            understood you right you just need to
                            rewrite R-URI domain and forward MESSAGE if
                            a user in not registered.<br>
                            <br>
                            if (!lookup(&quot;location&quot;)) {<br>
                                switch($retcode) {<br>
                                    case -1:<br>
                                        $rd = &quot;<a href="http://gatewaydomain.com" target="_blank">gatewaydomain.com</a>&quot;;<br>
                                        t_relay();<br>
                                        exit;<br>
                                    default:<br>
                                        sl_send_reply(&quot;404&quot;, &quot;Not
                            Found&quot;);<br>
                                        exit;<br>
                                }<br>
                            }<br>
                            <br>
                            <blockquote type="cite">
                              <div>
                                <div><br>
                                  I am trying to route SIP messages to a
                                  gateway. I am using SIP MESSAGE over
                                  UDP as well as the MSILO module for
                                  storing messages for users that aren&#39;t
                                  currently logged in. I have read
                                  through the Dynamic Routing module
                                  info but am not able to determine the
                                  best way to accomplish the routing I
                                  require. Our scenario is outlined
                                  below.<br>
                                  <br>
                                  User A sends a message addressed to &quot;<a href="mailto:sip%3A12345678900@mydomain.com" target="_blank">sip:12345678900@mydomain.com</a>&quot;<br>
                                  Kamailio at <a href="http://mydomain.com" target="_blank">mydomain.com</a>
                                  checks if <a href="tel:12345678900" value="+12345678900" target="_blank">12345678900</a>
                                  is a registered user in the system. <br>
                                  If not, the message header is
                                  translated to <a href="mailto:sip:12345678900@gatewaydomain..com" target="_blank">&quot;sip:12345678900@gatewaydomain..com&quot;</a>
                                  and forwarded.<br>
                                  Incoming messages need to be accepted
                                  from their IP as well.<br>
                                  <br>
                                  It would also be useful if the address
                                  came as &quot;<a href="mailto:sip%3A2345678900@mydomain.com" target="_blank">sip:2345678900@mydomain.com</a>&quot;
                                  could be translated to &quot;sip:<u>1</u><a href="mailto:2345678900@gatewaydomain.com" target="_blank">2345678900@gatewaydomain.com</a>&quot;.<br>
                                  <br>
                                  <br>
                                  Is there any built in functionality I
                                  can configure for this, or will this
                                  need to be scripted?<br>
                                  <br>
                                  <br>
                                  Thanks,<br>
                                  Ed<br>
                                  <br>
                                  <fieldset></fieldset>
                                  <br>
                                </div>
                              </div>
                              <pre>_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
                            </blockquote>
                            <br>
                          </div>
                          <br>
_______________________________________________<br>
                          SIP Express Router (SER) and Kamailio
                          (OpenSER) - sr-users mailing list<br>
                          <a href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a><br>
                          <a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
                          <br>
                        </blockquote>
                      </div>
                      <br>
                    </div>
                  </div>
                </blockquote>
              </div>
              <br>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
    </blockquote>
    <br>
  </div></div></div>

<br>_______________________________________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
<br></blockquote></div><br>