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_
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
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
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
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
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
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
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;
};
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
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.
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
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
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");
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
14 matches
Mail list logo