Maybe someone can make a blog post somewhere or an article on the wiki
(http://www.kamailio.org/wiki/) with this topic, putting there the
config, so it will help others in the future.
Cheers,
Daniel
On 20/07/14 20:42, Peter Villeneuve wrote:
Just to update the list in case anyone cares.
Indee
Hello,
there were some issues with pkgstats that I worked on in master branch.
Can you give it a try and see if works ok? If all fine, I will look at
backporting, but there were other changes I did in master for a bit more
optimizations for memory manager.
Cheers,
Daniel
On 18/07/14 18:22,
Hello,
can you try the patch from next commit?
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6559c4383858d472637807c6ec4dd1e0616507fa
If works ok, I will backport.
Cheers,
Daniel
On 18/07/14 21:04, Anthony Messina wrote:
In setting up Kamailio with MSILO, I've noticed t
I will give this a try on Tuesday and let you know. Thanks. -A
Quoting Daniel-Constantin Mierla :
Hello,
can you try the patch from next commit?
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6559c4383858d472637807c6ec4dd1e0616507fa
If works ok, I will backport.
Cheers
Hello,
If there are no changes in configuration script logic and in behavior of
main modules I can try it.
Hello,
there were some issues with pkgstats that I worked on in master
branch. Can you give it a try and see if works ok? If all fine, I will
look at backporting, but there were other ch
On Friday 18 July 2014 16:31:08 Moacir Ferreira wrote:
> Is it possible to create a static user/extension in Kamailio? I.e.: Have
> extension 11223344 being sent to IP address 192.168.0.100 while also not
> requiring this extension to authenticate when making calls.
Setting $rd to "192.168.0.100"
Hello,
On 21/07/14 10:32, Vitaliy Aleksandrov wrote:
Hello,
If there are no changes in configuration script logic and in behavior
of main modules I can try it.
I don't recall any major changes there, most probably the config will
just work with master branch. Let me know the results.
Cheer
On 20 Jul 2014, at 12:07, Alex Balashov wrote:
> On 07/19/2014 06:29 PM, James Cloos wrote:
>
>> I don't see anything relevant in the docs, nor greping the src, but in
>> case I missed something:
>>
>> Does the core, or do any of the modules support originating registration
>> requests to othe
Hi There,
i implemented a mapping via htable. For debugging purpose I use kamcmd
to see if the values are correctly filled. Doing so I discovered that
there is a problem getting the values of the keys, where the name is a
integer value. So it's the following behaviour:
Hello,
try to prefix the value with s: in command line.
It is kamcmd code that tries to detect if it is a number or not, the
pass it further to kamailio as integer or string. Using s: is
overwriting kamcmd auto-detect.
Cheers,
Daniel
On 21/07/14 13:26, Moritz Graf wrote:
Hi There,
i imple
Hi,
Hi Daniel,
check! ;) Thx a lot, working good!
root@kamailio-stage:~# kamcmd htable.get maptodest_ip s:1
{
item: {
name: 1
value: 001
}
}
Solved!
greetz Moritz
Am 21.07.2014 13:29, schrieb Daniel-Constantin Mierla:
> Hello,
>
>
Hi All,
I have an issue that I cant seem to get to the bottom of, I would
appreciate if someone could point me in the right direction.
I have 3 registrar's and would like to replicate the registration regest
from 1 to the other 2, I am trying this with t_replicate, the docs say
that to send
On 21/07/14 14:30, Moritz Graf wrote:
Hi Daniel,
check! ;) Thx a lot, working good!
Welcome,
Daniel
root@kamailio-stage:~# kamcmd htable.get maptodest_ip s:1
{
item: {
name: 1
value: 001
}
}
Solved!
greetz Moritz
Am 21.07.
Hello,
you may get similar results using t_cancel_callid(():
- http://kamailio.org/docs/modules/stable/modules/tmx.html#idm8272
For each call you have to store the call-id, cseq and the target user
somehow (e.g., using htable).
Then, when you have a registration, see if the user has an ongoin
On 20/07/14 01:15 PM, Olli Heiskanen wrote:
Hi,
...
There may be something off in my Asterisk configs since it's Asterisk
that responds 488, but see how Kamailio responds, SDP contains 2 similar
m= lines. Is there something I might be doing wrong in configuring
rtpengine? The INVITE going to th
Further update, it looks like append_branch is over-writing the original
request-uri, an ngrep shows the following for the 2 messages sent:
This one looks like the proper replicate for the original request
U 2014/07/21 14:56:29.781372 BACKUP_REGISTRAR_1:5060 ->
BACKUP_REGISTRAR_3:5060
REGISTE
hello all,
I would install kamailio with ASTERISK in realtime on CENTOS 6.5 x64.
I followed the tutorial aspito:
http://kb.asipto.com/asterisk:realtime:kamailio-4.0.x-asterisk-11.3.0-astdb
but its not work.
I have a problem with kamailio.cfg
Its not possible to start kamailio When I loadmodu
Hello,
Check the module path and make sure the same path is defined in kamailio.cfg.
In your case it might be under /usr/local/lib64/kamailio
Regards
Cibin
> On 21-Jul-2014, at 8:37 pm, ANTHONY HESNAUX wrote:
>
> hello all,
>
> I would install kamailio with ASTERISK in realtime on CENTOS 6.5
Hello,
If you want to check call authentication, you can perform the following.
CASE 1: Outside caller initiating a call to a user with the callerid set to a
valid username(callerid) in Kamailio
You will get the IP address from which the call is originated using ${SIPURI}.
Basically you have
On Monday 21 July 2014 17:39:30 Cibin Paul wrote:
> You will get the IP address from which the call is originated using
> ${SIPURI}. Basically you have to strip the ip address from ${SIPURI}. You
> can compare the same with the ip in location table of kamailio.
OT: SIPURI is parsed/constructed fro
I am
running Kamailio 4.1.4 and rtpproxy 1.2.0 on a dual-homed server. In another
server I have a Linux video MCU working on the private LAN. Everything works
quite nice from the private and Internet even if the client is behind a
firewall.
However, I
decided to host the MCU on the same serve
Thanks for the deedback Daniel. I thought there could be an easier way to do it
as we may have several devices like this. But as I got no other responses to my
query, then I guess this is the only way to do it!
Cheers!
Moacir
> From: dan...@pocos.nl
> To: sr-users@lists.sip-router.org
> Date: M
Thank you both for your replies which made me to get more familiar with
Asterisk's features/possibilities.
Is there something I could do with Kamailio to manage the problem?
Best,
Teijo
21.7.2014 20:01, Daniel Tryba kirjoitti:
On Monday 21 July 2014 17:39:30 Cibin Paul wrote:
You will get t
Hello,
I already check the mpath for the modules and its
mpath="/usr/local/lib/kamailio/modules_k/:/usr/local/lib64/kamailio/modules/«
do you have another idea ??
when i do /etc/init.d/kamailio start without loadmodule "uac.so"
Démarrage de kamailio : [ok]
when i do /etc/init.d/kamailio
Hello,
Maybe you do not load it after tm and rr modules?
Best,
Teijo
22.7.2014 8:58, ANTHONY HESNAUX kirjoitti:
Hello,
I already check the mpath for the modules and its
mpath="/usr/local/lib/kamailio/modules_k/:/usr/local/lib64/kamailio/modules/«
do you have another idea ??
when i do /e
its my kamailio.cfg
#!KAMAILIO
#!define WITH_MYSQL
#!define WITH_AUTH
#!define WITH_USRLOCDB
#!define WITH_ASTERISK
#
# Kamailio (OpenSER) SIP Server v4.0 - default configuration script
# - web: http://www.kamailio.org
# - git: http://sip-router.org
#
# Direct your questions about this
Just an update on this, it appears to send 2 REGISTER requests in
parellel to BACKUP_REGISTRAR_3, so it looks like the append_branch is
being added but its uri is set to BACKUP_REGISTRAR_3 (and not
BACKUP_REGISTRAR_2 as requested int the append_branch section)
On 21/07/2014 13:49, Asgaroth wro
28 matches
Mail list logo