[asterisk-commits] russell: branch 1.4 r114542 - /branches/1.4/res/res_features.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Apr 22 13:29:56 CDT 2008


Author: russell
Date: Tue Apr 22 13:29:56 2008
New Revision: 114542

URL: http://svn.digium.com/view/asterisk?view=rev&rev=114542
Log:
After a parked call times out, allow the call back to the parker to time out.
(closes issue #10890)

Modified:
    branches/1.4/res/res_features.c

Modified: branches/1.4/res/res_features.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/res/res_features.c?view=diff&rev=114542&r1=114541&r2=114542
==============================================================================
--- branches/1.4/res/res_features.c (original)
+++ branches/1.4/res/res_features.c Tue Apr 22 13:29:56 2008
@@ -1711,7 +1711,7 @@
 					}
 					if (con) {
 						char returnexten[AST_MAX_EXTENSION];
-						snprintf(returnexten, sizeof(returnexten), "%s||t", peername);
+						snprintf(returnexten, sizeof(returnexten), "%s|30|t", peername);
 						ast_add_extension2(con, 1, peername, 1, NULL, NULL, "Dial", strdup(returnexten), ast_free, registrar);
 					}
 					set_c_e_p(chan, parking_con_dial, peername, 1);




More information about the asterisk-commits mailing list