[Home]

Summary:ASTERISK-04688: [patch] TRANSFERSTATUS for app_transfer
Reporter:Olle Johansson (oej)Labels:
Date Opened:2005-07-26 14:31:36Date Closed:2008-01-15 15:44:45.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_transfer
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) transferstatus3.txt
Description:* REsult in TRANSFERSTATUS channel variable
* Checks if channel supports transfer before attempting transfer
Comments:By: Olle Johansson (oej) 2005-07-26 14:39:25

kevin just made this not up to date :-)

By: Paul Belanger (pabelanger) 2005-07-26 14:55:57

Think I see a few typo's:

+"       SUCESS       Transfer succeeded\n"
+"       SUCCESS      Transfer succeeded\n"

+ status = "FAILED";
+ status = "FAILURE";

By: Olle Johansson (oej) 2005-07-26 15:02:54

Updated with option_priority_jumping

By: Olle Johansson (oej) 2005-07-26 16:10:39

Thanks for the review! Updated patch uploaded.

By: Kevin P. Fleming (kpfleming) 2005-08-22 16:52:19

Committed to CVS HEAD, but reworked the code to match the current coding guidelines and janitor project recommendations. Thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:44:45.000-0600

Repository: asterisk
Revision: 6355

U   trunk/apps/app_transfer.c

------------------------------------------------------------------------
r6355 | kpfleming | 2008-01-15 15:44:45 -0600 (Tue, 15 Jan 2008) | 2 lines

add status output to Transfer() application (issue ASTERISK-4688, with mods)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6355