[asterisk-bugs] [JIRA] (ASTERISK-21304) [patch] AGI AsyncAGI event returns AGI command arguments

Digium Subversion (JIRA) noreply at issues.asterisk.org
Mon Jun 10 11:15:04 CDT 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-21304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Digium Subversion closed ASTERISK-21304.
----------------------------------------

    Resolution: Fixed
    
> [patch] AGI AsyncAGI event returns AGI command arguments
> --------------------------------------------------------
>
>                 Key: ASTERISK-21304
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21304
>             Project: Asterisk
>          Issue Type: New Feature
>      Security Level: None
>          Components: Resources/res_agi
>    Affects Versions: 11.2.1
>         Environment: CentOS 5.X
>            Reporter: Dirk Wendland
>            Assignee: Kinsey Moore
>            Severity: Trivial
>         Attachments: asyncagi-parameters.diff, res_agi_trunk.diff
>
>
> exten => _X.,1,AGI(agi:async,arg1,arg2)
> So I get in the AsyncAGI event:
> [Edit by Rusty Newton - to clean up the percent-encoding mess] 
> {noformat}
> Event: AsyncAGI
> Privilege: agi,all
> SubEvent: Start
> Channel: SIP/10-0000002a
> Env: agi_request: async
> agi_channel: SIP/10-0000002a
> agi_language: en
> agi_type: SIP
> agi_uniqueid: asterisk-1363774303.83
> agi_callerid: 10
> agi_calleridname: 10
> agi_callingpres: 0
> agi_callingani2: 0
> agi_callington: 0
> agi_callingtns: 0
> agi_dnid: 200
> agi_rdnis: unknown
> agi_context: international
> agi_extension: 200
> agi_priority: 1
> agi_enhanced: 0.0
> agi_accountcode: 
> agi_arg_1: 
> agi_arg_2: 
> {noformat}
> With 
> agi_arg_1: 
> agi_arg_2: 
>  for additional information 
> ---------------------------------------
> The Patch is in the attachments

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list