<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <pre wrap="">   5. cannot resolve hostname (vivid333)


        #loadmodule "load_balancer.so"
        #loadmodule "dispatcher.so"

        # -----dispatcher params
        #modparam("dispatcher", "db_url", "mysql://opensips:opensipsrw@localhost/opensips")
        #modparam("dispatcher", "force_dst", 1)
        #modparam("dispatcher", "ds_ping_interval", 30)
        #modparam("dispatcher", "ds_probing_mode", 1)
        #modparam("dispatcher", "ds_probing_threshhold", 10)


        # ----- Load Balancer -----
        #modparam("load_balancer", "db_url","mysql://opensips:opensipsrw@localhost/opensips")

</pre>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; when I disable dispacher &amp;&amp; load_balancer module,&nbsp; <b><font
        color="#cc0000">Error "cannot resolve hostname XXX"</font></b>
    disappear. it works now.<br>
    &nbsp;&nbsp; But I still don't know the reason.<br>
    &nbsp;&nbsp;&nbsp; <br>
    <br>
    <br>
    <br>
    <br>
    On 2011&#24180;09&#26376;05&#26085; 17:50, <a class="moz-txt-link-abbreviated" href="mailto:users-request@lists.opensips.org">users-request@lists.opensips.org</a> wrote:
    <blockquote
      cite="mid:mailman.60377.1315216254.4877.users@lists.opensips.org"
      type="cite">
      <pre wrap="">Send Users mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:users-request@lists.opensips.org">users-request@lists.opensips.org</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:users-owner@lists.opensips.org">users-owner@lists.opensips.org</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Users digest..."


Today's Topics:

   1. relaying simple messages to all contacts (Bret McDanel)
   2. questions about intalling opensips in CentOS 5.5 (liujian)
   3. Re: ACK mangling redux - OpenSIPS 1.7 (Vlad Paiu)
   4. Re: questions about intalling opensips in CentOS 5.5 (Vlad Paiu)
   5. cannot resolve hostname (vivid333)


----------------------------------------------------------------------

Message: 1
Date: Mon, 05 Sep 2011 00:46:30 -0700
From: Bret McDanel <a class="moz-txt-link-rfc2396E" href="mailto:trixter@0xdecafbad.com">&lt;trixter@0xdecafbad.com&gt;</a>
Subject: [OpenSIPS-Users] relaying simple messages to all contacts
To: <a class="moz-txt-link-abbreviated" href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:1315208790.11267.13.camel@server.volcano.net">&lt;1315208790.11267.13.camel@server.volcano.net&gt;</a>
Content-Type: text/plain; charset="UTF-8"

I am wanting to have opensips relay a sent message to all subscribed
users of the sending account, except to the actual client that sent the
message.  

In this way it would operate similar to Skype in that if you have 2 or
more clients logged into the same account they see bi-directional
messages, ie what your "other client" sends as well as what is received
to that account.


For example:
Alice registers from 3 different clients using identical credentials,
Alice[1], Alice[2] and Alice[3]

Alice[1] sends a message to Bob

The message should be delivered to Bob, Alice[2] &amp; Alice[3] (but not
back to Alice[1]).


Currently when Bob sends a message to Alice, all 3 clients will get it,
so this part is working the way that is desired.




I had thought of enumerating the registrations and filtering the actual
sender and sending it back.  I am not able to get this working though.

An example of this would be helpful.


Any other ways to accomplish this would also be helpful.

Thanks

</pre>
    </blockquote>
    <br>
  </body>
</html>