[asterisk-dev] [Code Review] AST-33: Create a list of channel variables to be posted within AMI call events
Tilghman Lesher
tlesher at digium.com
Thu Nov 12 13:09:51 CST 2009
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/368/
-----------------------------------------------------------
(Updated 2009-11-12 13:09:51.713935)
Review request for Asterisk Developers.
Summary
-------
The intent of this patch is to post various variables from a related channel, when posting certain call-related events to the manager interface.
For example, the following manager.conf entry:
channelvars=SV_OWNER,SV_PEER,DISPLAY_URL
will result in the following manager output for a Newstate event:
Event: Newstate
Privilege: call,all
Channel: SIP/200-08b75888
State: Up
CallerID: 200
CallerIDName: Snom Phone
Uniqueid: 1209084781.0
ChanVariable(SIP/123-0123abcd): SV_OWNER=a1101
ChanVariable(SIP/123-0123abcd): SV_PEER=a1116
ChanVariable(SIP/123-0123abcd): DISPLAY_URL=
For Link events, you'll also see ChanVariable-type entries for the
corresponding bridged channel.
Diffs (updated)
-----
/trunk/apps/app_chanspy.c 229360
/trunk/apps/app_dial.c 229360
/trunk/apps/app_fax.c 229360
/trunk/apps/app_meetme.c 229360
/trunk/apps/app_minivm.c 229360
/trunk/apps/app_queue.c 229360
/trunk/apps/app_voicemail.c 229360
/trunk/channels/chan_iax2.c 229360
/trunk/channels/chan_sip.c 229360
/trunk/configs/manager.conf.sample 229360
/trunk/include/asterisk/manager.h 229360
/trunk/main/cdr.c 229360
/trunk/main/channel.c 229360
/trunk/main/features.c 229360
/trunk/main/manager.c 229360
/trunk/res/res_monitor.c 229360
/trunk/res/res_musiconhold.c 229360
Diff: https://reviewboard.asterisk.org/r/368/diff
Testing
-------
Tested with no channel variables, 2 variables, and 4 variables, combinations of both regular variables and dialplan functions.
Thanks,
Tilghman
More information about the asterisk-dev
mailing list