Hi, I've configured a OpenSer in multidomain with a RtpProxy. Now I'd like to use a RtpProxy for each domain, so it could be based in $rd.
But at first point I don't know how to configure OpenSer to use varios RtpProxies in different machines. I've tried with:
modparam("nathelper", "rtpproxy_sock", "udp:localhost:22222,udp:192.168.1.58:22222")
and:
modparam("nathelper", "rtpproxy_sock", "udp:localhost:22222udp:192.168.1.58:22222")
but it fails when starting giving an error of parsing.
If I use:
modparam("nathelper", "rtpproxy_sock", "udp:localhost:22222,udp") modparam("nathelper", "rtpproxy_sock", "udp:192.168.1.58:22222")
just the last line is used.
Any idea of how to use various RtpProxies?
My idea is to have some of them availables and use them based in $rd using:
force_rtp_proxy("","192.168.1.58")
and so.
Any help please? Thanks a lot.
El Wednesday 25 July 2007 16:58:41 Iñaki Baz Castillo escribió:
Hi, I've configured a OpenSer in multidomain with a RtpProxy. Now I'd like to use a RtpProxy for each domain, so it could be based in $rd.
But at first point I don't know how to configure OpenSer to use varios RtpProxies in different machines. I've tried with:
modparam("nathelper", "rtpproxy_sock", "udp:localhost:22222,udp:192.168.1.58:22222")
ohh, by casuality I've discovered that it works with space:
modparam("nathelper", "rtpproxy_sock", "udp:localhost:22222 udp:192.168.1.58:22222")
XD
I am new to OpenSER and trying to install a basic openser proxy and register two clients. here is a error that keeps throwing in /var/log messages
0(4045) ERROR: t_check_status: cannot check status for a reply which has no T-state established
can someone help me out what I am doing wrong pls?
-Sid
"May the light be with you." ______________________________________________ Siddhardha Garige www.luminepixels.com
--------------------------------- Pinpoint customers who are looking for what you sell.
Hi Siddhardha,
most probably you are using t_check_status() function somewhere before creating the transaction.
regards, bogdan
Siddhardha Garige wrote:
I am new to OpenSER and trying to install a basic openser proxy and register two clients. here is a error that keeps throwing in /var/log messages
0(4045) ERROR: t_check_status: cannot check status for a reply which has no T-state established
can someone help me out what I am doing wrong pls?
-Sid
"May the light be with you." ______________________________________________ Siddhardha Garige www.luminepixels.com http://www.luminepixels.com/
Pinpoint customers http://us.rd.yahoo.com/evt=48250/*http://searchmarketing.yahoo.com/arp/sponsoredsearch_v9.php?o=US2226&cmp=Yahoo&ctv=AprNI&s=Y&s2=EM&b=50who are looking for what you sell.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
El Wednesday 25 July 2007 22:18:39 Siddhardha Garige escribió:
I am new to OpenSER and trying to install a basic openser proxy and register two clients. here is a error that keeps throwing in /var/log messages
Please, for future messages to the list create a new mail by pressing "New mail" in your mail client, and not by pressing in "Reply" over any other mail. You have done that over my mail and because that your mail client has generated a header: In-Reply-To: 200707251702.29840.ibc@in.ilimit.es and because it your mail appears in the thread of my mail, where it doesn't belong. Maybe you can't see it if your mail client doesn't show threads.
Just press "Reply" if you in fact reply to a mail of a thread.
Regards.
Iñaki Baz Castillo wrote:
El Wednesday 25 July 2007 22:18:39 Siddhardha Garige escribió:
I am new to OpenSER and trying to install a basic openser proxy and register two clients. here is a error that keeps throwing in /var/log messages
Please, for future messages to the list create a new mail by pressing "New mail" in your mail client, and not by pressing in "Reply" over any other mail. You have done that over my mail and because that your mail client has generated a header: In-Reply-To: 200707251702.29840.ibc@in.ilimit.es and because it your mail appears in the thread of my mail, where it doesn't belong. Maybe you can't see it if your mail client doesn't show threads.
Just press "Reply" if you in fact reply to a mail of a thread.
"reply all" is preferred ;-)
El Thursday 26 July 2007 10:37:28 Klaus Darilion escribió:
Iñaki Baz Castillo wrote:
El Wednesday 25 July 2007 22:18:39 Siddhardha Garige escribió:
I am new to OpenSER and trying to install a basic openser proxy and register two clients. here is a error that keeps throwing in /var/log messages
Please, for future messages to the list create a new mail by pressing "New mail" in your mail client, and not by pressing in "Reply" over any other mail. You have done that over my mail and because that your mail client has generated a header: In-Reply-To: 200707251702.29840.ibc@in.ilimit.es and because it your mail appears in the thread of my mail, where it doesn't belong. Maybe you can't see it if your mail client doesn't show threads.
Just press "Reply" if you in fact reply to a mail of a thread.
"reply all" is preferred ;-)
Humm, just if you use a mail client not implementing correctly mail lists. My lovely Kmail detects the "List-id" header and in that case "Reply" actions just replies to the list and not to the author ;)
Regards.
My apologies. I did not know that this will be an issue. I will make sure I will follow your suggestions next time.
-Sid
Iñaki Baz Castillo ibc@in.ilimit.es wrote: El Thursday 26 July 2007 10:37:28 Klaus Darilion escribió:
Iñaki Baz Castillo wrote:
El Wednesday 25 July 2007 22:18:39 Siddhardha Garige escribió:
I am new to OpenSER and trying to install a basic openser proxy and register two clients. here is a error that keeps throwing in /var/log messages
Please, for future messages to the list create a new mail by pressing "New mail" in your mail client, and not by pressing in "Reply" over any other mail. You have done that over my mail and because that your mail client has generated a header: In-Reply-To: 200707251702.29840.ibc@in.ilimit.es and because it your mail appears in the thread of my mail, where it doesn't belong. Maybe you can't see it if your mail client doesn't show threads.
Just press "Reply" if you in fact reply to a mail of a thread.
"reply all" is preferred ;-)
Humm, just if you use a mail client not implementing correctly mail lists. My lovely Kmail detects the "List-id" header and in that case "Reply" actions just replies to the list and not to the author ;)
Regards.
Hi Can u See the Rtpproxy option how to run the demeon
rtpptroxy -f -s xx.xxx.xx.xx;rrrrr
On 7/25/07, Iñaki Baz Castillo ibc@in.ilimit.es wrote:
Hi, I've configured a OpenSer in multidomain with a RtpProxy. Now I'd like to use a RtpProxy for each domain, so it could be based in $rd.
But at first point I don't know how to configure OpenSer to use varios RtpProxies in different machines. I've tried with:
modparam("nathelper", "rtpproxy_sock", "udp:localhost:22222,udp: 192.168.1.58:22222")
and:
modparam("nathelper", "rtpproxy_sock", "udp:localhost:22222udp: 192.168.1.58:22222")
but it fails when starting giving an error of parsing.
If I use:
modparam("nathelper", "rtpproxy_sock", "udp:localhost:22222,udp") modparam("nathelper", "rtpproxy_sock", "udp:192.168.1.58:22222")
just the last line is used.
Any idea of how to use various RtpProxies?
My idea is to have some of them availables and use them based in $rd using:
force_rtp_proxy("","192.168.1.58")
and so.
Any help please? Thanks a lot.
-- Iñaki Baz Castillo ibc@in.ilimit.es
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users