[SR-Users] push notification via lua script on tsilo module

2020-03-02 Thread max
I am expert in voip solution such as Asterisk and familiar with Kamailio .in one of our project we use the linphone app as a client mobile and we have to solved registering issue when extension has been unregistered in background mode. so i try to implement this scenario according federico

Re: [SR-Users] (no subject)

2020-03-02 Thread ahmed moghazy
I know that but i want voip program to be used with kamailio using tls i you could suggest one , thank you Sent from my iPhone > On Mar 3, 2020, at 5:54 AM, M S wrote: > >  > Dude again, RTFM! > > The TLS module has a quick how-to generate client and server certificates. > Both must be

Re: [SR-Users] I need to configure apns push notification in kamailio

2020-03-02 Thread master1024
Hello Team, I already read this and attempt to implement that but $sht is creating problem for me. and it is not working for me. Sent with [ProtonMail](https://protonmail.com) Secure Email. ‐‐‐ Original Message ‐‐‐ On Monday, March 2, 2020 11:14 PM, M S wrote: > Here is a good

Re: [SR-Users] Kamailio - Force UAC to re register

2020-03-02 Thread Yuriy Gorlichenko
I see here scenario that probably will help you: You can use asterisk real time db to share address of record between nodes. In that case any asterisk will be able to know Where to send request if some one calls to client. I coming registration you will need to route based on your dispatcher list

[SR-Users] Kamailio - Force UAC to re register

2020-03-02 Thread Sharad Kumar
Hey guys, I am implementing one scenario where I want the help of very smart people. So let’s say one UAC 999 registers to Asterisk 1 server via kamailio and asterisk 1 server goes down. Is there any way I can move that registration to another asterisk server or is there any way I can force UAC

Re: [SR-Users] out of shm without any visible reason

2020-03-02 Thread Juha Heinanen
Here is some more details about the shm usage. Usage was steady at about 10 MB until time 17:05. Then it usage started to steadily grow during 15 min period and 17:21 hit 80 MB at which point tm.clean was executed. After that usage dropped straight back to 10 MB level. How is that possible,

Re: [SR-Users] (no subject)

2020-03-02 Thread M S
Dude again, RTFM! The TLS module has a quick how-to generate client and server certificates. Both must be issued by same CA and server must have all issued certificates along with CA, CRL and private key. The whole directory structure and what to put where is listed, along with how to configure

Re: [SR-Users] out of shm without any visible reason

2020-03-02 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > The $stat(name) can be used for any internal statistic. I think it takes > only the name of statistic, not the group, so something like > $stat(free_size). Thanks, free_size and the others in core.shmmem { total: 67108864 free: 58274976

Re: [SR-Users] out of shm without any visible reason

2020-03-02 Thread Juha Heinanen
What kind of delay there is on cleaning of an expired transaction? I'm asking, since tm.clean released lots of shm. -- Juha ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org

Re: [SR-Users] Siremis web interface issue -- siptrace module active

2020-03-02 Thread Bugaian A. Vitalie
Thanks. On Mon, Mar 2, 2020 at 8:34 PM Bugaian A. Vitalie wrote: > Yes, it works. > > Gata a pornit :) > > On Mon, Mar 2, 2020 at 10:06 AM Daniel-Constantin Mierla < > mico...@gmail.com> wrote: > >> Can you try with latest master branch? The sub-view relation between >> records list and

Re: [SR-Users] Siremis web interface issue -- siptrace module active

2020-03-02 Thread Bugaian A. Vitalie
Yes, it works. Gata a pornit :) On Mon, Mar 2, 2020 at 10:06 AM Daniel-Constantin Mierla wrote: > Can you try with latest master branch? The sub-view relation between > records list and detailed view was no longer working due to some api > changes, so now the details are seen when clicking on

Re: [SR-Users] (no subject)

2020-03-02 Thread ahmed moghazy
I put my own certficate in /res/raw/rootca.pem in linphone Sent from my iPhone > On Mar 2, 2020, at 7:40 PM, M S wrote: > >  > Please read the tls module documentation, > > https://kamailio.org/docs/modules/devel/modules/tls.html#tls.p.require_certificate > > when enabled it requires

Re: [SR-Users] I need to configure apns push notification in kamailio

2020-03-02 Thread M S
Here is a good starting point for you. Adapt and extend as needed in your setup. https://medium.com/@denys.pozniak/apple-push-notification-with-kamailio-eeca2f8e08d Hope this helps. On Mon, 2 Mar 2020, 12:39 master1024, wrote: > Hello Team, > Kindly explain your 1st step, The IOS app must

Re: [SR-Users] (no subject)

2020-03-02 Thread M S
Please read the tls module documentation, https://kamailio.org/docs/modules/devel/modules/tls.html#tls.p.require_certificate when enabled it requires client to present certificate, but client does not have one, which is the likely cause of the problem. Hope this helps. On Mon, 2 Mar 2020,

