[sr-dev] git: new commits in branch master

GitHub noreply at github.com
Tue Sep 6 08:28:16 CEST 2016


- URL:  https://github.com/kamailio/kamailio/commit/1e1c1ed02bfa8454c9ff6d32cc2cde5be07a731f
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-08-29T11:12:42-04:00

Merge remote-tracking branch 'refs/remotes/kamailio/master'

- URL:  https://github.com/kamailio/kamailio/commit/421ec8fd32ea3766329a7f37420ab5d93e23e05e
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-08-29T12:13:49-04:00

sca: terminate all error and debug messages with a new line

- issue reported by oej, GH #580
  also whitespace cleanup

- URL:  https://github.com/kamailio/kamailio/commit/4a50b819fc620dada28b8e5c40962c2c22c689bc
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-08-29T15:17:22-04:00

sca: removed non-documented modparam 'outbound_proxy'

- issue reported by oej, GH #580.
  Modparam outbound_proxy was defined in sca.c and sca.h but never used
  in the module.

- URL:  https://github.com/kamailio/kamailio/commit/e3c572ded584f82219f70054417eb05164a810d0
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-08-30T07:50:26-04:00

Revert "sca: removed non-documented modparam 'outbound_proxy'"

This reverts commit 4a50b819fc620dada28b8e5c40962c2c22c689bc.

- URL:  https://github.com/kamailio/kamailio/commit/672ea9bd7434a5b01479da8ebe59a1a540bc0119
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-08-30T07:50:50-04:00

Revert "sca: terminate all error and debug messages with a new line"

This reverts commit 421ec8fd32ea3766329a7f37420ab5d93e23e05e.

- URL:  https://github.com/kamailio/kamailio/commit/a8fae373c1b197012a33bb0b8114fc22b6c86835
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-08-31T15:32:49-04:00

sca: terminate all error and debug messages with a new line

- issue reported by oej, FH #580
  Commmit also includes whitespace cleanup..

- URL:  https://github.com/kamailio/kamailio/commit/aadc09287544df64f0d8452160f725ee6de06f75
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-09-02T12:18:11-04:00

sca: remove a unused variable

- Eclipse was giving me errors on the log_stderr that is part of the LM_
statements. I was adding them to each file so I could see if I was
creating syntax errors. This one got overlooked.

- URL:  https://github.com/kamailio/kamailio/commit/890b37ff24289c24f255c638890c70e3c87ff63b
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-09-02T15:21:09-04:00

Merge remote-tracking branch 'refs/remotes/kamailio/master'

- URL:  https://github.com/kamailio/kamailio/commit/f9c78192ace7768d814322135398e3f48cbd2dc2
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-09-02T15:26:52-04:00

Revert "sca: remove a unused variable"

This reverts commit aadc09287544df64f0d8452160f725ee6de06f75.

- URL:  https://github.com/kamailio/kamailio/commit/e28af9593de8a816f30c8199b16ba84b2add122a
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-09-02T15:39:26-04:00

sca: remvoed unused variable 'log_stderr'

- When coding the new line terminators for the last commit, I defined a
varaible to remove the "symbol 'log_stderr' cound not be resolved"
messages I was getting in Eclipse. This was to make sure I did not
introduce errors into the code. I forgot to remove this one.

- URL:  https://github.com/kamailio/kamailio/commit/14704bf239c67a24d496287738840d355f787811
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-09-02T16:01:42-04:00

sca: added some additional debug statements

- Needed some additional debug statements to figure out the issues with
the SCA module.

- URL:  https://github.com/kamailio/kamailio/commit/308adadbe7edcf5972e13f989be690fd09893c65
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-09-02T16:19:32-04:00

sca: reversed the from_tag and to_tag variables in the function call

- The function sca_dialog_build_from_tags() has the following parameter
listing...(sca_dialog *dialog, int maxlen, str *call_id, str *from_tag,
str *to_tag). The call to this function in the sca_call_info_uri_update
function had the 'to_tag' variable in the 'from_tag' parameter space and
the 'from_tag' variable in the 'to_tag' parameter space. Reversing them
resolved the issue of multiple appearance showing up on a held and seize
events.

- URL:  https://github.com/kamailio/kamailio/commit/26bc742f0b238822891e4820fafaebccba1b06bd
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-09-02T17:03:59-04:00

Revert "sca: reversed the from_tag and to_tag variables in the function call"

This reverts commit 308adadbe7edcf5972e13f989be690fd09893c65.

- URL:  https://github.com/kamailio/kamailio/commit/57c4ec824fdd6c6c797bd7d6bfb3d65159a8d7c6
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-09-02T17:16:38-04:00

sca: reversed the from_tag and to_tag variables in the function call

- Part of the issue reported by Kevin Scott Adams, GH #341.  The
function sca_dialog_build_from_tags() has the following parameter
listing...(sca_dialog *dialog, int maxlen, str *call_id, str *from_tag,
str *to_tag). The call to this function in the
sca_call_info_uri_update() function had the ‘to_tag’ variable in the
‘from_tag’ parameter position and the ‘from_tag’ variable in the
‘to_tag’ parameter position. Reversing the ‘to_tag’ and ‘from_tag’
variables in the function call resolved the issue of multiple appearance
showing up on held and seize events.

- URL:  https://github.com/kamailio/kamailio/commit/dc10e8e0bb0ea906a61c6efd0cd38c56e34ab296
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-09-03T11:03:47-04:00

sca: Fix the CID on seizing a held call from a different SCA AOR UA.

- Part of the issue reported by Kevin Scott Adams, GH #341. On seizing a
held call from another SCA subscriber UA, the Caller ID becomes the
actual AOR of the SCA. In reviewing the SIP traces the INVITE and REPLY
of seizing a held call as the 'from' and 'to' URI's set to the AOR. In
the sca_call_info_is_line_seize_reinvite() function this is handled but
was not handled when a 200 reply was issued. Uploaded, compiled and
tested.

- URL:  https://github.com/kamailio/kamailio/commit/c6740876ecc73b1b6cc704e0c95f463ebb12ae36
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-09-03T11:25:55-04:00

sca: Fixed SCA owner on seizing a held call from a different SCA UA.

- Part of the issue reported by Kevin Scott Adams, GH #341. When using
'kamcmd sca.all_appearances' to display the appearances the owner and
the callee became the same. I think the owner should be a SCA endpoint
of the call and not a non-SCA endpoint. Uploaded compiled and tested
inbound and outbound calls.

- URL:  https://github.com/kamailio/kamailio/commit/7485875c25a8b2c08271f6fed8b7342be80937a4
Author: Kevin Scott Adams <kevin.adams at ksatechnologies.com>
Date:   2016-09-03T11:41:14-04:00

sca: REALLY fix the CID on seizing a held call from a different SCA UA

- This should be the end of the issues reported by Kevin Scott Adams, GH
#341. I tested but tested with the wrong code branch. Made sure I
uploaded and compiled from the *master*.

- URL:  https://github.com/kamailio/kamailio/commit/2929255df3e7aeec9c3633329c64a4dcba02bc4a
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-09-06T08:28:10+02:00

Merge pull request #768 from TheGrandWazoo/master

sca: fix seized lines on seizing held lines, SCA owner and correct CID on seizing held lines





More information about the sr-dev mailing list