[sr-dev] git:master:2c1a3d12: Merge pull request #917 from kamailio/cchance/presence

2017-01-09 Thread GitHub
Module: kamailio Branch: master Commit: 2c1a3d122a7fc18f1563a3cc4bec27604e0adb5a URL: https://github.com/kamailio/kamailio/commit/2c1a3d122a7fc18f1563a3cc4bec27604e0adb5a Author: Charles Chance Committer: GitHub Date: 2017-01-09T10:41:16Z Merge pull request #917 from kamailio/cchance/presence

[sr-dev] git:master:b429f625: presence: delay aux_body_processing until after subscription has been updated

2017-01-09 Thread Charles Chance
Module: kamailio Branch: master Commit: b429f625ba409cb668b00155996a5f4a4f1733d8 URL: https://github.com/kamailio/kamailio/commit/b429f625ba409cb668b00155996a5f4a4f1733d8 Author: Charles Chance Committer: Charles Chance Date: 2017-01-06T23:21:52Z presence: delay aux_body_processing until after

Re: [sr-dev] [kamailio/kamailio] presence: delay aux_body_processing until after subscription has been updated (#917)

2017-01-09 Thread Charles Chance
Merged #917. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/917#event-915742731___ sr-dev mailing list sr-dev@lists.sip-router.org http://

Re: [sr-dev] [kamailio/kamailio] presence: delay aux_body_processing until after subscription has been updated (#917)

2017-01-09 Thread Charles Chance
Thanks - can it be backported also? Charles On 9 January 2017 at 10:41, Charles Chance wrote: > Merged #917 . > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub >

[sr-dev] [kamailio/kamailio] CSeq missmatch with UAC module (#919)

2017-01-09 Thread vinzens
While placing a call though kamailio with uac Module the Cseq is not updated if the call gets rejected for any reason. Call setup is as follow: Asterisk -> Kamailio with UAC Module -> Starface PBX The asterisk calls a number which is not valid on Starface. in this case the Starface rejects the

Re: [sr-dev] [kamailio/kamailio] CSeq missmatch with UAC module (#919)

2017-01-09 Thread vinzens
The used kamailio is the actual one from master branch. We can reproduce the issue. Please let us know if we should do so with new version. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio

[sr-dev] git:master:bbee3295: examples: kemi - update lua script to use KSR.x.exit()

2017-01-09 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: bbee329599b1a3a7575723dc08d5bf86e5d4eb0f URL: https://github.com/kamailio/kamailio/commit/bbee329599b1a3a7575723dc08d5bf86e5d4eb0f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-09T14:39:10+01:00 examples: kemi - updat

[sr-dev] git:master:b511d907: app_lua: aligned kemi api for KSR.x.drop()

2017-01-09 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b511d90766c3dcf5643c8a29d02eb382b740a413 URL: https://github.com/kamailio/kamailio/commit/b511d90766c3dcf5643c8a29d02eb382b740a413 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-09T14:18:23+01:00 app_lua: aligned kemi

[sr-dev] git:master:6830fbf1: app_lua: enable compat mode for newer lua versions

2017-01-09 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 6830fbf17b37a2860827171dd99304bf0975ebf7 URL: https://github.com/kamailio/kamailio/commit/6830fbf17b37a2860827171dd99304bf0975ebf7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-09T14:15:27+01:00 app_lua: enable compat

[sr-dev] [kamailio/kamailio] kamcmd: fatal error while compiling on FreeBSD-11.0 (#920)

2017-01-09 Thread Rick
With latest master compiling failed when compiling kamcmd on FreeBSD-11.0. ``` clang -g -m64 -DNAME='"kamcmd"' -DSRNAME='"kamailio"' -DVERSION='"1.5"' -D__OS_freebsd -DRUN_DIR='"/var/run/kamailio/"' -DUSE_READLINE -DMOD_NAME="utils/kamcmd" -c parse_listen_id.c -o parse_listen_id.o clang -g

[sr-dev] [kamailio/kamailio] nsq: update doc (#921)

2017-01-09 Thread Emmanuel Schmidbauer
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/921 -- Commit Summary -- * nsq: update doc -- File Changes -- M src/modules/nsq/doc/nsq_admin.xml (176) -- Patch Links -- https://github.com/kamailio/kamailio/pull/921.patch htt

Re: [sr-dev] [kamailio/kamailio] nsq module doc (#905)

2017-01-09 Thread Emmanuel Schmidbauer
@oej I've submitted a PR for this issue https://github.com/kamailio/kamailio/pull/921 please review. If i missed anything, can you please point out where? Thanks, Emmanuel -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: http

Re: [sr-dev] [kamailio/kamailio] kamcmd: fatal error while compiling on FreeBSD-11.0 (#920)

2017-01-09 Thread Daniel-Constantin Mierla
Does it happen to have variable 'use_readline' somehow defined on the system? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/920#issuecomment-271327627_

Re: [sr-dev] [kamailio/kamailio] kamcmd: fatal error while compiling on FreeBSD-11.0 (#920)

2017-01-09 Thread Rick
No there is no variable defined like this. Btw readline could be found in `/usr/local/include/readline/readline.h`: ``` find / -name "*readline.h" /usr/include/edit/readline/readline.h /usr/local/include/editline/readline.h /usr/local/include/readline/readline.h ``` -- You are receiving this bec

[sr-dev] git:master:dad79f34: kamcmd: add /usr/local to C defs and libs if readline is detected in the path

2017-01-09 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: dad79f34077eb818604293fe90b6565fa6a4f365 URL: https://github.com/kamailio/kamailio/commit/dad79f34077eb818604293fe90b6565fa6a4f365 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-09T18:18:18+01:00 kamcmd: add /usr/local

Re: [sr-dev] [kamailio/kamailio] kamcmd: fatal error while compiling on FreeBSD-11.0 (#920)

2017-01-09 Thread Daniel-Constantin Mierla
Can you fetch again latest master and try? I pushed a patch to add the /usr/local/... to cdefs and libs flags in makefile. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/920#issue

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-09 Thread Daniel-Constantin Mierla
Can you paste here the parameters you set for **tm** module? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/918#issuecomment-271379646__

Re: [sr-dev] [kamailio/kamailio] CSeq missmatch with UAC module (#919)

2017-01-09 Thread Daniel-Constantin Mierla
What are the parameters you set for the tm module? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/919#issuecomment-271379864___ sr-dev m

[sr-dev] git:master:18e3327b: kamctl: added DBPORT option

2017-01-09 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 18e3327bedc1647a5abe0d377b15b74b2e860ef4 URL: https://github.com/kamailio/kamailio/commit/18e3327bedc1647a5abe0d377b15b74b2e860ef4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-09T20:35:47+01:00 kamctl: added DBPORT o

[sr-dev] Compiler requirements

2017-01-09 Thread Olle E. Johansson
Hi! Going through some documentation I found this as compiler requirements: - gcc or icc : gcc >= 2.9x; 3.[12] recommended (it will work with older version but it might require some options tweaking for best performance) I guess we need to add CLANG - anyone who can provide me with some text?

Re: [sr-dev] [kamailio/kamailio] [Feature request] kamctl port (#916)

2017-01-09 Thread Daniel-Constantin Mierla
Added to master branch. Testing would be appreciated. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/916#issuecomment-271387209___ sr-de

Re: [sr-dev] [kamailio/kamailio] [Feature request] kamctl port (#916)

2017-01-09 Thread Daniel-Constantin Mierla
Closed #916. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/916#event-916465278___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] [Feature request] kamctl port (#916)

2017-01-09 Thread volga629
Thank you, as soon I will get rpm will do testing. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/916#issuecomment-271387503___ sr-dev

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-09 Thread greggcz
I have default settings from for tm: # - tm params - # auto-discard branches from previous serial forking leg modparam("tm", "failure_reply_mode", 3) # default retransmission timeout: 30sec modparam("tm", "fr_timer", 3) # default invite retransmission timeout after 1xx: 120sec modparam

Re: [sr-dev] Compiler requirements

2017-01-09 Thread Daniel-Constantin Mierla
Hello, I guess that nobody actually used icc for very long time, so it may not even work anymore and should be removed. The distros from the past several years have gcc v4+. It would be a very rare situation to get 2.x or 3.x. They may still work though. clang from v3.3 up should be fine. I don'

[sr-dev] git:master:f0f0b444: INSTALL Various updates

2017-01-09 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: f0f0b444e3fc65c0d0965c20716ce1850d78ddb5 URL: https://github.com/kamailio/kamailio/commit/f0f0b444e3fc65c0d0965c20716ce1850d78ddb5 Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2017-01-09T20:59:27+01:00 INSTALL Various updates --- Modifi

[sr-dev] git:master:66cc8e36: README minor fixes

2017-01-09 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: 66cc8e3616d938ddd8aec747661c4682061fae73 URL: https://github.com/kamailio/kamailio/commit/66cc8e3616d938ddd8aec747661c4682061fae73 Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2017-01-09T21:03:25+01:00 README minor fixes --- Modified: R

[sr-dev] git:master:401c80c6: README.md minor updates

2017-01-09 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: 401c80c667123111cf9f5a59998cdd78af44ba8f URL: https://github.com/kamailio/kamailio/commit/401c80c667123111cf9f5a59998cdd78af44ba8f Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2017-01-09T21:06:10+01:00 README.md minor updates --- Modifi