Hello,

if you use a newer version of SEMS (1.1.1 or 1.0.1) you don't need t_write_unix in SER, and you don't have socket_name/ser_socket_name in sems.conf. Instead of t_write_unix in ser.cfg do t_relay_to_udp("127.0.0.1","5070"), which will send the message to SEMS over UDP.

SEMS has its own SIP stack and listens on a port, by default its port 5070 (I think, have a look in sems.conf).

Regards
Stefan

o Jawad hussain [09/10/09 12:55]:
Thanks stefan,

So what I understand is in my SEMS config one is socket_name and other is ser_socket_name and in my ser.cfg there is unix_socket whose value is eval to SEMS ser socket and there is also a function t_write_unix who is writing to sems socket. So if i set t_relay_to_udp=127.0.0.1:5070 <http://127.0.0.1:5070> in SEMS.cong then what other paramaters chages in SER like t_write_unix = ? because ser errors saying t_write_unix failed to write no such file or directory (however the is a file).
Can you please elaborate little more.

Waiting for your reply.


Regards,
Jawad Hussain

Means that in my ser.cfg my

On Thu, Sep 10, 2009 at 12:33 PM, Stefan Sayer <[email protected] <mailto:[email protected]>> wrote:

    Hello Jawad,

    o Jawad hussain [09/09/09 18:16]:


        Hi,

        I an trying to integrate SER-SEMS with OpenIMSCore but my
        ser.cfg unix/fifo are giving errors so can you help are there
        any special note for unix sockets. I am using ser 0.10 and SEMS
        the latest one.


    for the latest SEMS you don't need to use unix socket. Just
    t_relay_to_udp to the host:port where SEMS is listening (see
    sip_port in sems.conf).

    hth
    Stefan

-- Stefan Sayer
    VoIP Services

    [email protected] <mailto:[email protected]>
    www.iptego.com <http://www.iptego.com>

    IPTEGO GmbH
    Wittenbergplatz 1
    10789 Berlin
    Germany

    Amtsgericht Charlottenburg, HRB 101010
    Geschaeftsfuehrer: Alexander Hoffmann




--
Stefan Sayer
VoIP Services

[email protected]
www.iptego.com

IPTEGO GmbH
Wittenbergplatz 1
10789 Berlin
Germany

Amtsgericht Charlottenburg, HRB 101010
Geschaeftsfuehrer: Alexander Hoffmann
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to