search for: adjconn

Displaying 2 results from an estimated 2 matches for "adjconn".

2005 Jul 23
2
ASTCC gives me only the time, but no cost
I try to track down an error that causes that Astcc just reports the time, but not the costs. I could narrow the problem down into this sub routine: sub calccost() { my ($adjconn, $adjcost, $answeredtime, $increment) = @_; eval { my $adjtime = int(($answeredtime + $increment - 1) / $increment) * $increment }; my $cost; print STDERR "Adjusted time is $adjtime, cost is $adjcost with $adjconn fee\n"; eval { $cost = int($adjcost * $adjtime / 60) }; $cost += $adjc...
2005 Feb 04
1
ASTCC error on free calls
I set up certain routes in my ASTCC application to be free of charge. When a user attempts to dial one of these numbers, the announcement plays the prompts "This call will cost", "nothing", and then terminates the script, dropping the call, leaving the card locked in the database as being in use. Any ideas? Sincerely, Trevor Hammonds -------------- next