[asterisk-bugs] [JIRA] (ASTERISK-26108) parking: Cannot create parking lots with extension over 2147483647

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Mon Aug 20 12:28:54 CDT 2018


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=244543#comment-244543 ] 

Richard Mudgett commented on ASTERISK-26108:
--------------------------------------------

[~dsovereen] The patch cannot go into any released branches as the changes necessary break API/ABI \[1].  The patch *can* go into the master branch from which Asterisk 17 will eventually be derived.  It is too late to get into Asterisk 16 \[2] as the last call for features went out a couple months ago \[3] \[4] and the 16 branch has since been created.  As stated when you originally opened the issue two years ago this is a limitation of the parking module and not a bug.  Parking is working as originally designed.  It is your use of parking that is unusual.

Since Asterisk is open source there is nothing preventing you from backporting a patch to the 13 branch and running that code on your servers.

\[1] https://wiki.asterisk.org/wiki/display/AST/New+Feature+Guidelines
\[2] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions
\[3] https://blogs.asterisk.org/2018/04/18/asterisk-16/
\[4] http://lists.digium.com/pipermail/asterisk-dev/2018-July/076927.html

> parking: Cannot create parking lots with extension over 2147483647
> ------------------------------------------------------------------
>
>                 Key: ASTERISK-26108
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26108
>             Project: Asterisk
>          Issue Type: New Feature
>      Security Level: None
>          Components: Features/Parking
>    Affects Versions: 11.20.0, GIT
>         Environment: FreePBX Distro 6.12.65-31
>            Reporter: David Sovereen
>            Assignee: khb
>            Severity: Minor
>              Labels: patch
>         Attachments: ASTERISK-26108_parking-ast13.22.patch, ASTERISK-26108_parking-ast16.0.0.patch
>
>
> Cannot make parking lots with an extension that exceeds 2147483647.  "features reload" succeeds, but "features show" shows extensions counting back as you go over 2147483627 and extensions more than double 2147483627 don't show up at all.
> In my features.conf, I have (among other things):
> [parkinglot_44]
> parkext=2147483649
> parkpos=2147483650-2147483650
> context=parkinglot_44
> parkext_exclusive=yes
> parkingtime=45
> comebacktoorigin=no
> parkedplay=both
> parkedcalltransfers=caller
> parkedcallreparking=caller
> parkedmusicclass=default
> findslot=first
> [parkinglot_45]
> parkext=9898373790700
> parkpos=9898373790701-9898373790702
> context=parkinglot_45
> parkext_exclusive=yes
> parkingtime=45
> comebacktoorigin=no
> parkedplay=both
> parkedcalltransfers=caller
> parkedcallreparking=caller
> parkedmusicclass=default
> findslot=first
> Note that the first one, parkinglot_44, is just over the magic 2147483647 number.  After a "features reload", the parking lot shows as a different extension, 2147483640:
> Call parking (Parking lot: parkinglot_44)
> ------------
> Parking extension     :      2147483640
> Parking context       :      parkinglot_44
> Parked call extensions:      2147483641-2147483641
> Parkingtime           :      45000 ms
> Comeback to origin    :      no
> Comeback context      :      parkedcallstimeout
> Comeback dial time    :      30
> MusicOnHold class     :      default
> Enabled               :      Yes
> The second parking lot configured at extension 9898373790700 does not appear in "features show" at all.
> We have telephone extensions and other things on our Asterisk systems using numbers larger than 2147483647, but Parking Lots seem to have this limitation.  It would seem that they are stored in the database or in memory as an integer instead of a large integer or string.  I'm hoping this can be fixed, as our internal, normalized naming convention creates parking lots with extension numbers larger than 2147483647.
> Thanks,
> Dave 



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list