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")


when I disable dispacher && load_balancer module, *Error "cannot resolve hostname XXX"* disappear. it works now.
   But I still don't know the reason.





On 2011?09?05? 17:50, [email protected] wrote:
Send Users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.opensips.org/cgi-bin/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

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<[email protected]>
Subject: [OpenSIPS-Users] relaying simple messages to all contacts
To: [email protected]
Message-ID:<[email protected]>
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]&  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


_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to