search for: includedseconds

Displaying 5 results from an estimated 5 matches for "includedseconds".

2005 Jun 22
2
ASTCC not making calls
...| +------+------+---------------------------------+ | FWD | IAX2 | 657XXX:XXXXXXXX@iax2.fwdnet.net | +------+------+---------------------------------+ routes +---------+-----------+--------+-------------+-----------------+------+ | pattern | comment | trunks | connectcost | includedseconds | cost | +---------+-----------+--------+-------------+-----------------+------+ | 4. | FWD | FWD | 0 | 0 | 150 | +---------+-----------+--------+-------------+-----------------+------+ -Added a card with $1 credit and using 'FWD' brand. extensions.c...
2005 Jul 26
1
ASTCC: different incriments
How can I fulfill that? *Billing Increments* Continental USA: six (6) second increments. International: thirty (30) seconds minimum and six (6) seconds thereafter. Mexico: sixty (60) seconds minimum and six (6) seconds thereafter. bye Ronald Wiplinger
2004 Dec 14
2
Re: Asterisk-Users Digest, Vol 5, Issue 192
...I try to look up the route for a USA number; mysql> SELECT * FROM routes WHERE "^13237309880" RLIKE pattern ORDER BY LENGTH(pattern) DESC; +---------+------------+---------+----------+-------------+-----------------+------+ | pattern | country | comment | trunks | connectcost | includedseconds | cost | +---------+------------+---------+----------+-------------+-----------------+------+ | 880 | Bangladesh | Proper | Carrier | 0 | 30 | 0.18 | | 237 | Cameroon | Proper | Carrier | 0 | 30 | 0.24 | | 32 | Belgium | Proper |...
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
2004 Dec 01
14
ASTCC configuration problem
hi Today I?ve installed, apache 2.0.52, mysql-4.1.7, asterisk-perl-0.08 and ASTCC prepaid card aplication from CVS, so now I have access to the astcc-admin.cgi from web server http://asterisk/cgi-bin/astcc-admin/astcc-admin.cgi and I?ve been able to create the database from "Configure" menu but I have some doubts to continue: - Do I have to reinstall asterisk with mysql support? -