Hello All !
I'm new to SER, and I'd like to install rtpproxy. I've found the program to compile (https://demo.portaone.com/~sobomax/PortaSIP/rtpproxy/), but I don't know what to do with it once it is compiled, and I don't know what to change in SER to integrate the proxy.
Thank you all for your help ! Mathieu
I haven't yet tried rtpproxy, but this might help you:
http://lists.iptel.org/pipermail/serusers/2003-July/001834.html
felix
On Sat, 2003-09-27 at 22:59, Mathieu MALAISE wrote:
Hello All !
I'm new to SER, and I'd like to install rtpproxy. I've found the program to compile (https://demo.portaone.com/~sobomax/PortaSIP/rtpproxy/), but I don't know what to do with it once it is compiled, and I don't know what to change in SER to integrate the proxy.
Thank you all for your help ! Mathieu
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
The config example in than message not entirely correct, as you also need to process provisional replies with SDP in onreply_route(), therefore instead of:
if (status=~"2[0-9][0-9]")
should be
if (status=~"[12][0-9][0-9]")
Most common such reply would be 18x Session Progress.
-Maxim
Felix Schmid wrote:
I haven't yet tried rtpproxy, but this might help you:
http://lists.iptel.org/pipermail/serusers/2003-July/001834.html
felix
On Sat, 2003-09-27 at 22:59, Mathieu MALAISE wrote:
Hello All !
I'm new to SER, and I'd like to install rtpproxy. I've found the program to compile (https://demo.portaone.com/~sobomax/PortaSIP/rtpproxy/), but I don't know what to do with it once it is compiled, and I don't know what to change in SER to integrate the proxy.
Thank you all for your help ! Mathieu
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Mathieu MALAISE wrote:
Thank you to all of you who helped with this problem. I'm thinking putting all the notes together in a text file, so this could become an "rtpproxy installation notes" document.
This would be great!
Is someone interested to help ?
Not quite to help, but I am ready to review those notes once they are ready.
My understanding is the installation procedure is to install SER + nathelper (is this mandatory?) + rtpproxy.
Yes, that's correct.
Thanks!
-Maxim
Nice day to you all, Mathieu.
Maxim Sobolev wrote:
The config example in than message not entirely correct, as you also need to process provisional replies with SDP in onreply_route(), therefore instead of:
if (status=~"2[0-9][0-9]")
should be
if (status=~"[12][0-9][0-9]")
Most common such reply would be 18x Session Progress.
-Maxim
Felix Schmid wrote:
I haven't yet tried rtpproxy, but this might help you:
http://lists.iptel.org/pipermail/serusers/2003-July/001834.html
felix On Sat, 2003-09-27 at 22:59, Mathieu MALAISE wrote:
Hello All !
I'm new to SER, and I'd like to install rtpproxy. I've found the program to compile (https://demo.portaone.com/~sobomax/PortaSIP/rtpproxy/), but I don't know what to do with it once it is compiled, and I don't know what to change in SER to integrate the proxy.
Thank you all for your help ! Mathieu
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Ce message ne contient pas de virus connu. neoDomaine Postmaster - http://www.neodomaine.com/
-- http://fwd.pulver.com/callme.php?userid=64888 Call me ! FWD#64888 http://fwd.pulver.com/callme.php?userid=64888
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Maxim Sobolev wrote:
Mathieu MALAISE wrote:
Thank you to all of you who helped with this problem. I'm thinking putting all the notes together in a text file, so this could become an "rtpproxy installation notes" document.
This would be great!
Is someone interested to help ?
I've started a WIKI page, just go there and edit:
http://www.voip-info.org/tiki-index.php?page=SER+example+NAThelper
Wiki is great for cooperation around this kind of documents.
/Olle
At 02:09 PM 10/2/2003, Olle E. Johansson wrote:
Maxim Sobolev wrote:
Mathieu MALAISE wrote:
Thank you to all of you who helped with this problem. I'm thinking putting all the notes together in a text file, so this could become an "rtpproxy installation notes" document.
This would be great!
Is someone interested to help ?
I've started a WIKI page, just go there and edit:
http://www.voip-info.org/tiki-index.php?page=SER+example+NAThelper
Wiki is great for cooperation around this kind of documents.
/Olle
Great. I linked http://www.voip-info.org/wiki-SER+tips+and+tricks from SER webpage.
-jiri