Re: [SR-Users] Check if user is registered before reply is routed

2015-07-30 Thread 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 > -- MSC Seudin Kasumovic Tuzla, Bosnia ___ SIP Express Router (

Re: [SR-Users] siptrace: how to log sent ACK within dialog

2015-06-17 Thread Seudin Kasumovic
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,

[SR-Users] siptrace: how to log sent ACK within dialog

2015-06-16 Thread Seudin Kasumovic
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

Re: [SR-Users] Testing RPMs for v4.3.0

2015-06-09 Thread Seudin Kasumovic
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

Re: [SR-Users] Testing RPMs for v4.3.0

2015-06-08 Thread Seudin Kasumovic
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

Re: [SR-Users] gruu within dialog

2015-01-29 Thread Seudin Kasumovic
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

Re: [SR-Users] siputils: E164 check is broken

2015-01-12 Thread Seudin Kasumovic
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

[SR-Users] siputils: E164 check is broken

2015-01-12 Thread Seudin Kasumovic
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

Re: [SR-Users] Problem with locally generated BYE in dialog timeout.

2014-10-01 Thread Seudin Kasumovic
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

Re: [SR-Users] Bash Code Injection and 'exec' module

2014-09-25 Thread Seudin Kasumovic
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 >

[SR-Users] Bash Code Injection and 'exec' module

2014-09-25 Thread Seudin Kasumovic
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 @

[SR-Users] Missing AVPs in onreply_route (default reply route)

2014-05-26 Thread Seudin Kasumovic
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

[SR-Users] kamailio/script call route(...) in switch(...) expression

2013-12-08 Thread Seudin Kasumovic
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

Re: [SR-Users] dispatcher: ds_options_callback, Setting the state failed

2013-11-06 Thread Seudin Kasumovic
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

[SR-Users] dispatcher: ds_options_callback, Setting the state failed

2013-11-05 Thread Seudin Kasumovic
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

Re: [SR-Users] Parameters list transformations comma and semi column conflict

2013-10-18 Thread Seudin Kasumovic
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

Re: [SR-Users] Parameters list transformations comma and semi column conflict

2013-10-18 Thread Seudin Kasumovic
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: >

Re: [SR-Users] Parameters list transformations comma and semi column conflict

2013-10-18 Thread Seudin Kasumovic
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 &

[SR-Users] Parameters list transformations comma and semi column conflict

2013-10-17 Thread Seudin Kasumovic
_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

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-23 Thread Seudin Kasumovic
times it captures inbound SIP INVITE as >> well. >> >> Thanks >> Ram >> >> >> >> >> > > > -- > Cheers > > Ramaseshi > > Mobile : 9949875064 > > ___ > SIP Express Router (SER

Re: [SR-Users] bflag mystery

2013-04-23 Thread Seudin Kasumovic
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