[asterisk-dev] [Code Review] Some channel variables not getting set before executing 'h' exten

Russell Bryant russell at digium.com
Tue Dec 16 08:10:45 CST 2008


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.digium.com/r/16/
-----------------------------------------------------------

(Updated 2008-12-16 08:10:45.775581)


Review request for Asterisk Developers.


Changes
-------

removing the "digium_swdev" group


Summary
-------

Due to some CDR fixes, dialplan variables ANSWEREDTIME, DIALEDTIME, and DIALSTATUS were not being set before executing the 'h' extension, when a call was answered and then hung up.


Diffs
-----

  branches/1.4/apps/app_dial.c 153094 
  branches/1.4/include/asterisk/channel.h 153094 
  branches/1.4/res/res_features.c 153094 

Diff: http://reviewboard.digium.com/r/16/diff


Testing
-------

CLI> console dial 999 at default

[default]
exten => 999,1,NoOp()
exten => 999,n,Dial(SIP/6001,5)
exten => 999,n,DumpChan
exten => h,1,DumpChan


Thanks,

Terry




More information about the asterisk-dev mailing list