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
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
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
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
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",
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
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