I have an error when i put the sentence #!define WITH_TLS, when i restart my
kamailio i have an error, i already add to modules.tls the modules like
mysql, and websockets. If you have some idea that what is the problem,
please tell me
--
View this message in context:
http://sip-router.1086192.
Hi,
The problem is kamailo trying to connect the default port number 5347.
The ejabbred port number is 5280.
so I added the following line in configuration file then the issue
resolved.
" modparam("xmpp", "xmpp_port", 5280) "
Thank you
kevin
On Mon, Feb 8, 2016 at 1:29 PM, Daniel-Constantin
Use pastebin.com or something ?
On Feb 11, 2016 18:32, "malik sherif" wrote:
> While the full debug log is being approved, I just copy and paste some of
> the log.
>
>
> 2016-02-11 11:38:42.469315 [DEBUG] switch_core_codec.c:246 sofia/internal/
> 1...@newkama.abdulkamailiosip.com Restore previous
Hello,
When I load a page with SIPml and some php ==> 'kamctl add
$username' command, the sip user is created by the SIPml-api. (user
created permanently inside the DB)
When I load a page with SIPml and some php ==> 'kamctl ul add
' command,
the sip user
While the full debug log is being approved, I just copy and paste some of the
log.
2016-02-11 11:38:42.469315 [DEBUG] switch_core_codec.c:246
sofia/internal/1...@newkama.abdulkamailiosip.com Restore previous codec PCMU:0.
2016-02-11 11:38:42.549341 [DEBUG] mod_voicemail.c:2806 Deliver VM to
10
Just tried this again and it does actually work as expected. No idea what I was
doing incorrectly before.
Cheers
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Phil
Lavin
Sent: 11 February 2016 15:34
To: mico...@gmail.com; Kamailio (SER) - Users Mailing List
Subje
Thanks Sammy again,
I just post the log debug.
Thanks
Abdul
From: sr-users on behalf of SamyGo
Sent: Thursday, February 11, 2016 5:41 PM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Fw: Kamailio and freeswitch integration for SBC
Share l
Share logs here as well, might help update the integration guide.
Following are the major reasons why you'll fall into the voicemail
application:
1 - FS failed to Dial to Kamailio, probably unable to reach Kamailio or
syntax problem in the originate/bridge etc
2 - FS dialled to Kamailio but the r
Hello Sammy,
I used both the gateway method and external, the result is the same it goes the
voicemail. I enabled debug on FS an should I post my question to FS? I followed
the steps that was in kamailio to integrate kamailio and FS to setup SBC and
that way I posted on kamailio site.
Thanks
Hi,
> One more thing observed in tcpdump, In DNS answer getting IP of
> server.net1.test(10.0.0.9), This might be issue that REGISTER request is
> trying
> to communicate with 10.0.0.9 instead of 10.0.0.11(I-CSCF). Please any
> suggestions.
Yes, of course. That is the reason.
When the register r
Hello,
I want to use only Cassandra DB for Kamailio. Is this possible? If it yes, how
can I do that?
For example, if I replace the DBENGINE as DB_CASSANDRA can I use it like this?
Thank you.
Regards.
___
SIP Express Router (SER) and Kamailio (OpenSER)
Hello Daniel,
There were 6 coredumps with the 6 errors messages:
Feb 3 17:58:30 /usr/local/sbin/kamailio[18360]: :
[mem/q_malloc.c:149]: qm_debug_frag(): BUG: qm_*: fragm. 0x7fad9de32df0
(address 0x7fad9de32e20) end overwritten(676f6c6169443d6f,
32205044535f6369)!
Feb 3 17:58:31 /usr/lo
Thanks for the info. In this case, why did (!pike_check_req()) fail to work but
(pike_check_req() == -2) worked?
Cheers
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of
Daniel-Constantin Mierla
Sent: 11 February 2016 14:39
To: Kamailio (SER) - Users Mailing List
Subj
On 02/10/2016 03:58 PM, Daniel-Constantin Mierla wrote:
> CC-ed Victor -- iirc, he was the author of the functions for multi-part
> body -- maybe he remembers the rules for these function, if they take
> 0x0 as terminator or not.
Please set debug mode and please provide the relevant output
sig
Hello,
yes, the return codes are interpreted in a special way, see:
- http://www.kamailio.org/wiki/cookbooks/devel/core#return
Same applies for the functions exported by the modules.
Cheers,
Daniel
On 11/02/16 13:41, Phil Lavin wrote:
>
> Hi all,
>
>
>
> Just a sanity check, really. Does Kam
> On 11 Feb 2016, at 13:22,
> wrote:
>
> One more thing observed from logs here is REGISTER request don’t have
> username (username is not there in request line),
>
Please check RFC 3261. A register r-uri is a domain or a server, not a username
based URI.
/O
smime.p7s
Description: S/MIM
Hi all,
Just a sanity check, really. Does Kamailio consider negative response codes to
be false? For example, should the following log execute?
if (!foo()) { # Returns -2
x_log("Foo is false");
}
The reason for asking here is that I'm implementing flood protection using
pike, based off th
Hi Team,
Working on Kamailio setup with IMS components(P-CSCF, I-CSCF, S-CSCF).
Assigned IP's:
hss/server-10.0.0.9
P-CSCF-10.0.0.10
I-CSCF-10.0.0.11
S-CSCF-10.0.0.12
Here tried to send an REGISTER request from Boghe IMS client, the register
request should go from P-CSCF to I-CSCF, here P-CSCF
Hello,
I checked the docs and indeed sip.js supports GRUU (haven't heard of this
before).
I will try with it.
Thanks,
Takeshi
On Thu, Feb 11, 2016 at 6:01 AM, Daniel-Constantin Mierla wrote:
> Hello,
>
> if the client UA does GRUU (iirc, jssip supports that, sip.js started as a
> fork of jssip)
Hello,
you should enforce specific routing only for initial INVITE. Along with
that do record_route() and for requests within dialog use loose_route()
+ t_relay() in order to keep the same path of singaling for same dialog.
If you look at the default kamailio.cfg, it uses the record routing
mecha
Hello,
I would like some advice about a situation i have encountered recently. I'm
using Kamailio 4.3.4 as a "proxy" : I have a media server, and to reach this
server all the requests have to pass through my Kamailio server. The Kamailio
server does not have to handle authentification or regist
21 matches
Mail list logo