[SR-Users] Tsilo iOS Push Notifications with Kamailio/Asterisk Integration

2016-12-06 Thread Benjamin Fitzgerald
Hello, my goal is to address iOS 10's removal of periodic TCP connections in iOS apps with their replacement PushKit, a push-based alternative all VoIP apps should implement. In order to have iOS apps receive SIP calls in the background, I believe I need to use tsilo to suspend the INVITE transact

[SR-Users] Error using Siremis 4.3.0

2016-12-06 Thread Diogenes Aviles
I'm using Siremis 4.3.0 and PHP7. Installation was OK, but running siremis I have some problems in Administration-User Management. When I select an user there is the following error: [2016-12-06 23:18:47 (GMT)] An exception occurred while executing this script: Error message: #256, Unable to locat

[SR-Users] rtjson + uac + event - OK, ACK and BYE display name not updated

2016-12-06 Thread Diego Nadares
Hi Guys, We are modifying "from" and "to" headers with rtjson module via a json struct. It works fine in INVITE, TRYING, RINGING and OK but not in the following messages. Kamailio It's changing ONLY "from" and "to" URI BUT NOT the DISPLAY NAME. I think it's the tm module but I can't figure out how

Re: [SR-Users] Kamailio TM - t_set_fr

2016-12-06 Thread Daniel-Constantin Mierla
Hello, any error log messages? Any other t_set_fr() in your config file that may be executed? Cheers, Daniel On 06/12/2016 12:01, José Seabra wrote: > Hello there, > I'm using t_set_fr(0,2000) on calls to registered phones but by any > reason this isn't working, the call only enters on the fail

Re: [SR-Users] Getting destination ip

2016-12-06 Thread Daniel-Constantin Mierla
Hello, ok, I see. Not sure what sipcapture is exposing there. Cheers, Daniel On 06/12/2016 10:07, David Villasmil wrote: > Hello Daniel, > > Actually I'm working on Homer's Kamailio. So what I need is to get the > sending ip on replies. As far as I can see, there's currently no way > of doing t

[SR-Users] Kamailio TM - t_set_fr

2016-12-06 Thread José Seabra
Hello there, I'm using t_set_fr(0,2000) on calls to registered phones but by any reason this isn't working, the call only enters on the failure route after 30 seconds in case of no response from SBC/Phone, anyone has any idea what can be the reason for that? if(lookup("location")) {

Re: [SR-Users] VERY IMPORTANT: deciding when to remove the MI code

2016-12-06 Thread Daniel-Constantin Mierla
Hello, On 06/12/2016 08:54, ycaner wrote: > > Hello, > > you are right. some carrier route functions are missing.important of > them are dump and show methods.if i have time ,i can add them. > that will be great if you can contribute. Cheers, Daniel > Cheers. > > > 6.12.2016 10:48 tarihinde Dan

Re: [SR-Users] Getting destination ip

2016-12-06 Thread David Villasmil
Hello Daniel, Actually I'm working on Homer's Kamailio. So what I need is to get the sending ip on replies. As far as I can see, there's currently no way of doing this, that's why I patched sipcapture.c to expose $hep(src_ip) to get the sending ip address https://github.com/kamailio/kamailio/pull/