[Asterisk-code-review] res parking: Increase size of parking space numbers (asterisk[master])

Karl Brose asteriskteam at digium.com
Tue Aug 21 10:16:58 CDT 2018


Hello Jenkins2, 

I'd like you to reexamine a change. Please visit

    https://gerrit.asterisk.org/9933

to look at the new patch set (#2).

Change subject: res_parking: Increase size of parking space numbers
......................................................................

res_parking: Increase size of parking space numbers

The parking feature processes parking space extensions
as 32-bit integers. It uses some 'unsigned int' and some
'int' (signed) types. Negative values are used in some
code sections to indicate specific conditions.
This modification expands the possible range of parking
space extensions to ca. 20 digits by using 64-bit
(long long) signed integers consistently by defining
the typedef 'ast_parkingspace_int'.

Issue ID: ASTERISK-26108
Reporter: David Sovereen (2016)
Author: Karl Brose

Change-Id: Ifbeee7546d5ab3ea3ce29c68b4810eb4e51decad
---
M include/asterisk/parking.h
M main/cdr.c
M main/parking.c
M res/parking/parking_applications.c
M res/parking/parking_bridge.c
M res/parking/parking_bridge_features.c
M res/parking/parking_controller.c
M res/parking/parking_devicestate.c
M res/parking/parking_manager.c
M res/parking/parking_tests.c
M res/parking/parking_ui.c
M res/parking/res_parking.h
M res/res_parking.c
13 files changed, 115 insertions(+), 103 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/33/9933/2
-- 
To view, visit https://gerrit.asterisk.org/9933
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ifbeee7546d5ab3ea3ce29c68b4810eb4e51decad
Gerrit-Change-Number: 9933
Gerrit-PatchSet: 2
Gerrit-Owner: Karl Brose <karlbrose at gmail.com>
Gerrit-Reviewer: Jenkins2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180821/cf04e48f/attachment.html>


More information about the asterisk-code-review mailing list