Re: [SR-Users] Releasing Kamailio v5.1.0

2017-12-10 Thread Daniel-Constantin Mierla
Hello, so far everything looks good, so if the last tests go fine today, I plan to release v5.1.0 later in the afternoon (or if something unexpected pops up, then the release will be tomorrow). Therefore, in order to avoid conflicts during the build process, write an email to sr-dev or catch me

Re: [SR-Users] can kamailio send 183 to caller

2017-12-10 Thread 赵国杰
Hello Sammy, I followed your instructions, the config is as follows: ... route[http_async_things]{ t_newtran(); $http_req(hdr) = "Content-Type: application/json"; $http_req(body) = $_s({"cmuid": "$var(cmuid)"}); http_async_query("http://127.0.0.1:8080;,

Re: [SR-Users] can kamailio send 183 to caller

2017-12-10 Thread SamyGo
Hi, I'm not sure if I understood correctly, however, it seems like if UserB is dialed then send call to FreeSWITCH in parallel to doing an http_async_query ; once the http query returns a response then send call to that response. If I'm correct then you need to make use of branch_route. route{

Re: [SR-Users] Exec - call python script with arguments

2017-12-10 Thread Daniel W. Graham
I don’t get any errors that’s part of my issue. No errors and the script doesn’t appear to run (script writes to a log file, and no output seen). From: sr-users [mailto:sr-users-boun...@lists.kamailio.org] On Behalf Of Joel Serrano Sent: Sunday, December 10, 2017 3:55 PM To: Kamailio (SER) -

[SR-Users] Exec - call python script with arguments

2017-12-10 Thread Daniel W. Graham
Trying to call a python script using exec_msg and haven't had any luck. The following works: exec_msg("echo 'TEST' > /usr/local/etc/kamailio/test.txt"); The following works from shell: /usr/local/etc/kamailio/script.py arg1 arg2 arg3 The following does not work from kamailio: