Hello,

Liza Przyllas wrote:
Hello,

We are running SER.CFG and we are using SEMS 1.1.1.  How can we make the two 
communicate?  Do we use forwarding to the port - rewrite host port or do we 
need to add in SER.CFG that module sipctrl.so ?

We are a little confused as to how to make the two programs communicate with 
each other.  Since we are no longer using ser_sems.cfg

Any suggestions?????

assuming that you run SEMS on the same server on port 5080, just use something like:

        if (uri=~"sip:3.*") {
                append_hf("P-App-Name: conference\r\n");
                t_relay_to_udp("127.0.0.1","5080");
                break;
        }

in ser.cfg. If you run SEMS on another server or port, change the server IP/port in t_relay_to_udp.

hth
Stefan


Thanks - Liza
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems



--
Stefan Sayer
VoIP Services Consulting and Development

Warschauer Str. 24
10243 Berlin

tel:+491621366449
sip:[email protected]
email/xmpp:[email protected]


_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to