Re: [SR-Users] Unexpected behavior on tmrec with monthly recurrence

2020-03-02 Thread Daniel-Constantin Mierla
Thanks for troubleshooting further and reporting back. I actually looked a bit to the code and indeed the months seems to be 0-11. Can you check if the code matches with the one in cpl-c module. The tmrec library I wrote long time ago was embedded in cplc back in the days of 2003-2005, inside the

Re: [SR-Users] Unexpected behavior on tmrec with monthly recurrence

2020-03-02 Thread David Gonçalves
During our tests with yearly scenarios, we think we found two unexpected behaviors. First, on the documentation, it is indicated that months can have a value between 1-12. However, we think that acceptable values can be between 0-11. Second, we tested a yearly recurrence on the last day of the

Re: [SR-Users] Strange behaviour on $tu

2020-03-02 Thread Daniel-Constantin Mierla
If the URI is not enclosed in between angle brackets, then the parameters after first ; are header parameters, not uri parameters. So in such case the uri ends at first ; . Cheers, Daniel On 02.03.20 14:34, Duarte Rocha wrote: > Hello, > > It's not enclosed in angled brackets. I can test it with

Re: [SR-Users] Strange behaviour on $tu

2020-03-02 Thread Duarte Rocha
Hello, It's not enclosed in angled brackets. I can test it with angle brackets if you want :) A segunda, 2/03/2020, 13:32, Daniel-Constantin Mierla escreveu: > Hello, > > is the uri enclosed in angle brackets? Or is just plain value that you > pasted below? > > Cheers, > Daniel > > > On

Re: [SR-Users] Strange behaviour on $tu

2020-03-02 Thread Daniel-Constantin Mierla
Hello, is the uri enclosed in angle brackets? Or is just plain value that you pasted below? Cheers, Daniel On 02.03.20 14:24, Duarte Rocha wrote: > Greetings,  > > I have a cenario with the following header To = > "sip:111234567890;npdi@111.222.333.444" > > If i print $tu I got

[SR-Users] Strange behaviour on $tu

2020-03-02 Thread Duarte Rocha
Greetings, I have a cenario with the following header To = "sip:111234567890;npdi@111.222.333.444" If i print $tu I got "sip:111234567890". If i print $hdr(To) I get "sip:111234567890;npdi@111.222.333.444". If i don't include the "npdi" or any other user parameters, it works fine Is this the

Re: [SR-Users] How to detect NAT during authenticated registration of clients which adjust the headers

2020-03-02 Thread Awal Junanto
Because I may need to bridge media when another client who may not handle NAT that well calls this client. On Fri, 28 Feb 2020 at 18:05, Yuriy Gorlichenko wrote: > But why it becomes a problem? It looks like client reloves NAT issue on > his side. So during the call of this user you will send

Re: [SR-Users] How to detect NAT during authenticated registration of clients which adjust the headers

2020-03-02 Thread Awal Junanto
Hi David, Sorry for the late reply, but here it is: My config: if(is_method("REGISTER")){ if (is_present_hf("Authorization")) { route(ATTEMPT_AUTHORIZATION); } else { add_uri_param("nat=yes"); auth_challenge("$fd", "0"); exit; } } Challenge and response: SIP/2.0 401

Re: [SR-Users] I need to configure apns push notification in kamailio

2020-03-02 Thread master1024
Hello Team, Kindly explain your 1st step, The IOS app must what what kind of parameters and how many parameters we needed ??? Sent with [ProtonMail](https://protonmail.com) Secure Email. ‐‐‐ Original Message ‐‐‐ On Thursday, February 27, 2020 6:38 PM, M S wrote: > Push notification

Re: [SR-Users] using kamailio as sip server

2020-03-02 Thread Mack Hendricks
In regards to dSIPRouter, pyspark shouldn’t stop your install. Please post your error message to our google group: https://groups.google.com/forum/#!forum/dsiprouter Sent from my iPhone > On Mar 2, 2020, at 2:10 AM, Mohammad Reza

Re: [SR-Users] out of shm without any visible reason

2020-03-02 Thread Daniel-Constantin Mierla
On 01.03.20 21:53, Juha Heinanen wrote: > John Petrini writes: > >> The times we've seen this is when transactions are waiting on something so >> they pile up consuming shared memory. Do you have any database lookups or >> calls out to external services or scripts? > John, > > Thanks for your

Re: [SR-Users] Siremis web interface issue -- siptrace module active

2020-03-02 Thread Daniel-Constantin Mierla
Can you try with latest master branch? The sub-view relation between records list and detailed view was no longer working due to some api changes, so now the details are seen when clicking on the record on the list, with detailed page for detailed view. Let me know if works ok. Cheers, Daniel