> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
--
MSC Seudin Kasumovic
Tuzla, Bosnia
___
SIP Express Router (
Hello,
It works, thank you.
Regards,
Seudin
On Wed, Jun 17, 2015 at 3:21 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
> iirc, you can use sip_trace() in onsend_route(), there you can capture the
> outgoing ACK.
>
> Cheers,
> Daniel
>
>
> On 16/06/15 16:55,
Hi,
TM forward ACK statelessly (see log below), so there is no call of
installed callback on TMCB_REQUEST_(IN)SENT in siptrace module, so I can't
see way how to log ACK sent packet.
Any work around to get sent ACK logged?
DEBUG: sl [sl_funcs.c:388]: sl_filter_ACK(): DEBUG : sl_filter_ACK: to late
t package name, not ei-devel, might be erlang-devel.
>
> Cheers,
> Daniel
>
>
> On 08/06/15 23:42, Seudin Kasumovic wrote:
>
> Hello,
>
> I'm not so familiar with RPM packaging. But as I understand, it depends
> of content of RPM repository.
> For Erlang module
IP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
--
MSC Seudin Kasumovic
Tuzla, Bosnia
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
atements:
>>>>> 2(4232) DEBUG: registrar [lookup.c:123]: lookup(): looking up pub
>>>>> gruu [urn:uuid:d63b1c4f-d7dc-4f4e-87f1-948123266dc0]
>>>>> 2(4232) DEBUG: registrar [lookup.c:158]: lookup(): 'sam@A.B.C.D' Not
>>>>> found in usr
27;0' || c > '9') return -1;
>
> The rest was auto-indentation by the editor.
>
> Providing the details of like or pasting the code where you refer would
> make it easier to understand what do you mean, but I guess you are
> referring to the line:
>
> for
15b37da99dfd76526afa7#diff-d7b03e3862e552e90fe6f958ec0f3a12
Regards,
--
Seudin Kasumovic
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
caller.
>
> Whether there is any solution?
>
> BR ,
>
> Julia.
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi
sorry, I attached wrong patch in previous post
here is new with fixed body length comparison.
On Thu, Sep 25, 2014 at 4:40 PM, Seudin Kasumovic <
seudin.kasumo...@gmail.com> wrote:
> Hi kamailio users,
>
> we are witnesses of new discovered bug in bash: Bash Code Injection
>
d simple patch to fix this issue in exec module based on suggestion
from RedHat until you fix your bash what is recommended.
--
Seudin Kasumovic
diff --git a/modules/exec/exec_hf.c b/modules/exec/exec_hf.c
index c83550f..96b990e 100644
--- a/modules/exec/exec_hf.c
+++ b/modules/exec/exec_hf.c
@
LT PKG_SIZE 4MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id:
compiled on 17:23:27 Apr 25 2014 with gcc 4.5.4
Thanks,
Seudin Kasumovic
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hi,
Let route[FOO]{...} returns -1, 0, or 1 value.
Next example never print message in case -1:
switch (route(FOO)) {
case -1:
xlog("L_INFO", "FOO = -1\n");
break;
case 0:
xlog("L_INFO", "FOO = zero\n");
break;
case 1:
xlog("L_INFO", "FOO = +1\n");
break;
}
Result from rou
Hi,
see comments inline.
On Wed, Nov 6, 2013 at 12:35 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
> you message is not clear for me ... see some comments inline.
>
>
> On 11/5/13 2:22 PM, Seudin Kasumovic wrote:
>
> Hi,
>
> Test configuration uses OPTION
Hi,
Test configuration uses OPTION for ping method. In log below host
198.51.100.68 probed first but reply come latter then 192.0.2.4. Seams that
only last probed uri tried for setting state other hosts. Also, DEBUG log
is broken. (kamailio version: kamailio 4.1.0-pre1 (i386/linux)).
Nov 5 12:48
delimiter without quotes (documentation isn't clear for this), e.g.
$(*avp*(my_var){param.value, a, ;})
then no parsing complain. But, get same wrong results, for parameter value
not quoted if contains ','.
Is this expected behavior?
Regards,
Seudin
On Fri, Oct 18, 2013 at 10:41 A
values in between quotes?
>
> Cheers,
> Daniel
>
>
> On 10/17/13 5:04 PM, Seudin Kasumovic wrote:
>
> Hi,
>
> Transformation {param.value, param_name} returns incomplete or empty
> values when parameter value contains comma (,).
>
> See next example:
>
Please see:
> http://www.kamailio.org/wiki/cookbooks/devel/transformations#paramvalue_name_delimiter
>
> Regards,
>
> Peter
>
>
> On 17 October 2013 16:04, Seudin Kasumovic wrote:
>
>> Hi,
>>
>> Transformation {param.value, param_name} returns incomplete or empty
&
_var){param.value, b}) returns empty string
Seams that comma in parameter value conflicts with semi column separator.
Is this bug or wrong documented?
Related link:
http://www.kamailio.org/wiki/cookbooks/4.0.x/transformations#paramvalue_name
--
Seudin Kas
times it captures inbound SIP INVITE as
>> well.
>>
>> Thanks
>> Ram
>>
>>
>>
>>
>>
>
>
> --
> Cheers
>
> Ramaseshi
>
> Mobile : 9949875064
>
> ___
> SIP Express Router (SER
t;
> -- juha
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
--
MSC Seudin Kasumovic
Tuzl
21 matches
Mail list logo