[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:49 CST 2009


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/368/
-----------------------------------------------------------

(Updated 2009-11-12 13:09:48.943962)


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

  /trunk/apps/app_meetme.c 220768 
  /trunk/apps/app_minivm.c 220768 
  /trunk/apps/app_queue.c 220768 
  /trunk/apps/app_voicemail.c 220768 
  /trunk/channels/chan_iax2.c 220768 
  /trunk/channels/chan_sip.c 220768 
  /trunk/configs/manager.conf.sample 220768 
  /trunk/include/asterisk/manager.h 220768 
  /trunk/main/cdr.c 220768 
  /trunk/main/channel.c 220768 
  /trunk/main/features.c 220768 
  /trunk/main/manager.c 220768 
  /trunk/res/res_monitor.c 220768 
  /trunk/res/res_musiconhold.c 220768 
  /trunk/apps/app_chanspy.c 220768 
  /trunk/apps/app_dial.c 220768 
  /trunk/apps/app_fax.c 220768 

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