[asterisk-commits] file: branch 1.4 r63872 -
/branches/1.4/res/res_features.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri May 11 08:43:14 MST 2007
Author: file
Date: Fri May 11 10:43:14 2007
New Revision: 63872
URL: http://svn.digium.com/view/asterisk?view=rev&rev=63872
Log:
Make the PARKINGEXTEN feature of parking actually work. (issue #9708 reported by mdu113)
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=63872&r1=63871&r2=63872
==============================================================================
--- branches/1.4/res/res_features.c (original)
+++ branches/1.4/res/res_features.c Fri May 11 10:43:14 2007
@@ -329,6 +329,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