I still have not been able to figure this one out.
Any help will appreciated...
Samuel a Seruser sent this link:
http://www.b2bua.org/wiki/RTPproxy/FAQ
Is this correct then:
does it mean i need to replace the entry in the opensips.cfg script:modparam ("nathelper", "rtpproxy_sock", "udp:localhost:2222")
For:
modparam ("nathelper", "rtpproxy_sock", "unix:@l_prefix@/var/opensips/opensips_rtpproxy.sock1")
modparam ("nathelper", "rtpproxy_sock", "unix:@l_prefix@/var/opensips/opensips_rtpproxy.sock2")
modparam ("nathelper", "rtpproxy_sock", "unix:@l_prefix@/var/opensips/opensips_rtpproxy.sock"2)
modparam ("nathelper", "rtpproxy_sock", "unix:@l_prefix@/var/opensips/opensips_rtpproxy.sock3") ?
and then run this:
rtpproxy -l X.Y.Z.W -L 8192 -p /var/run/rtpproxy.pid -s /var/run/rtpproxy.sock -m 25000 -M 34999
rtpproxy -l X.Y.Z.W -L 8192 -p /var/run/rtpproxy1.pid -s /var/run/rtpproxy1.sock -m 35000 -M 44999
rtpproxy -l X.Y.Z.W -L 8192 -p /var/run/rtpproxy2.pid -s /var/run/rtpproxy2.sock -m 45000 -M 54999
rtpproxy -l X.Y.Z.W -L 8192 -p /var/run/rtpproxy3.pid -s /var/run/rtpproxy3.sock -m 55000 -M 64999
?
Thanks.
----- Forwarded Message ----
From: Mundiline <mundiline(a)yahoo.com>
To: serusers(a)iptel.org
Sent: Tuesday, March 31, 2009 3:44:10 PM
Subject: running rtpproxy on quad core processors
Hi,
I would like to run rtpproxy 1.2.0 on a server with Quad-core dual Xeon processor and load balance the load across the 4 processors.
Do you know how do I enable this feature pls. ( I am not an expert in this field so keep it simple pls. thanks)
Thanks in advance
Regards,
Tony
hi all;I am a new member in this mailing list and i wish you can help me. i
have to do load balancing for two asterisk servers using the SER server.but
i'm really lost. if you could help me by showing me an ser.cfg sample to do
it
best regards.
Greetings,
I just installed 1.5.0 and wired it up to a MySQL 5.0.x database, and it
appears that I am getting empty/null values for BIGINT columns when
accessing them from script.
This is true when I do something like this with SQLOps, for example:
sql_query("test", "SELECT someBigIntColumn FROM tbl", "ra");
$var(i) = $dbr(ra=>[0,0]);
$var(i) will have an empty value.
Same will be the case if the access subscript is not [0,0] but say, [0,1].
The problem does not seem to be specific to sqlops; the same occurs
with AVPs:
avp_db_query("SELECT someBigIntColumn FROM tbl", "$avp(S:bigInt)");
This is also empty.
I did a debug and confirmed that the right value for someBigIntColumn is
coming out of the database, and has the right data type. All that works
fine. However, for some reason this value appears to be invisible
within the evaluative scope of the route script.
For now, I am working around it by doing CONVERT(someBigIntColumn,
CHAR(20)) inside the query. However, in principle this means that
BIGINT handling is broken.
Has anyone else run into this? Any insights, or especially, solutions?
--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct : (+1) (678) 954-0671
Mobile : (+1) (678) 237-1775
Hello,
I am trying to setup a redirecting proxy server with Ser, but I find that
my GXP-2020 phone gets into an endless loop. Is this common?
The phone is configured to use my ser service which is set as a proxy.
If it tries to dial things that this proxy shouldn't handle, it sends
back a "305 Use Proxy" response. The phone seems to ignore the proxy
and tries again.
1) Is it common for the proxy redirection not to work? I've seen it being
ill-advised on iptel.org because the RFC isn't too clear how it works.
2) What would be the proper formula to get Ser to send back a proxy
redirect? I may be approaching it wrongly, but I cannot find much
documentation about it online.
Thanks,
Rick van Rein
OpenFortress
please cc to mailing lists ... private emails of such type get ignored.
Thanks,
Daniel
On 04/02/2009 05:44 PM, kévin l'heveder wrote:
> Thanks you to help me,
>
> I use the 'send' function to send the whole message from kamailio.cfg
> to my management script. So i can parse the message, get the
> informations i need.
>
> I've seen the function t_write and i understand how it works but in
> the given example:
> modparam("tm","tw_append","append1:Email=avp[i:12];UA=*hdr[User-Agent]*")
> modparam("tm","tw_append","append2:body=*msg[body]*")
>
>
> where could i find all the variable that i can use ?? because in core-cookbook doc (http://kamailio.org/dokuwiki/doku.php/core-cookbook:devel)
>
> i've never seen the variable msg[body] or hdr[User-Agent] or variable bind to transaction.
>
> Regards,
> Koon
>
>
> 2009/4/1 Daniel-Constantin Mierla <miconda(a)gmail.com
> <mailto:miconda@gmail.com>>
>
> Hello,
>
>
> On 04/01/2009 05:08 PM, kévin l'heveder wrote:
>
> Hi all!
>
> I'd like to use the *t_reply* *MI* *function*, but one of the
> parameter is *'trans_id'* and i don't know how to get it?
>
> from where do you get the details of the request to reply to?
>
> TM exports functions t_write_* that will give the id:
> http://kamailio.org/docs/modules/1.5.x/tm.html#id2531309
>
> Cheers,
> Daniel
>
> --
> Daniel-Constantin Mierla
> http://www.asipto.com/
>
>
--
Daniel-Constantin Mierla
http://www.asipto.com/
Hi *,
Has anyone else noted poor stability with the mi_xmlrpc MI interface? We are
noticing that after a while (very little load) it stop responding.
Kind regards
Jason
Thanks you to help me,
I use the 'send' function to send the whole message from kamailio.cfg to my
management script. So i can parse the message, get the informations i need.
I've seen the function t_write and i understand how it works but in the
given example:
modparam("tm","tw_append","append1:Email=avp[i:12];UA=*hdr[User-Agent]*")
modparam("tm","tw_append","append2:body=*msg[body]*")
where could i find all the variable that i can use ?? because in
core-cookbook doc
(http://kamailio.org/dokuwiki/doku.php/core-cookbook:devel)
i've never seen the variable msg[body] or hdr[User-Agent] or variable
bind to transaction.
Regards,
Koon
2009/4/1 Daniel-Constantin Mierla <miconda(a)gmail.com>
- Masquer le texte des messages précédents -
Hello,
On 04/01/2009 05:08 PM, kévin l'heveder wrote:
> Hi all!
>
> I'd like to use the *t_reply* *MI* *function*, but one of the parameter is
> *'trans_id'* and i don't know how to get it?
>
> from where do you get the details of the request to reply to?
TM exports functions t_write_* that will give the id:
http://kamailio.org/docs/modules/1.5.x/tm.html#id2531309
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com/
sasirekha jaganathan writes:
> Even in the Wireshark the To Header goes with the tag-param.
then you did something wrong. remove to header with remove_hf function
and add a new one with insert_hf function and include the header body the
way you want it to be. that must work.
-- juha
Hi,
I need only the To value omitting the tag parameter in the To header.
$avp(s:toadd)=$tu;
if(remove_hf("To")){
xlog("Removed To tag \n");
}
insert_hf("To: $avp(s:toadd)\r\n");
The log "Removed To tag" gets printed but after inserting if I try to print the header value with $hdr(To) it shows the value with tag-param too.
Is there anything wrong?
Thanks
Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/