Re: [SR-Users] Call Forwarding

2013-06-12 Thread Lucas Girard
It's done Daniel, I have added the notes to the wiki. Regards, Lucas Girard On Mon, 2013-06-10 at 09:10 +0200, Daniel-Constantin Mierla wrote: > Hello, > > really appreciating such feedback, it will help others looking for > same solution. > > If you don't mind and have time, you can add it as

[SR-Users] Kamailio v4.0.2 Released

2013-06-12 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v4.0.2 stable release is out. This is a maintenance release of the latest stable branch, 4.0, that includes fixes since release of v4.0.0. There is no change to database schema or configuration language structure that you have to do on installations of v4.0.0. Deplo

Re: [SR-Users] How to define variable as string explicitly

2013-06-12 Thread Alex Balashov
On 06/12/2013 09:53 AM, Alex Balashov wrote: Also, note that request routes are not functions per se, and do not have return values, or local variable scope, or other things that functions have. So, you can't do this: $var(matched_prefix) = route(INCOMING_AUTH); Well, allow me to correct

Re: [SR-Users] How to define variable as string explicitly

2013-06-12 Thread Alex Balashov
Hi Mino, There is no explicit transformation for forcing a value like this to string: $var(x) = "1234"; However, I have found this to work: $var(x) = "" + "1234"; Also, note that request routes are not functions per se, and do not have return values, or local variable scope, or other th

[SR-Users] TLS questions

2013-06-12 Thread Fabian Borot
Hi, please help me out with these questions: Is it possible to configure kamailio to use different certificates, one per peer? Do we just add them to the same "calist.pem" file? Is is possible to configure kamailio to accept a certificate from another device? I mean instead of Kamailio creating

Re: [SR-Users] [sr-dev] Register VoIP phones with Kamailio server

2013-06-12 Thread Stoyan Mihaylov
We made next architecture: SIP client1 <-> Kamailio <-> Asterisk <->Kamailio <->SIP client2 And now we have no problems with voice, video and text messages. There were some problems with text messages (because of Asterisk servers), but we solved them. Surely, I can confirm that task is possible.

Re: [SR-Users] Missed calls notification supporting

2013-06-12 Thread sipatse
Dear Daniel, If I understood your scenario correctly, you are going first to store the details of a call to a subscriber which is not registered and when this sub will be online, you will send a message that will contain these details. I think that the provided by Carlos Ruiz Díaz are being use

[SR-Users] How to define variable as string explicitly

2013-06-12 Thread Mino Haluz
Hi, I need to define variables as string explicitly. What I have in the code: in prefix_list is 123,456,789 $var(matched_prefix) = $(var(prefix_list){s.select,$var(i),,}); then in MAIN route: $var(matched_prefix) = route(INCOMING_AUTH); and this check if ($var(matched_prefix) != "nullprefix"

Re: [SR-Users] Missed calls notification supporting

2013-06-12 Thread Daniel Tryba
On Wednesday 12 June 2013 06:26:38 sipa...@in.gr wrote: > What I would like to do is : > 1)An invite comes Towards a local subscriber > 2)Perform a location lookup > 3)this sub is not registered so location info was not found > 4)Use function uac_req_(key) to build a message > 5)Use function u

Re: [SR-Users] how to obtain $xavp(ulrcd=>ruid) value

2013-06-12 Thread Iwan Budi Kusnanto
On Wed, Jun 12, 2013 at 2:27 PM, Daniel-Constantin Mierla wrote: > can you check the module parameter setting the xavp base name? > > I tested and worked. The readme had an incorrect parameter name in the > example related to this parameter -- just in case you just copy&pasted from > there. > ye

Re: [SR-Users] [PATCH] pv: make set_var_value handle overlapping memory

2013-06-12 Thread Daniel-Constantin Mierla
On 6/11/13 11:40 PM, Martin Mikkelsen wrote: On Thu, May 16, 2013 at 10:06:00AM +0200, Daniel-Constantin Mierla wrote: I pushed a patch for fixing this issue on master branch -- can you test and report if works fine for you now? (Sorry for the late reply) I'm still on 3.4, but i tested the fe

Re: [SR-Users] how to obtain $xavp(ulrcd=>ruid) value

2013-06-12 Thread Daniel-Constantin Mierla
Hello, On 6/11/13 3:36 PM, Iwan Budi Kusnanto wrote: On Mon, Jun 10, 2013 at 5:20 PM, Daniel-Constantin Mierla wrote: Hello, On 6/10/13 11:37 AM, Iwan Budi Kusnanto wrote: I tried to get ruid by using this feature. http://kamailio.org/docs/modules/stable/modules/registrar.html#idp1752184.

Re: [SR-Users] releasing v4.0.2

2013-06-12 Thread Daniel-Constantin Mierla
Hello, quick reminder about releasing v4.0.2 today. Backports to branch 4.0 should be done before 12:00GMT, then devs have to write to sr-dev or wait until the release announcement is sent out. Cheers, Daniel On 6/7/13 9:29 AM, Daniel-Constantin Mierla wrote: Hello, I am considering to rel

[SR-Users] How to lock hashtable variable

2013-06-12 Thread Mino Haluz
Hi, I need to lock the hashtable but this lock("$sht(a)"); does not work. Any hints? Mino ___ 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