Hi,
I want to make an application server using SER with few more entities. The system would be like this
| XLite Phone | -------------------- | SIP Proxy Server | --------------------- | App Server using SER | -------------------------- | Media Server |
Now these are the tasks I need to accomplish:
1. Registering App Server with SIP Proxy Server. (How to register SER with another Proxy Server?) 2. It should also behave like a proxy. (SER should forward the packet to and from Media Server) 3. RTP must only be created b/w XLite Phone and Media Server. 4. And finally sending INFO Method from App Server to Media Server with MSCML Script. (How does SER send INFO Method with an xml script as a body?)
Please suggest something how should I achieve it.
Thanks and Regards, Kapil Goel
inline
Kapil Goel wrote:
Hi,
I want to make an application server using SER with few more entities. The system would be like this
| XLite Phone | -------------------- | SIP Proxy Server | --------------------- | App Server using SER | -------------------------- | Media Server |
Now these are the tasks I need to accomplish:
1. Registering App Server with SIP Proxy Server. (How to register SER with another Proxy Server?)
It cannot, ser is not a UAC. SEMS can do that, but then again, ser is not an app server either...
1. It should also behave like a proxy. (SER should forward the packet to and from Media Server)
Standard rewrite request uri or forward().
1. RTP must only be created b/w XLite Phone and Media Server.
Then don't fix sdp with nathelper/mediaproxy modules.
1. And finally sending INFO Method from App Server to Media Server with MSCML Script. (How does SER send INFO Method with an xml script as a body?)
Just like any other SIP message based on request uri. g-)
Please suggest something how should I achieve it.
Thanks and Regards,
Kapil Goel
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers