[SR-Users] rtpengine rewrite sdp for second time

2015-08-18 Thread Virmantas Variakojis
n > the failure route > - call msg_apply_changes() from Textops before calling > rtpengine_manage() the second time (so the already made changes are > applied and the message gets reparsed) > > Thanks, > Carsten > > 2015-08-16 20:13 GMT+02:00 Virmantas Variakojis > : &

[SR-Users] rtpengine rewrite sdp for second time

2015-08-16 Thread Virmantas Variakojis
Hi, I have a situation like this: I have kamailio with 3 NIC's. I'm sending INVITE to first provider over NIC1. Before sending INVITE I use rtpengine_manage to rewrite sdp body with IP that is on NIC1: rtpengine_manage ("replace-origin replace-session-connection direction=intvlan direction=prov1 I

[SR-Users] load balancing + rtpengine

2015-02-17 Thread Virmantas Variakojis
Hi, I want to use load balancing (dispatcher or carrierroute) but i have two upstream interfaces (separate vlan's to provider sides) and third interface to SIP clients side. Also i need to rewrite sdp fields with correct information with rtpengine, but it's impossible as i don't know whitch di

Re: [SR-Users] rtpproxy bridge "ie" "ei" behind NAT (like in aws EC2)

2015-02-16 Thread Virmantas Variakojis
Could you provide us a little example? For examlple i have kamailio with three interfaces: two interfaces (vlan's look at two different providers) and third interface looks at sip clients. Thank's in advance! 2015 vas. 16 20:04 "Richard Fuchs" rašė: > On 16/02/15 01:00 P

Re: [SR-Users] rtpproxy bridge "ie" "ei" behind NAT (like in aws EC2)

2015-02-16 Thread Virmantas Variakojis
Hi, There pathch with -A can be found or it is allready implemented into specific rtpengine version? 2015 vas. 16 19:50 "Richard Fuchs" rašė: > On 16/02/15 12:39 PM, Muhammad Shahzad wrote: > > I haven't done something like that myself but i think if you use > > RTPEngine with "media-address" se

Re: [SR-Users] OpenBiz error signing into Siremis 4.1

2014-12-04 Thread Virmantas Variakojis
Works fine for me with php 5.3 2014 gruod. 4 18:26 "Peter Villeneuve" rašė: > I can confirm there are issues with siremis and newer php versions. > I have seen problems with Siremis and PHP > 5.4. > In fact I reported that back in May in the sr-dev list but got no > response. > http://lists.sip-r

Re: [SR-Users] ldap returning attributes list

2014-09-07 Thread Virmantas Variakojis
Tried earlier like this: 287 ldap_result("memberOf/$avp(s:ldapmemberof)"); 288 xlog("L_INFO", "LDAP $fU memberOf = $avp(s:ldapmemberof)"); 289 while (ldap_result_next()) { 290 xlog("L_INFO", "if loop ldap_result"); 291 ldap_result("memberOf/$avp(s:ldapm

[SR-Users] ldap returning attributes list

2014-09-04 Thread Virmantas Variakojis
Hi, I'm trying to fetch attribute list with kamailio ldap_search: ldap_search("ldap://agents/ou=X,dc=,dc=yy,dc=zz?memberOf?sub?(sAMAccountName=$fU)"); ldap_result("memberOf/$avp(s:ldapmemberof1)"); xlog("L_INFO", "LDAP $fU memberOf = $avp(s:ldapmemberof1)"); if (ldap_result_next()) {