[SR-Users] Malformed To header, or?

2016-10-28 Thread Tobias
69-77c7543f-530b969. which is rewritten into: To: +123456789 ;tag=SD1sf9001--45026-530b969-77c7543f-530b969. and sent out.. Thanks for your help, /Tobias ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router

Re: [SR-Users] Malformed To header, or?

2016-11-01 Thread Tobias
9. which is rewritten into: To: +123456789 ;tag=SD1sf9001--45026-530b969-77c7543f-530b969. and sent out.. Thanks, /Tobias From: sr-users on behalf of Daniel-Constantin Mierla Sent: Monday, October 31, 2016 9:07 AM To: Kamailio (SER) - Users Mailing List Subjec

Re: [SR-Users] Malformed To header, or?

2016-11-02 Thread Tobias
Hello! Correct, we're using uac_replace_from() when passing along the initial INVITE. That INVITE looks good so it's not until this reINVITE that the header is scrambled. Kind regards, /Tobias From: Daniel-Constantin Mierla Sent: Wednesday,

Re: [SR-Users] Malformed To header, or?

2016-11-03 Thread Tobias
) dialogue goes on.. 5) reINVITE from endpoint to Kamailio (To-header modified using data from modified From-header in step #3) 6) reINVITE from Kamailio to endpoint, ip-address becomes scrambled I can send you the whole SIP conversation if it helps. Kind regards, /Tobias

Re: [SR-Users] Malformed To header, or?

2016-11-03 Thread Tobias
Hi, This is what it looks like. Initial INVITE after passing Kamailio: From: +num_1 ;tag=SD1sf9001--45026-530b969-77c7543f-530b969. To: . Incoming reINVITE: From: ;tag=SD1sf9099-32997070347920161028161732. To: +num_1 ;tag=SD1sf9001--45026-530b969-77c7543f-530b969. Kind regards, /Tobias

Re: [SR-Users] Malformed To header, or?

2016-11-03 Thread Tobias
Hi, Yes, you're right, there is actually a '+' missing in the reINVITE. For some reason the number is suddenly on a local format. That will upset Kamailio? Kind regards, /Tobias From: Daniel-Constantin Mierla Sent: Thursday, November 3,

Re: [SR-Users] Malformed To header, or?

2016-11-04 Thread Tobias
Thank you! /Tobias From: Daniel-Constantin Mierla Sent: Friday, November 4, 2016 9:27 AM To: Tobias; Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Malformed To header, or? Hello, the default mechanism is relying on endpoints not changing the

[SR-Users] Event when acc is written?

2017-01-24 Thread Tobias
directly from within Kamailio? I haven't tested it, but I would guess that if I tried to use for example event_route[dialog:end] there could be times where the event would hit Kamailio before the acc-module have written to missed_calls? Thanks! /Tobias ___

[SR-Users] Best way to handle 100 but no 180/183?

2014-10-09 Thread Tobias
oute if the reply code is 180/183 but I'm not sure that would even work? Is that the way to go or is there another way? Thanks in advance!/Tobias ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users m

Re: [SR-Users] Best way to handle 100 but no 180/183?

2014-10-09 Thread Tobias
Hi again, Maybe I was to quick on my previous mail, after some more searching I found a very similar question:http://lists.sip-router.org/pipermail/sr-users/2012-November/075497.html I guess this is still the way to go? Thanks,/Tobias From: the...@hotmail.com To: sr-users@lists.sip-router.org

Re: [SR-Users] Best way to handle 100 but no 180/183?

2014-10-09 Thread Tobias
Hi Alex, Daniel, Crystal clear, thanks for your help! Time to dive into the config. /Tobias > Date: Thu, 9 Oct 2014 16:36:02 -0400 > From: abalas...@evaristesys.com > To: sr-users@lists.sip-router.org > Subject: Re: [SR-Users] Best way to handle 100 but no 180/183? >

[SR-Users] Kamailio 4.2.1 crashes on using exec_msg

2014-12-29 Thread Tobias
g (buf=, len=, rcv_info=) at receive.c:275 #15 0x005d929d in udp_rcv_loop () at udp_server.c:521 #16 0x004a73f1 in main_loop () at main.c:1629 #17 0x00425085 in main (argc=, argv=) at main.c:2561 Kind regards,/Tobias _

Re: [SR-Users] Kamailio 4.2.1 crashes on using exec_msg (also 4.2.2)

2015-01-13 Thread Tobias
pty/has no data, ex: "X-model-id: ." modparam("exec", "setvars", 0) is currently used as a workaround. Kind regards,/Tobias Date: Mon, 29 Dec 2014 12:13:19 +0100 From: mico...@gmail.com To: sr-users@lists.sip-router.org Subject: Re: [SR-Us

Re: [SR-Users] Event when acc is written?

2017-01-24 Thread Tobias
it's acc.acc or acc.missed_calls, INVITEs or BYE, etc. Kind regards, /Tobias From: sr-users on behalf of Daniel-Constantin Mierla Sent: Tuesday, January 24, 2017 3:02 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Event when acc is written? He

Re: [SR-Users] Event when acc is written?

2017-01-25 Thread Tobias
Hi Daniel, Thanks for your reply. Disregarding the MySQL ID, would it be possible to get the callid of the call back from the acc module once a write has been made? Thanks, /Tobias From: Daniel-Constantin Mierla Sent: Wednesday, January 25, 2017 9:26 AM

Re: [SR-Users] Event when acc is written?

2017-01-25 Thread Tobias
Hi Sebastian, Thanks, that's what I would like to avoid =) /Tobias From: sr-users on behalf of Sebastian Damm Sent: Wednesday, January 25, 2017 9:47 AM To: Daniel-Constantin Mierla; Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Event whe

Re: [SR-Users] Executing perl script with command line parameters.

2017-01-25 Thread Tobias
;. For example I'm running this in my config, which works fine to get the parameters: exec_msg("/usr/src/script.sh '$tU' '$ci'"); Best, /Tobias From: sr-users on behalf of Venkatesh Macha Sent: Wednesday, January 25, 201

Re: [SR-Users] Event when acc is written?

2017-01-25 Thread Tobias
Hi Daniel, Thanks. Can you point me to a good example of how this is implemented in another module, perhaps I could then add it myself to acc? /Tobias From: Daniel-Constantin Mierla Sent: Wednesday, January 25, 2017 3:20 PM To: Tobias; Kamailio (SER) - Users

[SR-Users] Kamailio 1.5 acc on glare BYE

2011-05-18 Thread Tobias Lindgren
sip_code > 200 is received? And, should these BYE's be logged, even though the code is 487? I'm on Kamailio 1.5 with acc logging to MySQL. Br, /Tobias ___ SIP Express Router (SER) and Kamailio

Re: [SR-Users] Kamailio 1.5 acc on glare BYE

2011-05-18 Thread Tobias Lindgren
Daniel, thanks, works perfectly! :) Br, /Tobias Date: Wed, 18 May 2011 14:25:36 +0200 From: mico...@gmail.com To: sr-users@lists.sip-router.org CC: the...@hotmail.com Subject: Re: [SR-Users] Kamailio 1.5 acc on glare BYE Hello, if you want to account non-2xx