Hi,
I have the same experience with enabling end disabling rtpengines using
commands like kamctl fifo nh_enable_rtpp udp:xyz.
I tested in on kamailio 4.4.3
Currently I have my rtpengines' IPs in MySQL table. Here I can disable
or enable them. After changing parameters in rtpengine's table, I j
Hi,
I am using kamailio-4.3.x on CentOS 6.6, 6.8 as fine.
Kind regards,
Nori
> Hi
> I am using kamailio 4.2.x and now 4.4.x on RHEL 6 x86_64 and RHEL 7 x86_64.
> I does not have any issues regarding OS.
> --
> Best regards,
> Sergey Basov e-mail: sergey.v.ba...@gmail.com
>
Hi
I am using kamailio 4.2.x and now 4.4.x on RHEL 6 x86_64 and RHEL 7 x86_64.
I does not have any issues regarding OS.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
2017-02-02 0:05 GMT+02:00 Diego Nadares :
> Hi guys,
>
> We are using vmware to run kamailio.
Hi All.
I ave just try to temporary disable 1 of 2 RTPEngines.
It was disabled successfully all media dialogs was finished.
But when I have try to enable it I have kamailio crashed with error:
CRITICAL: [pass_fd.c:277]: receive_fd(): EOF on 121
Does anyone have such issue?
kamailio 4.4.5 on RHE
Hi,
It's clearly a good idea, I'm in, if possible.
Have a nice week.
--
Ludovic Gasc (GMLudo)
Lead Developer Architect at ALLOcloud
https://be.linkedin.com/in/ludovicgasc
2017-02-01 16:59 GMT+01:00 Daniel-Constantin Mierla :
> Some updates:
>
> - the reservation was increased to 25 seats, acc
Hi guys,
We are using vmware to run kamailio. The thing is that they give us support
only if we install Red Hat.
Did you test kamailio on RH? Any issues or things to have in mind?
What linux dist do you recommend?
Thanks!
Diego.
___
SIP Express Route
On Wed, Feb 01, 2017 at 10:41:47PM +0200, Juha Heinanen wrote:
> Is there a way to execute a named config route, such as an event_route,
> by an rpc command?
I'm not aware of one, but xhttp requests inherently trigger an event_route:
http://kamailio.org/docs/modules/4.4.x/modules/xhttp.html#idp4
Is there a way to execute a named config route, such as an event_route,
by an rpc command?
-- Juha
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/list
Our Kamailio 4.2.3 recently began seg-faulting in production. I ran a bt
full, but without the debuginfo I presume it isn't much use. We cannot
locate the original RPMs for this version to be able to obtain the
debuginfo RPM. We are running the kamailio-4.2.3-3.1.x86_64 RPM for
CentOS6. Anybody
Hello,
I am not familiar with carrierroute and its internals, but I guess it
sets either request uri ($ru) or dst uri ($du).
Now, if the ruri is sip:u...@domain.com, then kamailio will do dsn srv
to find out the target host port for sip service. If the ruri is
sip:u...@domain.com:5060, then kam
Some updates:
- the reservation was increased to 25 seats, accommodating everyone
that showed interest today.
- there is a little flexibility that few more people can be
accommodated on spot, but it is better to announce your intention as
soon as possible, because if there are too many, the spa
Hi Daniel,
I'm using table carrierroute with scan_prefix and rewrite_host fields to match
routing from DIDs to my servers and rewrite_host is like
sub.domain.com only.
do you like to add the hosts there with sub.domain.com:5060 ? or what ?
From: sr-users on
Hello,
I don't remember by heart if there is any option to control DNS SRV
records, but you can add the target port to the URI and then no SRV is
performed.
Cheers,
Daniel
On 01/02/2017 14:17, Ahmed Fouad wrote:
>
> Hi,
>
>
> I'm running kamailio version 4.1 and having the following DNS relat
Hi,
I'm running kamailio version 4.1 and having the following DNS related
configuration
use_dns_failover = off
dns_try_naptr = no
dns_udp_pref = -1
dns_try_ipv6 = off
dns_retr_time=1
dns_retr_no=1
dns_servers_no=1
dns_use_search_list=no
But still am seeing SRV record checks for my domains wh
What is the value you set for matching_mode parameter of usrloc module?
Cheers,
Daniel
On 01/02/2017 11:37, Aqs Younas wrote:
> Sorry, but still I am unable to make *ul_rm_contact* work.
>
> Here is what I tried again.
>
> root@debian:/usr/local/kamailio/sbin# ./kamctl ul show
> Domain:: loca
Sorry, but still I am unable to make *ul_rm_contact* work.
Here is what I tried again.
root@debian:/usr/local/kamailio/sbin# ./kamctl ul show
Domain:: location table=1024 records=1 max_slot=1
AOR:: 1040@192.168.1.10
Contact::
sip:1040@192.168.1.8:45573;rinstance=5494290a28
Hello there,
My DMQ cluster has 4 nodes and by some reason 2 of them lost the network
connectivity for long time(~ 4 hours), after the network of these 2 nodes
come back they didn't get connected on DMQ cluster automatically, i had to
restart kamailio to get them again on DMQ list.
My doubts here
As far as I know, Torrey already made the reservation. Monday evening I
estimated 20 participants given the feedback on the mailing lists or
directly to me. There were few seats extra, but they filled meanwhile.
If there are new participants from this moment on, I think that we have
to increase th
Adding the Free-RTC mailing list - anybody else want to join the dinner
that is being proposed for Saturday night at FOSDEM?
Have any details been confirmed? Is there a deadline or maximum number
of people?
On 20/01/17 10:38, Alexandr Dubovikov wrote:
> Hi Daniel,
>
> IMHO we can do like last
El Wed, 1 Feb 2017 09:04:41 +0100
Daniel-Constantin Mierla escribió:
> Hello,
>
> some of the parameters in the bt stack are invalid. Are you using stock
> kamailio 4.4? Any backports or private modules?
>
> Also, are you using acc module?
Hi Daniel
No custom modules, nor acc modules.
loadm
Hello,
looking in the code, the sdp_with_transport() does a strict/exact match
on the transport part - the parameter of the function must be exact
value in the sdp. The sdp_with_transport_like() does a fuzzy match - the
parameter of the function must be part of the value in the sdp.
Therefore, if
Hello,
some of the parameters in the bt stack are invalid. Are you using stock
kamailio 4.4? Any backports or private modules?
Also, are you using acc module?
Cheers,
Daniel
On 31/01/2017 19:06, Jon Bonilla (Manwe) wrote:
> Hi all
>
> A server running version 4.4.4+0~20161223011227 has segfaul
Hello,
see comments inline ...
On 01/02/2017 01:12, Aqs Younas wrote:
> Greetings list,
>
> I am trying to remove a specific contact from memory but always
> resulted in vain.
>
> root@debian:/usr/local/kamailio/sbin# ./kamctl ul show
> Domain:: location table=1024 records=1 max_slot=1
>
23 matches
Mail list logo