[asterisk-bugs] [JIRA] Commented: (ASTERISK-14613) [patch] Length of the parameters using an Async Originate

Matt Jordan (JIRA) noreply at issues.asterisk.org
Fri Sep 7 08:34:07 CDT 2012


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

Matt Jordan commented on ASTERISK-14613:
----------------------------------------

This should no longer be an issue in Asterisk 1.8+.  The Originate handling was redone to be tolerant of longer fields, and was made consistent between asynchronous Originate commands and synchronous Originate commands.  See {noformat}action_originate{noformat} and the {noformat}fast_originate{noformat} methods in Asterisk 1.8+.


> [patch] Length of the parameters using an Async Originate
> ---------------------------------------------------------
>
>                 Key: ASTERISK-14613
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-14613
>             Project: Asterisk
>          Issue Type: Bug
>          Components: Core/ManagerInterface
>            Reporter: Ernesto J. Perez
>            Severity: Minor
>         Attachments: manager_asyncdatalength.patch
>
>
> In the Originate Action, when the Async option is true, the Data option can only be 80 characters or less. When Async option is false (or it is not present), the Data option can be much longer.
> ****** ADDITIONAL INFORMATION ******
> EG: This Originate works fine
> Action: Originate
> Channel: Local/711 at outgoing
> CallerID: "Administrador"
> ActionID: myActionID_4a7bf40c606b7
> Application: AGI
> Data: AGI_LlamAutom.php|/var/lib/asterisk/verbio/audio/verbio-tts-4a7bed9c2c8|/mnt/www/nbx_V1/branches/myOwnSound|beep
> But in the following Originate, the 'Data' field is truncated, to 80 caracters (counting after the colon):
> Action: Originate
> Channel: Local/711 at outgoing
> Async: true
> CallerID: "Administrador"
> ActionID: myActionID_4a7bf40c606b7
> Application: AGI
> Data: AGI_LlamAutom.php|/var/lib/asterisk/verbio/audio/verbio-tts-4a7bed9c2c8|/mnt/www/nbx_V1/branches/myOwnSound|beep
> The AGI only recieves: 'AGI_LlamAutom.php|/var/lib/asterisk/verbio/audio/verbio-tts-4a7bed9c2c8|/mnt/ww'

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list