Re: [SR-Users] sipp and stateful transaction problem

2010-05-21 Thread Daniel-Constantin Mierla
Hello, On 5/21/10 10:47 PM, JR Richardson wrote: Hi All, I'm doing some testing with kamailio 1.5: kamailio1:/etc/kamailio# kamailio -V version: kamailio 1.5.4-notls (i386/linux) flags: STATISTICS, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_

Re: [SR-Users] kamailioctl

2010-05-21 Thread Daniel-Constantin Mierla
Hello, 1.5 is no longer a good choice for TLS. Use kamailio_3.0 branch from git (soon will be 3.0.2). I just returned from SIPit and I tested there a lot TLS. Besides multiparty testing, all automatic TLS tests were running with Kamailio 3.0 branch for several days. 1.5 has on old implemen

[SR-Users] sipp and stateful transaction problem

2010-05-21 Thread JR Richardson
Hi All, I'm doing some testing with kamailio 1.5: kamailio1:/etc/kamailio# kamailio -V version: kamailio 1.5.4-notls (i386/linux) flags: STATISTICS, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE

Re: [SR-Users] kamailioctl

2010-05-21 Thread Henning Westerholt
On Friday 21 May 2010, Brian Chamberlain wrote: > A typo I think. Should be kamctl. Hi Brian, Jon, i've fixed it in the files on the webserver. Cheers, Henning ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists

Re: [SR-Users] Need help with route statement

2010-05-21 Thread Nelson Pereira
I did the following changed by adding the get_redirects function (see bellow) but now im getting a 500 server error: SIP/2.0 500 Internal Server Error FROM: "1102";tag=as60aba076 TO: ;tag=f5f4ad2a5d CSEQ: 102 INVITE CALL-ID: 206fed5108bdcd2d2bb5255217713...@10.98.6.5 VIA: SIP/2.0/TCP 10.98.6.5;br

Re: [SR-Users] kamailioctl

2010-05-21 Thread Brian Chamberlain
On 21 May 2010, at 03:20 p.m., Jon Farmer wrote: Hi I have just install 1.5 and I am trying to setup TLS I ran kamctl tls rootCA and it created ok However the docs at http://www.kamailio.org/docs/tls.htm next say to run kamailioctl tls userCERT However I don't have a kamailioctl on my

[SR-Users] kamailioctl

2010-05-21 Thread Jon Farmer
Hi I have just install 1.5 and I am trying to setup TLS I ran kamctl tls rootCA and it created ok However the docs at http://www.kamailio.org/docs/tls.htm next say to run kamailioctl tls userCERT However I don't have a kamailioctl on my system. Any ideas anyone? Regards Jon -- Jon Far

Re: [SR-Users] Need help with route statement

2010-05-21 Thread Nelson Pereira
Im not a code expert or a kamailio expert, so where and how do I intergrate this function in my current routing logic? # main request routing logic route{ if (!mf_process_maxfwd_header("10")) { sl_send_reply("483","Too Many Hops"); break; };

Re: [SR-Users] ser server does not start

2010-05-21 Thread Henning Westerholt
On Thursday 20 May 2010, Sanjeev Singh wrote: > i am a new user of ser. PLease help me to start ser > > i installed ser rpm v0.9.6 on linux machine but ser is not starting. > when i given command /etc/init.d/ser start - it is always stuck at Starting > ser: as shown below --- > [r

Re: [SR-Users] Need help with route statement

2010-05-21 Thread Klaus Darilion
Am 21.05.2010 14:33, schrieb Nelson Pereira: The problem is that the Kamailio receives a 302 Moved Temporarily with a contact field of CONTACT: I need to have Kamailio, use this contact field and re-send the invite. How can this be done? Use get_redirects() frunction http://www.kamailio.

[SR-Users] could not bind to the TM-Module

2010-05-21 Thread Javier Menendez
Hi, I have been configuring an Kamailio 3.0.1, with the dispatcher module. Everything seems to work just fine but when a gateway is in Probing mode it remains in that state for ever. checking the logs I found some weird messages, I think that is the rrot cause of the problem but I have no clue how

[SR-Users] Need help with route statement

2010-05-21 Thread Nelson Pereira
Hi all... Well I have made some progress... Bellow is my routing statement: route{ if (!mf_process_maxfwd_header("10")) { sl_send_reply("483","Too Many Hops"); break; }; if (msg:len >= 2048 ) { sl_send_reply("513", "Message

Re: [SR-Users] Add Header on cancel

2010-05-21 Thread Klaus Darilion
Hi François! Am 21.05.2010 09:26, schrieb François BERGANZ: When I use forward, it doesnt work! I don't know how to do It works fine for me: route{ if (is_method("CANCEL")) { if (!is_present_hf("Reason")) { xlog("L_ERR", "reason missing");

Re: [SR-Users] Add Header on cancel

2010-05-21 Thread François BERGANZ
When I use forward, it doesnt work! I don't know how to do *François * * * Le 20/05/2010 17:09, Klaus Darilion a écrit : I think in tm mode this not possible. The CANCEL gets autogenerated by Kamailio so you can not modify it in script. sip-router trunk has now support for Reason header, but