Re: [SR-Users] Implementing the Presence module(Kamailio) to work with websockets (sipML5)

2013-04-18 Thread אורן אברהם
Dear Jeremy, thank you for your effort. my kamailio.cfg file is attached. Regards, Oren. 2013/4/18 Jeremy Jongepier > On 04/18/2013 01:58 AM, אורן אברהם wrote: > >> I think it is only some configuration problem, but i'm not sure how to >> solve it. >> > > Hello, > > How does your kamailio.cf

[SR-Users] Kamailio World Quick Follow Up

2013-04-18 Thread Daniel-Constantin Mierla
Hello, first I want to thank to all participants to Kamailio World Conference, everyone having a relevant contribution to it, turning out the two days in a very successful event. Special thanks to our sponsors - Sipwise, Fraunhofer Fokus, Asipto, Sipgate, NG-Voice, IT Center, Amooma and Zoip

Re: [SR-Users] Transformations

2013-04-18 Thread Daniel-Constantin Mierla
Hello, the transformation for avp has to be after the parenthesis around the name: $(avp(x){...}) Anyhow, I would recommend to use s.select transformation to get the ip bytes: $var(i1) = $(si{s.select,0,.}); ... $var(i4) = $(si{s.select,4,.}); Then use this variables to compute the big int

Re: [SR-Users] Implementing the Presence module(Kamailio) to work with websockets (sipML5)

2013-04-18 Thread Jeremy Jongepier
On 04/18/2013 01:58 AM, אורן אברהם wrote: I think it is only some configuration problem, but i'm not sure how to solve it. Hello, How does your kamailio.cfg look like? Regards, Jeremy ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users

[SR-Users] Transformations

2013-04-18 Thread Victor V. Kustov
Hi! According "Transformations cookbook" exist string, uri, name transformations. I think need ip transformations, simulary atoi()/aton() and split for stings with divider. By the way: avp_subst("$avp(s:sipa)/$avp(s:abc)/g", "/(.*)\.(.*)\.(.*)\.(.*)/\1/"); avp_subst("$avp(s:sipa)/$avp(s:def)/g",

[SR-Users] UAC example

2013-04-18 Thread Moacir Ferreira
Hi community, I will start testing the UAC module. Does anyone have a simple UAC configuration that could share with me? Also, for small (less than 500 users) deployments, would you recommend Kamilio UAC as the solution for giving PSTN access via VoIP providers or would you recommend Asterisk, S

Re: [SR-Users] Possible memory leak in parse_pai.c

2013-04-18 Thread Daniel-Constantin Mierla
Hello, I looked quickly to the core and seems ok, I will check the accounting later. Do you simply account $ai or is any other attribute related to it? If you have time to test, can you put the $ai in an avp during the request processing and account that avp? If the leak is not shown anymor