similar to: ASTCC what has been changed

Displaying 20 results from an estimated 6000 matches similar to: "ASTCC what has been changed"

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
2005 Jul 23
1
astcc timestamps
The time stamps in ASTCC are useless as they are now: Fri Jul 22 15:06:25 2005 Wouldn't it be better to use something like: 2005-07-22 15:06:24 Fri I want to sort the records by date, but with the format now it is impossible... or do I miss something? bye Ronald Wiplinger
2005 Sep 28
3
ASTCC - INUSE Flag
I download and installed ASTCC over the weekend and I am having an issue where the INUSE flag will not get set back to 0 if the user drops a call while the balance is being played. All other times it seems to reset the flag correctly. I have tried both AGI and DeadAGI with the same results. Those of you using it for a while, how did you get around this? Just for fun this is all I am doing in
2005 Jun 17
2
ASTCC Rate Calculation
Good Day Has anybody here looked closely at the call cost calculation in ASTCC? Can you duplicate the way the cost of a call is calculated? I believe that there is an error in the code. I have fixed it, I think and submitted a patch but we need user comments. I would appreciate if anybody involved would slip over to chech out this link on the bugtracker and provide feedback.
2005 Jul 20
1
where i put the astcc config? In the extensions.conf or in the astcc-exten.conf?
Hi, alhtough i googled for details concerning ASTCC i did not found an aswer to the following: Should i put in my extensions.conf the configuration of the astcc? I ask this because as i see it, in the end of the extensions.conf there is an include statement : #include /var/lib/astcc/astcc-exten.conf Should the config been done in the astcc-exten.conf file or the initial extensions.conf
2005 May 13
1
ASTCC Compilation Error
Hi, When trying to compile ASTCC i am getting the following error: root@asthome:/usr/src/astcc# make install mkdir -p /var/www mkdir -p /var/www/html/_astcc mkdir -p /var/www/cgi-bin/astcc-admin chmod 755 ./astcc.agi chmod 755 ./astcc-admin.cgi echo | ./astcc.agi >/dev/null Can't locate Asterisk/AGI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.6/i486-linux /usr/lib/perl5/5.8.6
2005 Aug 16
3
ASTCC astcc-config.conf card length question
I currently have my astcc databases card lenghts at 7 digits long. I would like to expand this to 10 digits now though. Will I screw things up if I leave the old 7 digit long pins in there and start using/generating 10 digit pins? Thanks
2005 Jul 09
2
Modifying astcc
Hi: Astcc is working fine, except for one thing. It doesn't give the called party enough time to answer the phone. If nobody picks up in two rings, astcc reports back no answer and hangs-up. The only instant NOANSWER "value" was mentioned in astcc.agi script is: elsif ($res eq "NOANSWER") { $res = &mystreamfile("astcc-noanswer");
2005 Jan 05
1
ASTCC Compiling Problem
I have this error compiling ASTCC: [root@pbx astcc]# make install mkdir -p /var/www mkdir -p /var/www/html/_astcc mkdir -p /var/www/cgi-bin/astcc-admin chmod 755 ./astcc.agi chmod 755 ./astcc-admin.cgi echo | ./astcc.agi >/dev/null Can't locate DBI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
2005 Jan 29
3
How to use ASTCC with SIP ??
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 5870 bytes Desc: image002.jpg Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050129/e53b0567/attachment.jpeg
2005 Oct 17
1
astcc missing to bill random calls?
Hello list, I just came into a strange problem wth astcc. the trouble is astcc.agi does not bill some calls. The calls are logged in the cdr-csv/Master.csv file, but with a duration of 0, billsec of 0, an empty dstchannel, and with a lastapp field of "hangup". I suppose that astcc.agi was not able to get the answeredime variable from the SIP channel... I have added a few functions to
2006 Apr 26
3
astcc: need partial pin code
I have not used astcc with pin codes so far, since I set-up the phone number as card number. Some of my users want now to dial in to the system and than use their card, which is their phone number. For that I would need a way of authentication, like a pin. I want to use something like: What is your card number: <user keys in the number> Enter your pin: <user enter a long pin>
2005 Sep 09
1
ASTCC speaks and cut RTP channel
Hi list. I have a fine running Ser+Asterisk environment and have just installed ASTCC. It?s working fine either, including its caller-id authentication feature (the one we pass the card-number as CALLERID variable and number-to-dial as EXTEN variable). The issue, a great one, is that when the credit is about one minute to end, the ASTCC prompt gets into the call, says that "you have one
2004 Dec 28
1
ASTCC Expiration
How do you set the expiration date in ASTCC? DO you have to customize the CGI script? A maintenance fee field would be nice as well. Anybody? -- Kelly D Griffin Network Engineer Tantella Wireless http://tantella.com 479.273.9992 Voice 479.464.8998 Fax
2005 Mar 11
4
ASTCC and NuFone billing is different!!
I have ASTCC installed, and compare it with NuFone, however, I find that the billing of NuFone is always a few secondes more (6 to 24 seconds) Does anybody has an explanation / solution for it? bye Ronald
2004 Dec 17
1
ASTCC in production
I am looking for the most stable version of Asterisk to use with ASTCC for a production environment. It does not appear that any of the Stable versions will be suitable since they do not support US PRI ANI Info digit collection and hence could not apply surcharges for payphone use, etc. Is there a specific CVS Head version date that includes the II updates and has proven to be stable enough to
2005 Sep 24
1
ASTCC on Fedora 4 and MySQL 4.1.12
I just installed the CVS 9-22 and am trying to get ASTCC up and running. I was able to get the web interface config running and it made the database but when I go to the brands page it says there is a problem with the table. Also when I save the config file through the intraface it wont save it to any location. I want to set up a small CC application so if there is a better product to use please
2006 Apr 02
1
ASTCC: How to reset "in-use" flag automatically ?
I have some troubles with ASTCC. TOOOOO often the "in-use" flag remains set. I would like to find a solution, where astcc.agi checks automatically if THIS user is in a call rather than to check the flag. If that is not possible, I would like to have an extension to dial to, and it will after hang up, reset the flag! The in-use flag remains set, if the caller hang up before the
2006 Apr 17
1
astcc and inwards billing
I (cannot sleep and I) am thinking if there is a way to make inwards billing easy possible. To dial out we use something like: exten => _9011N.,4,DeadAGI(astcc.agi,${CALLERID(num)},${EXTEN:${TRUNKMSD}},${TARIFF}) (I have an extra field TARIFF, what allows me to use different prices for different users) To dial to a phone we use something like: exten => 888888888,1,Dial(SIP/6001,20,tr)
2005 Jan 28
1
error while trying to install astcc
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 5870 bytes Desc: image001.jpg Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050128/198114e6/attachment.jpeg