[asterisk-commits] rmudgett: testsuite/asterisk/trunk r3271 - /asterisk/trunk/tests/masquerade/c...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jun 20 12:18:02 CDT 2012


Author: rmudgett
Date: Wed Jun 20 12:17:59 2012
New Revision: 3271

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3271
Log:
Make masquerade test report which channel was removed.

Modified:
    asterisk/trunk/tests/masquerade/configs/ast1/extensions.conf

Modified: asterisk/trunk/tests/masquerade/configs/ast1/extensions.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/masquerade/configs/ast1/extensions.conf?view=diff&rev=3271&r1=3270&r2=3271
==============================================================================
--- asterisk/trunk/tests/masquerade/configs/ast1/extensions.conf (original)
+++ asterisk/trunk/tests/masquerade/configs/ast1/extensions.conf Wed Jun 20 12:17:59 2012
@@ -20,7 +20,7 @@
 
 exten => h,1,NoOp(Report local channel optimized out)
 exten => h,n,GotoIf($[x${FIRST}x = x1x]?first:)
-exten => h,n,UserEvent(optout,status: REMOVED)
+exten => h,n,UserEvent(optout,status: REMOVED ${CHANNEL(name)})
 exten => h,n(first),NoOp()
 
 [parked]




More information about the asterisk-commits mailing list