search for: enteraccountnumber

Displaying 1 result from an estimated 1 matches for "enteraccountnumber".

2004 Apr 18
0
AGI Module
...gt;verbose('Getting account number.',2); # Test stream_file. This is for debugging only. # once fixed remove. $AGI->stream_file('invalid','12345'); # Trying to get the caller's account number. This is not working either. $accountNumber = $AGI->get_data('agi-enteraccountnumber','15000','5'); # If accountNumber is blank then just queue the caller into the # 'unverified' queue. if ('foo' . $accountNumber eq 'foo') { $AGI->exec('Queue', 'unverified-patientq'); $AGI->verbose('No account nu...