Displaying 1 result from an estimated 1 matches for "entered_cod".
Did you mean:
  entered_code
  
2003 Jun 25
1
Code some * examples for me? I'll pay you! :)
...ou called from a ani code [say aniII 
code] type of system -[hang up].
IVR_app_3 description:
----------------------    (this one is a bit more complicated)
For starters, we want to use the perl AGI for this since we know this 
language well.
It will also use a simple mysql database like this:
ENTERED_CODE |  GIVE_CODE    |  GAVE_TO |  ON_TIMESTAMP
12345		54321		 null	     null
88881		21372		 null	     null
34248		49383		 null	     null
19999		88881		 null	     null
48848		32828		 null	     null
""              ""
Say there are 100 codes in this list.
Ok.. so here is the quick...