Hello,
I am using kamailio-3.1 with siremis. I want to ask some questions about the
exported params of usrloc module defined in the link given below.
http://kamailio.org/docs/modules/3.1.x/modules_k/usrloc.html#id2997066
1. These exported params export value to whom ?? Other params or siremis
loc
El 09/04/14 16:17, Daniel-Constantin Mierla escribió:
The crash was not related to websocket at all, but to usage of uac_reg_lookup()
when you don't set reg_db_url parameter for uac module.
So, my question is why are you using uac_reg_lookup()? Because it is useless if you dont set reg_db_url a
Hello Everyone,
Tried look through documentation and couldn't find anything about it ?
Any suggestions ?
Slava.
- Original Message -
From: "Slava Bendersky"
To: sr-users@lists.sip-router.org
Sent: Monday, April 7, 2014 1:57:53 PM
Subject: [SR-Users] ldap SSL
Hello Everyone,
Daniel,
Here is the version information.
r...@tel-vc-fs03.telariscom.com> kamailio -v
version: kamailio 4.1.2 (x86_64/linux) 73ea61
flags: STATS: Off, USE_TCP, USE_TLS, TLS_HOOKS, USE_RAW_SOCKS,
DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC,
DBG_QM
Hello Pedro,
I meant when removing option line kamailio starts getting message 484.
Slava.
- Original Message -
From: "Pedro Niño"
To: "Kamailio (SER) - Users Mailing List"
Sent: Wednesday, April 9, 2014 2:35:01 PM
Subject: Re: [SR-Users] message 484
Getting?
El abr 7,
The crash was not related to websocket at all, but to usage of
uac_reg_lookup() when you don't set reg_db_url parameter for uac module.
So, my question is why are you using uac_reg_lookup()? Because it is
useless if you dont set reg_db_url and you don't have records in uacreg
database table. T
El 09/04/14 12:36, Daniel-Constantin Mierla escribió:
The safety checks were pushed to master and 4.1 branches. Can you try with the
latest git version and report the result?
Cheers,
Daniel
On 09/04/14 18:43, Daniel-Constantin Mierla wrote:
OK, that's the reason, the _reg_htable is initialize
Yeah, i copied dialog and cnxcc params from your kamailio-cnxcc-basic.cfg
#!define DLG_FLAG 28
#!define CC_FLAG 29
modparam("dialog", "hash_size", 2048)
modparam("dialog", "default_timeout", 3600)
modparam("dialog", "db_mode", 0)
modparam("dialog", "dlg_flag", DLG_FLAG)
modparam("cnxcc", "dlg_flag
Getting?
El abr 7, 2014 1:21 PM, "Slava Bendersky"
escribió:
> Hello Pedro,
> I just come back on line.
> If i remove this line I start getting
>
>
> --
> *From: *"Pedro Niño"
> *To: *"Kamailio (SER) - Users Mailing List" >
> *Sent: *Tuesday, April 1, 2014 8:40:
Hi Kelvin,
this looks a lot like the classic dialog matching problem. Have you tried
to use the example conf file that is provided with the module? Please try
that as is, and copy the params of both dialog and cnxcc modparams to your
script.
I will try to reply when i'm not touring around ;-).
R
My personal opinion is that evapi should be simple to use and that the
module should be as simple as possible, allowing the user maximal
control to create their own desired outcomes, in the message format of
their choice.
That said, it would probably be beneficial to have some way for
particu
The safety checks were pushed to master and 4.1 branches. Can you try
with the latest git version and report the result?
Cheers,
Daniel
On 09/04/14 18:43, Daniel-Constantin Mierla wrote:
OK, that's the reason, the _reg_htable is initialized only when
reg_db_url is set, otherwise there is no so
Hello,
the logs show that the core file was generated:
Apr 3 13:14:55 tel-vc-fs03 /usr/local/sbin/kamailio[7553]: ALERT:
[main.c:778]: handle_sigs(): core was generated
Unless you deleted them, then you should have them somewhere on the file
system.
mem_safety won't affect any kind of pro
OK, that's the reason, the _reg_htable is initialized only when
reg_db_url is set, otherwise there is no source of user profile to do
registration for, and no point to do uac_reg_lookup().
I will add safety checks for this case.
Cheers,
Daniel
On 09/04/14 18:30, Alex Villacís Lasso wrote:
E
El 09/04/14 03:11, Daniel-Constantin Mierla escribió:
Hello,
can you share here the parameters for uac module?
Currently there are no explicit parameters. All parameters are currently
commented out:
[root@elx3 ~]# grep uac /etc/kamailio/kamailio.cfg
loadmodule "uac.so"
#modparam("uac", "reg_d
I'm having some trouble with kamailio that uses the topology hider module and
an incoming call being put onhold by the caller. The INVITE containing the sdp
a=sendonly is to the 172.19.162.1 (the topoh mask_ip) contact header from the
200 OK to the initial INVITE.
U 109.235.36.178:5060 -> 109.2
Indeed, which works for simple demos and fits on a single slide - the whole
purpose of that presentation. If someone is building a production system
they really need to understand the various use-cases they will see and
write their Kamailio configuration properly.
Regards,
Peter
On 6 April 2
Issue fixed: i just had to add the following line
dns_try_naptr=yes
to all the kamailio.cfg files of each of my IMS entity. I suggest to modify
accordingly the config files in each of the examples (pcscf, icscf, scscf)
in the master tree in order to make them properly working with the
kamailio_im
Hello,
(cross-posting because the results are impacting users)
recently I added a new module named evapi:
- http://www.kamailio.org/docs/modules/devel/modules/evapi.html
The purpose is to able to send custom messages to applications that
connect to kamailio via tcp on a special port (differe
On Tuesday 08 April 2014 14:08:03 Joel E White wrote:
> I just need to know the proper way to pass did information
uac_replace_from is the proper way, but you are not giving any information
about what you are setting and what the results are in the logs and sip
packets. So what is in syslog and
Hello,
can you share here the parameters for uac module?
Cheers,
Daniel
On 09/04/14 00:23, Alex Villacís Lasso wrote:
El 04/04/14 16:26, Alex Villacís Lasso escribió:
I am currently trying to replace a pure-Asterisk implementation of
SIP messaging through Websockets, with a Kamailio-4.1.2-b
Can you get the output of kamailio -v?
Also, send the backtrace for the corefiles taken with gdb - the logs
show that the core were generated (check / or the value of -w parameter):
gdb /usr/local/sbin/kamailio /path/to/core
bt full
To protect against such cases, you can use in config file:
Here are the logs from the first crash
Apr 3 13:13:59 tel-vc-fs03 /usr/local/sbin/kamailio[7602]: ERROR: tm
[../../forward.h:199]: msg_send(): msg_send: ERROR: udp_send failed
Apr 3 13:13:59 tel-vc-fs03 /usr/local/sbin/kamailio[7602]: ERROR: tm
[t_fwd.c:1609]: t_send_branch(): ERROR: t_se
Another thing I noted is that in usrloc module other parameters of Location
List page like Received, CallId, CSeq, Las Modified, Flags, User Agent etc
are not defined in kamailio.cfg. Yet they are showing concerned values. How
are they showing values ??
Regards,
Aawaise.
--
View this message in
Thanks. I either needed a good sleep or just to ask the question in a
public forum to remember the details.
But that said, I get the impression that setuser() only can handly a
literal string. What is the equivalent if I want to set the user part
to the value of a $var()?
Thanks,
-JimC
--
Jame
25 matches
Mail list logo