Hello,
On 03/11/15 05:31, Daniel W. Graham wrote:
>
> Looking for some clarification / direction on setting up forking.
>
>
>
> I have configured clients to use q-value and is stored in location
> table. I see several examples as described in TM module documentation
> but does not mention use of
Looking for some clarification / direction on setting up forking.
I have configured clients to use q-value and is stored in location table. I see
several examples as described in TM module documentation but does not mention
use of lookup() function.
Per registrar documentation-
lookup()
The fu
Hello,
On 14/10/15 08:48, Nahum Nir wrote:
> Hi All,
>
> I had a working Kamailio with Siremis. I upgraded wanted a new cfg
> file (big mistake, I know).
> I defined the DBURL at kamailio.cfg and the server start without
> errors, users can register but I can not make calls and Siremis missed
> ca
Hello,
have you loaded the rtpproxy module?
Cheers,
Daniel
On 15/10/15 13:17, amar Smart Telecom wrote:
> Hi,
>
>
> Below is the error before and after:
>
>
>
> root@smart:~#
> root@smart:~#
> root@smart:~#
> root@smart:~# systemctl status kamailio.service -l
> รข ka
On 02/11/15 18:52, Daniel Tryba wrote:
> On Monday 02 November 2015 17:28:29 Daniel Bryars wrote:
>> So I'm investigating if it's possible to fix up the number and add the + in
>> Kamailio. Clearly I could detect if the number starts with 44 and change
>> this to +44, but this seems very brittle
Hello,
you need certificate/key without password, because kamailio cannot enter
it to load the files.
Cheers,
Daniel
On 02/11/15 09:55, Ahmed Salem wrote:
> Hi ,
> I added the certificate and the private key but it didn't work.
> When I created my certificate I added a passphrase does it matter?
Hey Max,
You should know that pstn.gw_ip is not a keyword in Kamailio and it
could've been pstn.lol_gw or anything. What really matters is that you know
where this gw_ip is being used in configuration.
Somewhere in the kamailio.cfg you'll see a PSTN route which will be doing
some RURI checks and t
On Monday 02 November 2015 17:28:29 Daniel Bryars wrote:
> So I'm investigating if it's possible to fix up the number and add the + in
> Kamailio. Clearly I could detect if the number starts with 44 and change
> this to +44, but this seems very brittle (what about other international
> numbers) - i
Hello,
I have a requirement to normalise a number to an international E164 inside
Kamailio.
In my scenario I'm receiving a call from "a platform", and then making a call
out to the same platform. I'm then adding some services to that call (e.g.
recording it) on the way through.
The problem is
Hi.
I'd like to use Kamailio as a SIP proxy routing calls to upstream SIP provider.
As far as I've understood the parameters I should set are:
pstn.gw_ip = "" desc "PSTN GW Address"
pstn.gw_port = "" desc "PSTN GW Port"
The problem is that my upstream provider uses dynamic IP for its server. How
On Monday 02 November 2015 15:08:16 Thibault Gueslin wrote:
> Thank you for your answer.
>
> However in my case (4.3.3 with tcp enabled), the 2 lines with port neither
> lines with 0.0.0.0 are working.
Well, if you want tcp you need to add that as listen proto. Making my answer
that listen... is
Thank you for your answer.
However in my case (4.3.3 with tcp enabled), the 2 lines with port neither
lines with 0.0.0.0 are working.
2015-11-02 10:23 GMT+01:00 Daniel Tryba :
> On Friday 30 October 2015 18:35:18 Thibault Gueslin wrote:
> > Hopefully it is possible to write:
> > listen=udp:et
Hello,
likely to be there -- let's see how things go and if the weather is nice
:-).
The devroom for RTC was approved, so there will be one day with specific
presentations -- it is what Daniel Pocock announced here.
Cheers,
Daniel
On 02/11/15 10:55, Sven Neuhaus wrote:
> Hi,
>
> I plan to atten
Hello,
register_myself set to 1 makes the 'myself' condition match the records
from domain table. But it doesn't make is_uri_host_local() to match the
listen IP addresses, unless those IP addresses are also added in the
domain table. it was this behavior from its first implementation.
You can use
Hey Guys,
I was recently playing with "register_myself" setting of the domain
module (which I was the impression that I have used it successfully in
the past) and I have the feeling it does not longer behave.
I have the following config:
"""
modparam("domain", "db_url", DBURL)
modparam("doma
Hi,
I plan to attend FOSDEM 2016, anyone else?
The deadline for the devrooms has passed, however.
Regards,
-Sven Neuhaus
signature.asc
Description: OpenPGP digital signature
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
On Friday 30 October 2015 18:35:18 Thibault Gueslin wrote:
> Hopefully it is possible to write:
> listen=udp:eth0:5060
>
> to avoid to specify the IP.
listen=udp:0.0.0.0:5060
listen=udp:0.0.0.0:5228
should be equivalent to
port=5060
port=5228
___
SIP
Hi ,
I added the certificate and the private key but it didn't work.
When I created my certificate I added a passphrase does it matter?
Thanks
Ahmed
On Mon, Oct 26, 2015 at 10:01 AM, Daniel-Constantin Mierla <
mico...@gmail.com> wrote:
> Hello,
>
> On 24/10/15 15:16, Ahmed Salem wrote:
> > Hi,
>
Hello,
On 27/10/15 12:17, Sebastian Damm wrote:
> Hi,
>
> when inspecting dmq a bit further, I found that in fact there is an
> autodiscovery built in. When I told registrar 1 and registrar 2 to
> send to receiver, and told receiver to only send to itself, everything
> worked. Until the receiver w
Hello,
the rtpproxy_sock is a parameter of rtpproxy module, not nathelper. It
used to be there, but very many versions ago.
For rtp issues, look at sdp and see if the rtpproxy is engaged properly
for both caller and callee.
Cheers,
Daniel
On 02/11/15 04:11, Infinicalls Infinicalls wrote:
> Hi,
Hello,
thanks for troubleshooting this issue.
Can you make a pull request on github.com kamailio project? Then we can
review and analyze better the impact. Ultimately, we can make this a
config options, as i think it is something good to have. The option
could be the value after which the delta i
Hello,
On 29/10/15 09:40, Jonathan Hunter wrote:
> Sorry Daniel, missed off list!
>
> Hi Daniel,
>
> Great thanks for that response, I have been working with AVPs and Im
> almost there.
>
> I will certainly check out the jansson module, is that new to 4.3 as
> Im currently on 4.2?
iirc, is in 4.3
As written in the previous reply I just sent, the error is not related
to crl handling, but to the fact that the client doesn't sent its own
certificate.
Cheers,
Daniel
On 26/10/15 19:37, Vladimer Gabunia wrote:
> problem is urgent
>
> this is my CRL list file content:
>
> -BEGIN X509 CRL---
Hello,
is the client presenting a ssl certificate? Because the server requires
that and it seems the client doesn't sent one.
Cheers,
Daniel
On 26/10/15 15:44, Vladimer Gabunia wrote:
> this error i get back in Kamailio .log
>
> TLS accept:error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE
On 28/10/15 15:49, Alessio Casco wrote:
> Hello!
>
> Thanks to @cezar91 we finally spot the issue, basically kamailio it's
> transforming t_code=0 (timeout) to 408 and the dispatcher module sees
> this last value.
>
> Oct 28 14:16:32 net21-test /usr/sbin/kamailio[31911]: DEBUG: tm
> [t_reply.c:13
Hello,
no, 3.0+ is incompatible with 1.x.
If upgrade is not an option, either you have to write C code or
implement it via some external script (e.g., using exec module).
Cheers,
Daniel
On 30/10/15 11:37, Evgeniy Ivanov wrote:
> Unfortunately, I can't to upgrade to new version. Can i compile an
26 matches
Mail list logo