[SR-Users] integrate huawei HSS with kamailio

2018-06-13 Thread eyas barhouk
hello dears i'm trying to integrate kamailio IMS with Huawei Hss instead of Fraunhofer HSS , so is there any one has an experiment with this or tested it before ??? if yes, could you please guide me how to do that ? or where to start ? thanks in advance

Re: [SR-Users] can't assign values to $fU

2018-06-13 Thread Karthik Srinivasan
or rather a list of the pseudo vars that fall under the special case; assuming this list is smaller. On Wed, Jun 13, 2018 at 4:05 PM, Karthik Srinivasan wrote: > Henning, > > Thanks for the explanation. This does clear it up for me. > > Do you happen to know if there is a list of pseudo vars

Re: [SR-Users] Using a var as timeout value in dlg_set_timeout_by_profile function

2018-06-13 Thread Henning Westerholt
Am Dienstag, 12. Juni 2018, 13:51:24 CEST schrieb je...@cyberchaos.nl: > I'm trying to use the dlg_set_timeout_by_profile in the xhhtp route to > update the dialog timeout for active calls. But if i use a var as the > timeout value the call disconnects immediately. > > > This works fine (call

Re: [SR-Users] Memory leak in tm with push notifications

2018-06-13 Thread Henning Westerholt
Am Mittwoch, 13. Juni 2018, 09:51:45 CEST schrieb Jurijs Ivolga: > I think I have this issue and I'm using 4.4 and I can't use master for now. > I tried to cherry pick this 2 commits, but unfortunately it do not work. > > For example commit 5fe2a1a1c67b550431dcae3c98701073f7edd953 make changes in

Re: [SR-Users] can't assign values to $fU

2018-06-13 Thread Henning Westerholt
Am Mittwoch, 13. Juni 2018, 20:28:13 CEST schrieb Alex Balashov: > On Wed, Jun 13, 2018 at 01:26:07PM -0500, Karthik Srinivasan wrote: > > Could you explain why we need to call this function when manipulating $fU > > ? > > Some PV manipulations work that way, others don't. :-) "Because >

Re: [SR-Users] can't assign values to $fU

2018-06-13 Thread Alex Balashov
On Wed, Jun 13, 2018 at 01:26:07PM -0500, Karthik Srinivasan wrote: > Could you explain why we need to call this function when manipulating $fU ? Some PV manipulations work that way, others don't. :-) "Because Kamailio". -- Alex Balashov | Principal | Evariste Systems LLC Tel: +1-706-510-6800

Re: [SR-Users] can't assign values to $fU

2018-06-13 Thread Karthik Srinivasan
Alex, You are correct. msg_apply_changes works. I am a bit confused on why this is so. I have manipulated $rU for example without having to call msg_apply_changes. Could you explain why we need to call this function when manipulating $fU ? Thanks, Karthik On Wed, Jun 13, 2018 at 12:44

Re: [SR-Users] Forbidden - Private identity not found (Authorization: username)

2018-06-13 Thread eyas barhouk
Dear Carsten after looking on the log file on s-cscf i found the following errors : ERROR: ims_auth [cxdx_mar.c:151]: async_cdp_callback(): No private identity specified (Authorization: username) ERROR:

Re: [SR-Users] can't assign values to $fU

2018-06-13 Thread Alex Balashov
You may need to run msg_apply_changes() before this change is immediately visible in route script. On Wed, Jun 13, 2018 at 12:45:19PM -0500, Karthik Srinivasan wrote: > From the online documentation:$fU - From URI username > > *$fU* - reference to username in URI of 'From' header > > It is

[SR-Users] can't assign values to $fU

2018-06-13 Thread Karthik Srinivasan
From the online documentation:$fU - From URI username *$fU* - reference to username in URI of 'From' header It is R/W variable (you can assign values to it directly in configuration file) But i am no able to assign values to $fU. Has anyone experienced this? Snippet of code in the

Re: [SR-Users] TLS module and IPv6 (using tls.cfg).

2018-06-13 Thread Joel Serrano
Hi All, Just a follow-up: I was able to do some more test in lab last night, this format works as long as you have the equivalent `listen` param in kamailio.cfg: ...kamailio.cfg: listen=tls:[:::::::]:5061 ... ...tls.cfg:

Re: [SR-Users] Registration of UACs i n a partially encrypted scenario

2018-06-13 Thread Daniel Tryba
On Tue, Jun 12, 2018 at 03:05:47PM +0200, mip FKF wrote: > We have a number of UACs in a small network which are required to > communicate without encryption because the are not able to consume > certificates. We want to use kamailio (as a proxy?) to establish an > encrypted connection to a

Re: [SR-Users] Question on Contact Header on Kamailio 200 OK to PBX

2018-06-13 Thread Floimair Florian
Yes it should, but only if “rewrite_contact” is set to “no” for the endpoint (chan_pjsip). With best regards Florian Floimair Innovation - Software-Development COMMEND INTERNATIONAL GMBH A-5020 Salzburg, Saalachstraße 51 http://www.commend.com Security and

Re: [SR-Users] Asterisk inviting Kamailio

2018-06-13 Thread Pan Christensen
This question probably belongs in the asterisk forum, but here's a quick answer: It's most likely a reINVITE in order to modify the existing session. Compare it to the original and see if anything has changed (like the codecs in the SDP). Med vennlig hilsen Pan B. Christensen Utvikler Phonect

Re: [SR-Users] Asterisk inviting Kamailio

2018-06-13 Thread Sergiu Pojoga
Could it be a reINVITE? On Wed, Jun 13, 2018, 6:48 AM Wilkins, Steve, wrote: > Hello All, > > > > I have noticed that sometimes when a call is made from one endpoint to > another through Asterisk via Kamailio, Asterisk sends an INVITE to Kamailio > even after the call has been established.

[SR-Users] Asterisk inviting Kamailio

2018-06-13 Thread Wilkins, Steve
Hello All, I have noticed that sometimes when a call is made from one endpoint to another through Asterisk via Kamailio, Asterisk sends an INVITE to Kamailio even after the call has been established. Sometimes this does not happen. When it does happen, calls drop. Why would an INVITE be

Re: [SR-Users] Memory leak in tm with push notifications

2018-06-13 Thread Jurijs Ivolga
Hi, I think I have this issue and I'm using 4.4 and I can't use master for now. I tried to cherry pick this 2 commits, but unfortunately it do not work. For example commit 5fe2a1a1c67b550431dcae3c98701073f7edd953 make changes in function t_continue_helper, but 4.4 do not has such function, it

[SR-Users] outbound flow tokens and kamailio restart

2018-06-13 Thread Pan Christensen
Hello all. I have created a WebRTC to SIP gateway. I implemented it using the outbound module. If I restart Kamailio during a call, subsequent messages fail to be routed. {1 322 BYE 218565972_26748892@x.x.x.x} INFO: outbound [outbound_mod.c:261]: decode_flow_token(): flow-token failed

[SR-Users] Registration of UACs i n a partially encrypted scenario

2018-06-13 Thread mip FKF
Hello, we are pretty new to SIP and kamailio, we do have some questions regarding the following scenario: We have a number of UACs in a small network which are required to communicate without encryption because the are not able to consume certificates. We want to use kamailio (as a proxy?) to