[asterisk-commits] file: trunk r63873 - in /trunk: ./ res/res_features.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri May 11 08:48:39 MST 2007


Author: file
Date: Fri May 11 10:48:38 2007
New Revision: 63873

URL: http://svn.digium.com/view/asterisk?view=rev&rev=63873
Log:
Merged revisions 63872 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r63872 | file | 2007-05-11 11:43:14 -0400 (Fri, 11 May 2007) | 2 lines

Make the PARKINGEXTEN feature of parking actually work. (issue #9708 reported by mdu113)

........

Modified:
    trunk/   (props changed)
    trunk/res/res_features.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/res/res_features.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_features.c?view=diff&rev=63873&r1=63872&r2=63873
==============================================================================
--- trunk/res/res_features.c (original)
+++ trunk/res/res_features.c Fri May 11 10:48:38 2007
@@ -360,6 +360,7 @@
 			return 0;	/* Continue execution if possible */
 		}
 		ast_copy_string(pu->parkingexten, parkingexten, sizeof(pu->parkingexten));
+		x = atoi(parkingexten);
 	} else {
 		/* Select parking space within range */
 		parking_range = parking_stop - parking_start+1;



More information about the asterisk-commits mailing list