Re: [SR-Users] A real mystery - 1.5.x vintage edition!

2016-04-14 Thread Federico Cabiddu
Never tried, but looks like it could work, at least in the "modern" code. Cheers, Federico On Thu, Apr 14, 2016 at 8:53 AM, Alex Balashov wrote: > This can probably still be "overridden" manually in a failure_route[], > even though it's not the prettiest option. e.g. > > failure_route[1] { >

[SR-Users] RFC6442: geolocation

2016-04-14 Thread Michael Jepson
Hello everybody, Can anybody help me out with sending a geolocation in the SIP messages that Kamailio sends? In order for the emergency telephone number to work properly, we need to send the location of our SIP trunk customers along with their INVITE when calling the emergency phone numbers. Is

[SR-Users] sipcapture module

2016-04-14 Thread Ali Taher
Hello, I'm using sipcapture module in Kamailio to capture sip packets and save them into mysql database. Everything is working as expected and I got the packets registered in the database , yet I'm wondering if there is a way to open these packets directly in Wireshark , or do I need an interm

[SR-Users] sipcapture module with wireshark

2016-04-14 Thread Ali Taher
Hello, I'm using sipcapture module in Kamailio to capture sip packets and save them into mysql database. Everything is working as expected and I got the packets registered in the database , yet I'm wondering if there is a way to open these packets directly in Wireshark , or do I need an interm

[SR-Users] uac "restore_mode" is auto: effective when using core variables?

2016-04-14 Thread Andrew Pogrebennyk
Per my understanding the uac module stores the "vsf" parameter in Record-Route and should be able to update the From/To URIs automatically in all in-dialog requests that carry this parameter. http://kamailio.org/docs/modules/stable/modules/uac.html#uac.p.restore_mode “auto” - all sequential reques

[SR-Users] should the AVPs be available in CANCEL?

2016-04-14 Thread Andrew Pogrebennyk
Hi all, it seems that the AVPs not available when when processing CANCEL message, even though they have been set for this transaction initially. Is this the expected behavior? P.S. kamailio 4.3.4 Andrew ___ SIP Express Router (SER) and Kamailio (OpenSER)

Re: [SR-Users] should the AVPs be available in CANCEL?

2016-04-14 Thread Alex Balashov
Strictly speaking, CANCEL is a different request, and accordingly, a different transaction. However, you should be able to access INVITE transaction data from the failure_route triggered in connection with transaction cancellation. -- Alex Balashov | Principal | Evariste Systems LLC 1447 Peacht

Re: [SR-Users] uac "restore_mode" is auto: effective when using core variables?

2016-04-14 Thread Alex Balashov
Indeed; writing to $tu/$fu does not encapsulate uac module functionality. It just straight-up modifies the URIs. -- Alex Balashov | Principal | Evariste Systems LLC 1447 Peachtree Street NE, Suite 700 Atlanta, GA 30309 United States Tel: +1-800-250-5920 (toll-free) / +1-678-954-0671 (direct) Web

Re: [SR-Users] Siremis install error

2016-04-14 Thread Serge S. Yuriev
Hi, Any other ideas? Is Siremis supposed to work with Postgres and/or Nginx? On 13/04/16 17:24, Serge S. Yuriev wrote: Hello, It's step 2 - Database configuration. Latest GIT as mentioned before. Ubuntu 15.10 On 13/04/16 16:28, Alberto Sagredo wrote: HI Serge When did you get that error? I

[SR-Users] Help with Kamailio app_java module

2016-04-14 Thread Clarence Sandjon
Hi! I am trying to use the app_java module with kamailio-4.4.0 SIP server. Every time I load the app_java module, my users can't register and the sever replies with destintion unreachable (port unreachable). How can I fix this issue? Also, how can I use the Kamailio.java file since it doesn't hav

Re: [SR-Users] should the AVPs be available in CANCEL?

2016-04-14 Thread Andrew Pogrebennyk
Alex Balashov wrote: > Strictly speaking, CANCEL is a different request, and accordingly, a > different transaction. > > However, you should be able to access INVITE transaction data from the > failure_route triggered in connection with transaction cancellation. Thanks, Alex! Andrew _

[SR-Users] Help with Kamailio app_java module

2016-04-14 Thread Clarence Sandjon
Hi! I am trying to use the app_java module with kamailio-4.4.0 SIP server. Every time I load the app_java module, my users can't register and the sever replies with destintion unreachable (port unreachable). How can I fix this issue? Also, how can I use the Kamailio.java file since it doesn't hav