[asterisk-commits] mvanbaak: branch group/multiparking r107288 - /team/group/multiparking/main/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Mar 10 18:32:12 CDT 2008


Author: mvanbaak
Date: Mon Mar 10 18:32:12 2008
New Revision: 107288

URL: http://svn.digium.com/view/asterisk?view=rev&rev=107288
Log:
add comments on some places that need attention

Modified:
    team/group/multiparking/main/features.c

Modified: team/group/multiparking/main/features.c
URL: http://svn.digium.com/view/asterisk/team/group/multiparking/main/features.c?view=diff&rev=107288&r1=107287&r2=107288
==============================================================================
--- team/group/multiparking/main/features.c (original)
+++ team/group/multiparking/main/features.c Mon Mar 10 18:32:12 2008
@@ -4,6 +4,7 @@
 
 	TODO: Initialize the list of parkedcalls when initializing a parkinglot
 		Remove it when removing a parking lot
+		  Convert to astobj2
 */
 /*
  * Asterisk -- An open source telephony toolkit.
@@ -2324,6 +2325,7 @@
 					set_c_e_p(chan, pu->parkinglot->parking_con_dial, peername_flat, 1);
 				} else {
 					ast_log(LOG_WARNING, "now going to parkedcallstimeout,s,1 | ps is %d\n",pu->parkingnum);
+					//XXX: Why is this commented out ? it should not be!
 					//snprintf(parkingslot, sizeof(parkingslot), "%d", pu->parkingnum);
 					//pbx_builtin_setvar_helper(chan, "PARKINGSLOT", parkingslot);
 					set_c_e_p(chan, "parkedcallstimeout", peername_flat, 1);




More information about the asterisk-commits mailing list