[asterisk-bugs] [JIRA] (ASTERISK-21304) [patch] AGI Async Agi with parameters

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Apr 2 17:57:01 CDT 2013


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

Rusty Newton updated ASTERISK-21304:
------------------------------------

    Description: 
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



  was:
exten => _X.,1,AGI(agi:async,arg1,arg2)

So I get in the AsyncAGI event
Event: AsyncAGI
Privilege: agi,all
SubEvent: Start
Channel: SIP/10-0000002a
Env: agi_request:%20async%0aagi_channel:%20SIP/10-0000002a%0aagi_language:%20en%0aagi_type:%20SIP%0aagi_uniqueid:%20asterisk-1363774303.83%0aagi_callerid:%2010%0aagi_calleridname:%2010%0aagi_callingpres:%200%0aagi_callingani2:%200%0aagi_callington:%200%0aagi_callingtns:%200%0aagi_dnid:%20200%0aagi_rdnis:%20unknown%0aagi_context:%20international%0aagi_extension:%20200%0aagi_priority:%201%0aagi_enhanced:%200.0%0aagi_accountcode:%20%0aagi_arg_1:%20%0aagi_arg_2:%20%0a%0a

With agi_arg_1:%20%0aagi_arg_2:%20%0a%0a for aditional Informations 

---------------------------------------
The Patch is in the attachements



    
> [patch] AGI Async Agi with parameters
> -------------------------------------
>
>                 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: Rusty Newton
>            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