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
> :
&
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
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
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
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
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
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
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())
{