[svn-commits] jpeeler: branch 1.6.0 r190829 - /branches/1.6.0/main/features.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Apr 27 18:25:15 CDT 2009


Author: jpeeler
Date: Mon Apr 27 18:25:05 2009
New Revision: 190829

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=190829
Log:
Fix announcement of parking space after transfer to park.

Don't set the orig_chan_name in masq_park_call when the announcement is to be
played. This change was copied from all the other working 1.6 branches.

(closes issue #14863)
Reported by: noahisaac

Modified:
    branches/1.6.0/main/features.c

Modified: branches/1.6.0/main/features.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.0/main/features.c?view=diff&rev=190829&r1=190828&r2=190829
==============================================================================
--- branches/1.6.0/main/features.c (original)
+++ branches/1.6.0/main/features.c Mon Apr 27 18:25:05 2009
@@ -648,7 +648,7 @@
 		peer = chan;
 	}
 
-	if (!play_announcement || !orig_chan_name) {
+	if (!play_announcement && !orig_chan_name) {
 		orig_chan_name = ast_strdupa(chan->name);
 	}
 




More information about the svn-commits mailing list