Hi All,
I am trying to bring-up PCSCF on releae 4.4 and I am getting errors related
to loading of ims_dialog module.
The mpath is set correctly in kamailio.cfg and ims_dialog.so is present in
that path.
Interestingly, it is able to load rest of the modules from the same
locaiton.
ls -lrt /usr/loc
I changed this:
*modparam("ndb_redis", "server", "name=srvN;addr=127.0.0.1;port=6379;db=1")*
by it:
*modparam("ndb_redis", "server", "name=srvN;addr=127.0.0.1;port=6379")*
And began to work.
Thanks my friend !
Fabián -
El mié., 29 de jun. de 2016 a la(s) 14:01, SamyGo
escribió:
> Can you do th
I do not believe that functionality exists today.
On 29 June 2016 at 11:51, Vikram Chhibber wrote:
> No.
> I just need ipsec between UE and PCSCF along with support of
> Security-Client, Security-Server and Security-Verify headers.
> Basically, support for AKAv1-MD5 where SCSCF sends CK and IK i
No.
I just need ipsec between UE and PCSCF along with support of
Security-Client, Security-Server and Security-Verify headers.
Basically, support for AKAv1-MD5 where SCSCF sends CK and IK in
WWW-Authenticate header and PCSCF pushed security associations in the
kernel.
Please let me know.
On Wed, J
Do you mean you're wanting to know if you can setup a IPsec transport mode
connection between your P-CSCF, I-CSCF, S-CSCF? If so, that is all at the
OS level and not anything to do with Kamailio. Look at StrongSWAN,
OpenSWAN or Racoon IPsec/IKE implementations.
Thanks
On 29 June 2016 at 10:51,
Hi All,
I did not get any concrete information on whether PCSCF supports transport
mode ipsec in Kamailio release 4.4. It is mentioned that it is not
supported in release 4.0.
Could anyone please let me know the status on this?
Thanks,
Vikram
___
SIP E
Can you do the same with either reids on DB=1 or remove db=1 string from
the ndb_redis url.
redis-cli
127.0.0.1:6379> select 1
127.0.0.1:6379[1]> GHET usuario:2001 status
OR
*modparam("ndb_redis", "server", "name=srvN;addr=127.0.0.1;port=6379")*
If that doesn't help I'll be happy to share the r
Yes the ip for the [carr] is missing.
But I thought, the [gw ] should create the ack based on the transaction and
send it to the [carr]
My situation
Class5 system [c5] --> Loadbalancer kamailio (dispatcher module) [lbl] --->
gateway kamailio [gw] --> carrier [carr]
So who is doing a mistake? T
Hello,
as announced last week, I am planning to release a patch update from
branch 4.3, respectively v4.3.6, tomorrow. Today I backported what I
found to be relevant from branch 4.4 to 4.3. If anyone notices something
missing, reply on the mailing lists.
Cheers,
Daniel
--
Daniel-Constantin Mier
Your ACK is missing the right IP in the RURI (should be the one in the contact
header in the 200 OK) and the Route headers for every Record-Route in the 200
OK, if I understand well your scenario...
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of
Oliver Roth
Sent: 29
I removed the changes for the to header - so it is not touched all the time
200 ok from [carr]
SIP/2.0 200 OK
From: ;tag=sc1NXPTEST-4c9b51343502af61
To: ;tag=snl_0015024070
Call-ID: 5773d0ab9b30-5bau50gxp4en
CSeq: 1 INVITE
Via: SIP/2.0/UDP
185.49.222.44;branch=z9hG4bKbe7c.0f5ca21e3a66f41694ca7
Hi,
Does the ACK has the correct Router headers and R-URI? Maybe you can share the
200 OK and the ACK headers..
I had a similar issue 3 weeks ago.
Cheers, Francisco.
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of
Oliver Roth
Sent: 29 June 2016 15:55
To: sr-users@li
Hi all
Follow scenario
Class5 system [c5] --> Loadbalancer kamailio (dispatcher module) [lbl] --->
gateway kamailio [gw] --> carrier [carr]
I get Invites from [c5] with
Request ,To, from, contact, pid in national format 0794445566
[lbl] dispatches this to [gw]
For the [carr] I need internati
sorry with the mess i did with this issue, i had the digest configured
in my subscription and i was not getting the response, so i created 3
mails for the same
:(
El mié, 29-06-2016 a las 13:58 +0200, david escribió:
> hello all
>
> i have been taking a look to the rtpengine.c code and i found
sorry with the mess i did with this issue, i had the digest configured
in my subscription and i was not getting the response, so i created 3
mails for the same
:(
El mié, 29-06-2016 a las 13:58 +0200, david escribió:
> hello all
>
> i have been taking a look to the rtpengine.c code and i found
hello all
i have been taking a look to the rtpengine.c code and i found that the
issue has relation with the queried_nodes_limit which had 50 defalut
value, so before it was reached in the loop, we received a
request/response retransmision doing all the same.
anycase, the issue it's because when
Hi,
Solved this problem.
#!define DBURL
"postgres://asterisk:passw...@float.ing.ip.pgpool:/kamailio"
#!ifdef WITH_ASTERISK
#!define DBASTURL
"postgres://asterisk:passw...@float.ing.ip.pgpool:/asterisk"
#!endif
#!endif
I have changed below as follow.
#!define DBURL
"postgres://asterisk:pa
Hello there,
I'm evaluating if I can use dial-plan and dispatcher module to build a
kamailio routing server to route calls based on number dialed(sometimes the
number dialed can be Alphanumeric).
I'm expecting have lot of dial-plan entries, some of them with
manipulations, others without.
Anyone c
haha wow yea ok, that is one option.
I might investigate that.
Thanks !
On 29 June 2016 at 20:31, Daniel-Constantin Mierla
wrote:
> Hello,
>
> a solution: you can decrease/increase the debug parameter value via mi/rpc
> based on whether the ip is assigned or not to the host, like:
>
> kamctl mi
Hello,
a solution: you can decrease/increase the debug parameter value via
mi/rpc based on whether the ip is assigned or not to the host, like:
kamctl mi debug -2
The increase it to the default when the ip is assigned.
Cheers,
Daniel
On 29/06/16 11:47, jay binks wrote:
> Nah these are physical
Nah these are physical hosts in colocated DC space.
so just for clarity, the issue is not with the floating IP.
that works perfect, as does keepalived and net.ipv4.ip_nonlocal_bind =1
my ONLY issue is that the non master host logs a LOT of messages,
because it dosnt have the floating IP ( and thu
hello all
i have observed an issue using this parameter, which is useful in case
you deactivate a node from the rtpengine sets, to let the calls to
finish the negotiation.
but i have tested that if a node fails down in the middle of a call,
with that option activated, the kamailio gets blocked wai
> On 29 Jun 2016, at 11:29, Jan Hazenberg wrote:
>
> Hi,
>
> Found a error in the documentation of the DMQ module
> (http://kamailio.org/docs/modules/devel/modules/dmq.html#dmq.p.num_workers).
>
> In the documentation there is a example:
>
> modparam("dmq", "num_threads", 4)
>
> If i'm corr
Hi,
Found a error in the documentation of the DMQ module
(http://kamailio.org/docs/modules/devel/modules/dmq.html#dmq.p.num_workers).
In the documentation there is a example:
modparam("dmq", "num_threads", 4)
If i'm correct this should be:
modparam("dmq", "num_workers", 4)
Thanks,
Jan
_
Hi,
quick question:
Floating IP? Are you on Digital Ocean?
DigitalOcean has an issue with UDP checksums on Floating IPs. They've
been working on a fix, but that's not yet resolved.
Quote from our Ticket:
"We're definitely working on fixing this, but have managed to track
the issue upstream into
Sorry for my bad description. I want to get online user list on client
side. As you told - I think I'll put this info into the OPTIONS .
Thank you
2016-06-29 11:10 GMT+03:00 Daniel Tryba :
> On Tue, Jun 28, 2016 at 04:49:40PM +0300, Никита Лебедев wrote:
>> Good day! Can anyone point me to right d
On Tue, Jun 28, 2016 at 04:49:40PM +0300, Никита Лебедев wrote:
> Good day! Can anyone point me to right direction? The question is - I
> want to get list of registered users (to find out who is online at the
> moment) from sip server. I'm using kamailio on server side and exosip
> library on clie
So here are my listen lines.
listen=127.0.0.1
listen=1.2.3.4
listen=1.2.3.5
perhaps I can remove the localhost listen, but I doubt thats relevant here.
I have changed the IPS for the next 2 listen lines just so my IP's are not
on the list archive.
1.2.3.4 is my floating IP
1.2.3.5 is a fixed I
Thanks Sammy !
I tried that, but it's doesn't work.
Here below, both options:
*redis-cli*
127.0.0.1:6379> HGET usuario:2001 status
"online"
*kamailio.cfg*
if(redis_cmd("srvN", "HGET usuario:2001 status", "res")) {
xlog("L_INFO","array size: $redis(res=>size) - type: $redis(res=>type)
- value
hello all
i have observed an issue using this parameter, which is useful in case
you deactivate a node from the rtpengine sets, to let the calls to
finish the negotiation.
but i have tested that if a node fails down in the middle of a call,
with that option activated, the kamailio gets blocked wai
30 matches
Mail list logo