[SR-Users] siptrace module with Kamailio 3.3.0 and Siremis 3.2

2012-09-07 Thread Chris Telford
Hi, Were attempting to get siptrace working on Kamailio 3.3.0 with Siremis 3.2... We've enabled the module, and configured the basic parameters, however were having problems with where exactly in Kamailio's config to call siptrace(). We currently have it at the very end of FAILURE_ROUTE, ONREPLY

Re: [SR-Users] Possible bug in authentication

2012-09-07 Thread Klaus Darilion
On 30.08.2012 15:52, mart...@centrum.sk wrote: The ACK was indeed broken. The problem was at the SBC, where I did not expect it. Unfortunately that's quite often the component where you should expect bugs. regards klaus ___ SIP Express Router (SER

[SR-Users] Wrong index on expires column in pua module

2012-09-07 Thread Juha Heinanen
looks like unique constraint on expires_idx has not been removed yet, because i still see Duplicate entry for key 'expires_idx' errors. i'll go and make the changes. -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr

Re: [SR-Users] FW: Kamailio as sipRedirect

2012-09-07 Thread Fatima Chahrour~Vanrise Support
Hello, It works now.. It was not an issue in the function you provided but in the presence of route(1) before $ru = "sip:" + $rU + "@192.168.111.138"; in the script. And successfully kamailio2 now is able to send the 302 message to .138. Now I’ll work on letting Kamailio1 handle the 302

Re: [SR-Users] [sr-dev] kamctlrc SQL definitions and db/schema/entities.xml

2012-09-07 Thread Vieri
--- On Fri, 9/7/12, Henning Westerholt wrote: > I've commited a change to git repository to move the expire > time 10 years to > the future - to have a bit more time here. Thanks Henning ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-use

Re: [SR-Users] [sr-dev] kamctlrc SQL definitions and db/schema/entities.xml

2012-09-07 Thread Henning Westerholt
Am Mittwoch, 5. September 2012, 14:11:34 schrieb Henning Westerholt: > > > > # FOREVER="2020-05-28 21:32:15" > > > > [..] > > > > > > this definitions just needs to be the same as in the > > > database scheme, as they > > > are used in the script. The path was indeed outdated, I've > > > just fixe

Re: [SR-Users] sr-users Digest, Vol 88, Issue 19

2012-09-07 Thread Vijay Thakur
On Friday 07 September 2012 02:34 PM, sr-users-requ...@lists.sip-router.org wrote: Send sr-users mailing list submissions to sr-users@lists.sip-router.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users or, v

Re: [SR-Users] FW: Kamailio as sipRedirect

2012-09-07 Thread Fatima Chahrour~Vanrise Support
Hello, Not working, I have attached the syslogOnKamailio2-.139.txt generated after a test call from 106 dialing 107. It shows: No Route headers found and '107' Not found in usrloc; what does this means? And is it related? Waiting your feedback. Kind regards, F Chahrour From: Daniel

Re: [SR-Users] Video Call Quality

2012-09-07 Thread Tayeb Meftah
That have nothing to do with kamailio Your rtp is end to end Envoyé de mon iPhone Le 7 sept. 2012 à 08:20, Vijay Thakur a écrit : > Dear All Experts, > > Recently, i have configure my first kamailio server. After some technical > hurdles, it is working very fine. There is a issue related to

Re: [SR-Users] Monitoring Kamailio using mi_xmlrpc good or bad ?

2012-09-07 Thread Daniel-Constantin Mierla
Hello, On 9/7/12 10:21 AM, SamyGo wrote: Thanks alot for your time and valuable feedback on the topic. I just wanted to be sure that when if comes to collecting stats like 150+ values did you defined custom stats? IIRC, we don't have so many in the code. from Kamailio per 30 seconds will it

Re: [SR-Users] Rtpproxy re-INVITE handling

