[Asterisk-code-review] ParkAndAnnounce: Add variable inheritance (asterisk[master])

Ashley Sanders asteriskteam at digium.com
Thu Sep 3 21:44:56 CDT 2015


Ashley Sanders has posted comments on this change.

Change subject: ParkAndAnnounce: Add variable inheritance
......................................................................


Patch Set 3:

(1 comment)

https://gerrit.asterisk.org/#/c/1180/3/res/parking/parking_applications.c
File res/parking/parking_applications.c:

Line 732: newvar = ast_variable_new(varname, ast_var_value(current), "");
I'm sure I am missing something... why isn't this:

newvar = ast_variable_new(&varname[2], ast_var_value(current), "");


-- 
To view, visit https://gerrit.asterisk.org/1180
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie47e618330114ad2ea91e2edcef1cb6f341eed6e
Gerrit-PatchSet: 3
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Jonathan Rose <jrose at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Ashley Sanders <asanders at digium.com>
Gerrit-Reviewer: Jonathan Rose <jrose at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-HasComments: Yes



More information about the asterisk-code-review mailing list