Hi Everybody,
I'm trying to make SER work with ASTERISK, ser as a proxy server and SIP terminator, and asterisk for other services like voicemail and International calls like an UAC (thing that I know SER is not able to do). I've configured SER with the following forward route, to forward all "1" beggining call phones to forward to my asterisk for international calls:
if (uri=~"^sip:8[0-9]{7}.*") { forward( 10.0.18.3, 5061 ); break; }
When I restart SER, it gives me this errors:
Jul 22 12:49:54 sipproxy /usr/local/sbin/ser[479]: ERROR: send_rtpp_command: can't connect to RTP proxy Jul 22 12:49:54 sipproxy /usr/local/sbin/ser[479]: WARNING: rtpp_test: can't get version of the RTP proxy Jul 22 12:49:54 sipproxy /usr/local/sbin/ser[479]: WARNING: rtpp_test: support for RTP proxyhas been disabled temporarily
I've also tried with the following rewritehost but it gives me the same error:
if (uri=~"^sip:8[0-9]{7}.*") { rewritehost("10.0.18.3, 5061"); break; }
I know that i'm missing something with RTP that i'm still working on. I've tried to look for it at google, but find nothing interesting. Do anyone know what is going on ? My ser.cfg is attached.
Hello Felipe,
I don't think that the error msg you saw is related to the forwarding block you pasted in your mail. It just tells you that SER cannot connect to SRR. Since I can NOT see the attached ser.cfg file, I cannot give you any more details.
-alex
On Monday 31 January 2005 15:13, Felipe Martins wrote:
Hi Everybody,
I'm trying to make SER work with ASTERISK, ser as a proxy server and SIP terminator, and asterisk for other services like voicemail and International calls like an UAC (thing that I know SER is not able to do). I've configured SER with the following forward route, to forward all "1" beggining call phones to forward to my asterisk for international calls:
if (uri=~"^sip:8[0-9]{7}.*") { forward( 10.0.18.3, 5061 ); break; }
When I restart SER, it gives me this errors:
Jul 22 12:49:54 sipproxy /usr/local/sbin/ser[479]: ERROR: send_rtpp_command: can't connect to RTP proxy Jul 22 12:49:54 sipproxy /usr/local/sbin/ser[479]: WARNING: rtpp_test: can't get version of the RTP proxy Jul 22 12:49:54 sipproxy /usr/local/sbin/ser[479]: WARNING: rtpp_test: support for RTP proxyhas been disabled temporarily
I've also tried with the following rewritehost but it gives me the same error:
if (uri=~"^sip:8[0-9]{7}.*") { rewritehost("10.0.18.3, 5061"); break; }
I know that i'm missing something with RTP that i'm still working on. I've tried to look for it at google, but find nothing interesting. Do anyone know what is going on ? My ser.cfg is attached.
How do I do that ??? I mean, i got rtpproxy but it seems not to be a configure file, or something I could use to install it ... the only code files I see are main.c and myqueue.c ... which i 've compiled as a binary (.so like) but whenm i load it at ser.cfg SER doesn't run.
Where can i find a decent package (the problem seems to be with me hehe) and how to compile and configure it to make it run ???
Thanks for the reply.
On Mon, 31 Jan 2005 16:00:18 +0100 Alexander Hoffmann alexander.hoffmann@netgenius.de wrote:
Hello Felipe,
I don't think that the error msg you saw is related to the forwarding block you pasted in your mail. It just tells you that SER cannot connect to SRR. Since I can NOT see the attached ser.cfg file, I cannot give you any more details.
-alex
On Monday 31 January 2005 15:13, Felipe Martins wrote:
Hi Everybody,
I'm trying to make SER work with ASTERISK, ser as a proxy server and SIP terminator, and asterisk for other services like voicemail and International calls like an UAC (thing that I know SER is not able to do). I've configured SER with the following forward route, to forward all "1" beggining call phones to forward to my asterisk for international calls:
if (uri=~"^sip:8[0-9]{7}.*") { forward( 10.0.18.3, 5061 ); break; }
When I restart SER, it gives me this errors:
Jul 22 12:49:54 sipproxy /usr/local/sbin/ser[479]: ERROR: send_rtpp_command: can't connect to RTP proxy Jul 22 12:49:54 sipproxy /usr/local/sbin/ser[479]: WARNING: rtpp_test: can't get version of the RTP proxy Jul 22 12:49:54 sipproxy /usr/local/sbin/ser[479]: WARNING: rtpp_test: support for RTP proxyhas been disabled temporarily
I've also tried with the following rewritehost but it gives me the same error:
if (uri=~"^sip:8[0-9]{7}.*") { rewritehost("10.0.18.3, 5061"); break; }
I know that i'm missing something with RTP that i'm still working on. I've tried to look for it at google, but find nothing interesting. Do anyone know what is going on ? My ser.cfg is attached.
Alle 15:13, lunedì 31 gennaio 2005, Felipe Martins ha scritto:
When I restart SER, it gives me this errors:
Jul 22 12:49:54 sipproxy /usr/local/sbin/ser[479]: ERROR: send_rtpp_command: can't connect to RTP proxy Jul 22 12:49:54 sipproxy /usr/local/sbin/ser[479]: WARNING: rtpp_test: can't get version of the RTP proxy Jul 22 12:49:54 sipproxy /usr/local/sbin/ser[479]: WARNING: rtpp_test: support for RTP proxyhas been disabled temporarily
makes me think you didn't start rtpproxy before ser or you have incompatible versions of rtpproxy and ser
ciao