2012-09-07 Thread Daniel-Constantin Mierla
Hello, can you apply attached patch to the rtpproxy module and send again the log messages from kamailio? No need for siptrace, I just want to see if the to tag is detected properly and the number of paramters for rtpproxy command from kamailio point of view. Cheers, Daniel On 9/6/12 8:44 A

Re: [SR-Users] [ ... ] operator

2012-09-07 Thread Daniel-Constantin Mierla
Hello, On 9/7/12 10:10 AM, Vitaliy Aleksandrov wrote: Hello, On 9/6/12 6:33 PM, Vitaliy Aleksandrov wrote: "Migrating kamailio v1.5.x to v.3.0.0" says that "test" operator no longer exists. But it is mentioned in Core Cookbook 3.2 (and 3.3) and can confuse someone. Can somebody remove it

Re: [SR-Users] Monitoring Kamailio using mi_xmlrpc good or bad ?

2012-09-07 Thread SamyGo
Thanks alot for your time and valuable feedback on the topic. I just wanted to be sure that when if comes to collecting stats like 150+ values from Kamailio per 30 seconds will it impact on the actual performance of Kamailio as sip server. I will definitely look for XMLRPC only as well if thats sca

Re: [SR-Users] [ ... ] operator

2012-09-07 Thread Vitaliy Aleksandrov
Hello, On 9/6/12 6:33 PM, Vitaliy Aleksandrov wrote: "Migrating kamailio v1.5.x to v.3.0.0" says that "test" operator no longer exists. But it is mentioned in Core Cookbook 3.2 (and 3.3) and can confuse someone. Can somebody remove it from the documentation ? Indeed the operator was removed

Re: [SR-Users] Monitoring Kamailio using mi_xmlrpc good or bad ?

2012-09-07 Thread Daniel-Constantin Mierla
Hello, if you fetch the statistics, should be ok. xmlrpc module should be more scalable that mi_xmlrpc, but uses a different command format and output. Cheers, Daniel On 9/6/12 3:24 PM, SamyGo wrote: Hello, I've just finished monitoring all the core modules of kamailio via XML-RPC. I use

Re: [SR-Users] FW: Kamailio as sipRedirect

2012-09-07 Thread Daniel-Constantin Mierla
Hello, On 9/6/12 6:47 PM, Fatima Chahrour~Vanrise Support wrote: Hi again,   I really need your help in my testing lab here!! I have simplified the scenario and changed con

Re: [SR-Users] FW: Kamailio as sipRedirect

2012-09-07 Thread Daniel-Constantin Mierla
Hello, this is a static string: ”sip:.*@192.168.111.138" It means you redirect any number to '.*'. To preserve the incoming number, use: $ru = "sip:" + $rU + "@192.168.111.138"; Cheers, Daniel On 9/6/12 3:40 PM, Fatima Chahr

Re: [SR-Users] MTREE reload question

2012-09-07 Thread Daniel-Constantin Mierla
Hello, is this taken only after startup? Get one at startup and another one after reload, so it can be compared. Cheers, Daniel On 9/6/12 9:22 AM, Uri Shacked wrote: Hi, here: shmem:fragments = 143898 shmem:freesize = 3446570952 shmem:max_used_size = 861854768 shmem:real_used_size = 84839634

Re: [SR-Users] [ ... ] operator

2012-09-07 Thread Daniel-Constantin Mierla
Hello, On 9/6/12 6:33 PM, Vitaliy Aleksandrov wrote: "Migrating kamailio v1.5.x to v.3.0.0" says that "test" operator no longer exists. But it is mentioned in Core Cookbook 3.2 (and 3.3) and can confuse someone. Can somebody remove it from the documentation ? Indeed the operator was removed,

[SR-Users] Video Call Quality

2012-09-07 Thread Vijay Thakur
Dear All Experts, Recently, i have configure my first kamailio server. After some technical hurdles, it is working very fine. There is a issue related to video call. When i make a video call from jitsi to jitsi, iphone to iphone or android, the image is blur, choppy. After googling for this