[asterisk-commits] dvossel: trunk r198892 - /trunk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 3 10:51:17 CDT 2009
Author: dvossel
Date: Wed Jun 3 10:51:10 2009
New Revision: 198892
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=198892
Log:
Blocked revisions 198891 via svnmerge
........
r198891 | dvossel | 2009-06-03 10:49:46 -0500 (Wed, 03 Jun 2009) | 10 lines
Generic call forward api, ast_call_forward()
The function ast_call_forward() forwards a call to an extension specified in an ast_channel's call_forward string. After an ast_channel is called, if the channel's call_forward string is set this function can be used to forward the call to a new channel and terminate the original one. I have included this api call in both channel.c's ast_request_and_dial() and res_feature.c's feature_request_and_dial(). App_dial and app_queue already contain call forward logic specific for their application and options.
(closes issue #13630)
Reported by: festr
Review: https://reviewboard.asterisk.org/r/271/
........
Modified:
trunk/ (props changed)
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-blocked' - no diff available.
More information about the asterisk-commits
mailing list