[asterisk-bugs] [JIRA] (ASTERISK-21376) [patch] AGI AsyncAGI event returns AGI command arguments
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Tue Apr 2 18:03:02 CDT 2013
Rusty Newton created ASTERISK-21376:
---------------------------------------
Summary: [patch] AGI AsyncAGI event returns AGI command arguments
Key: ASTERISK-21376
URL: https://issues.asterisk.org/jira/browse/ASTERISK-21376
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
Severity: Trivial
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