[SR-Users] New developer - Vicente Hernando

2012-06-14 Thread Daniel-Constantin Mierla
Hello, I am introducing Vicente as a new registered developer - he submitted lately very useful patches to ndb_redis module (e.g., array support in replies, redis free function for config), new ones being on the pipe -- he can present better his plans or you just watch the commits. Mainly he

[SR-Users] Sipcapture and Siptrace Compile Error

2012-06-14 Thread Akan
When compiling kamailio v3.3, I am getting this error from sipcapture and siptrace. I am compiling on solaris 10, 64bit Sun server with gnu tools. CC (gcc) [M sipcapture.so] sipcapture.o In file included from sipcapture.c:76:0: sipcapture.h:48:4: error: unknown type name 'u_int32_

[SR-Users] AMR and AMR-WB support

2012-06-14 Thread Jakson Kalsson
Hi all, I have a project for the 3G related, AMR and AMR-WB support. I'm using the client develop suite from the PortSIP(http://www.portsip.com), as their said support the AMR, AMR-WB with RFC4867. Now I have to setup a SIP server/SIP PBX in our Lab for test, does the SR support these codecs and

[SR-Users] AMR and AMR-WB support

2012-06-14 Thread Jakson Kalsson
Hi all, I have a project for the 3G related, AMR and AMR-WB support. I'm using the client develop suite from the PortSIP(http://www.portsip.com), as their said support the AMR, AMR-WB with RFC4867. Now I have to setup a SIP server/SIP PBX in our Lab for test, does the SIPX support these codecs an

[SR-Users] About the subscribe/200-ok contact address on kamailio 3.3

2012-06-14 Thread Min Wang
HI I have tried the kamailio 3.3, user 101(10.15.20.131) send subscribe to (10.15.20.137), kamailio return 200 OK, but with contact header as: Contact: . is it correct? Since before subscription expired, the client will send the re-subscribe using that contact address, is it righ

[SR-Users] IP ToS

2012-06-14 Thread Olle E. Johansson
I know that you can set the TOS for packets sent from Kamailio in the config section. I got the question if you can read the TOS in the IP packet of an incoming response or reply in the config scripts? And can you set it per message/transaction? /O __

Re: [SR-Users] drouting module: can I use non-digit prefix?

2012-06-14 Thread Daniel-Constantin Mierla
Hello, On 6/14/12 11:36 AM, Yufei Tao wrote: Hi Daniel I've tried the patch on my 3.2.2 and it doesn't crash now! thanks for feedback -- I backported the patch to 3.3 and 3.2 branches. Cheers, Daniel Thanks! Yufei On 13/06/12 10:55, Daniel-Constantin Mierla wrote: Hello, can you try wit

Re: [SR-Users] FW: (Devel) Segmentation fault using pua_dialoginfo

2012-06-14 Thread Daniel-Constantin Mierla
Hello, can you try with latest master branch -- it should be fixed by: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d89d7bea854c2e2c646b5d13ba215795325b50f Cheers, Daniel On 5/29/12 5:52 PM, Daniel-Constantin Mierla wrote: Hello, finally had a chance to look over it.

Re: [SR-Users] drouting module: can I use non-digit prefix?

2012-06-14 Thread Yufei Tao
Hi Daniel I've tried the patch on my 3.2.2 and it doesn't crash now! Thanks! Yufei On 13/06/12 10:55, Daniel-Constantin Mierla wrote: > Hello, > > can you try with the patch from commit: > > http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c737ff95bb2e742981d81088169baa60d4605

Re: [SR-Users] Making dialog module work for me !!

2012-06-14 Thread SamyGo
So I am thinking of not thinking on auto-expire or create any code to corelate dialog/active call data with my hash table. Instead Just focus on latest version and then try this all.This new dialog keepalive function seems better.linking between my hashtable entry with the dialog is not required, e

[SR-Users] Kamailio debian repository changes

2012-06-14 Thread Manwe
Hi All With the upcoming release of version 3.3.0, we have updated our kamailio debian repositories. * Debian 5.0 "lenny" will no longer be supported. This means that no more nightly builds for this distribution will be triggered. We'll provide builds for stable releases of 3.0 ,3.1 and 3.2 b

[SR-Users] Alias possible for presence...

2012-06-14 Thread Gertjan Wolzak
Hello All, I have the following challenge. We are using kamailio 3.2 and have enabled presence. Which works fine. But we would like to be able to work with aliases, so that the account name and "presentation" name can be different. Any Ideas. Or did I miss the documentation on that?

Re: [SR-Users] Making dialog module work for me !!

2012-06-14 Thread Daniel-Constantin Mierla
Hello, On 6/12/12 11:49 AM, SamyGo wrote: Yes, I saw the event routes in new version and that seems relevant. Yes deleting entries from hash table is definitely logical but what about hash entries for calls which are in-call for like 4~10 hours !! will hashtable delete those entries ! auto-exp

Re: [SR-Users] Lua script calling rewriteuri

2012-06-14 Thread Daniel-Constantin Mierla
Hello, you can use htable module to cache data in memory and access it from config file or lua script via pv. Cheers, Daniel On 6/13/12 2:27 PM, Sharif Tanvir Rahman wrote: Hi Daniel, I need to access custom database tables (i.e. not default with kamailio) from a lua script (extending kam