Displaying 20 results from an estimated 1000 matches similar to: "ASTCC: potential billing issue and "fix""
2007 Sep 10
2
Failover SIP logic
I need some extensions logic assistance, I'm trying to dial out one of multiple SIP trunks, in sequence. I need to detect a busy SIP trunk(I only allow 1 call per trunk) and roll over to a second or third depending on that busy status
Here's what I've got for a macro thusfar, but it's not working(fails if the 1st trunk is busy)
extensions.conf:
[globals]
trunk_1 => SIP/trunk1
2005 Jan 08
3
ASTCC questions
Hello.
I have set up ASTCC properly, calling it like this:
DeadAGI(${ACCOUNTCODE},${EXTEN})
It seems to be working correctly, but I have two questions:
- Although the cards' credit seems to be maintained correctly, I cannot
see the call details in astcc-admin. When I try to view information on
the card, it's just blank. Any ideas?
- When does the 2nd, 3rd and 4th trunk get used? I have
2005 Mar 13
5
ASTCC - how to use different brands?
I just downloaded the new astcc and it includes now a new field in the
list of the cards: Brand
Great!
How can I use it in the dialplan?
bye
Ronald
2004 Sep 23
5
Billing Fun - anybody know where to get a NPA/NXX db?
Hello;
I've been playing with a nifty Open Source java based report writer
called Datavision (datavision.sourceforge.net) and I've managed to write
enough logic to calculate phone bills at different rates from the MySQL
cdr's. (cdr_addon_mysql) Eventually I want to have sets of rate
structures for each user of the system - so I can bill client A at 3
cents a minute and client B at 2
2005 Jan 17
1
ASTCC single stage + no access number + auth usingsip username and password
> I would like to have all SIP phones to work on prepaid basis
> and without need to dial any access number, instead I would
> like to use the phone as normal dialing only the destination
> number, for example 00464090510.
I use the AccountCode for authentication. This is how, for example:
exten => _00XX.,1,DeadAGI(astcc.agi,${ACCOUNTCODE},011${EXTEN:2})
> Once the call is
2005 May 25
1
astcc no billed cost
Can anyone please help with an astcc problem. I just got it going, but
"billed cost" stays 0.
The test route is setup with "Inc. Seconds" = 6 and "Cost per additional
minute" = 10000.
What can the problem be?
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.16 - Release Date: 24/05/2005
2010 Mar 29
1
Asterisk, IAX, & Sub interfaces
Is there anyway to get the following scenario to work...
I have 3 IAX trunks that I want to setup to peer with other * boxes. I have 1 physical interface, eth0. I also have 2 sub interfaces, eth0:1 & eth0:2. I want to setup a single IAX trunk on each of the interfaces. All 3 interfaces are going to have separate publicly routable IPs, and for this purpose, let's say that because of
2005 Jan 09
2
ASTCC Trunk and Routes Configuration
Dear List members-
I am trying to configure ASTCC (Asterisk calling card application) but
having a hard time to configure it properly. My project deadline is
approaching and couldn't figure out how to make ASTCC functional. Here
are some details what I have done so far.
1) I have installed ASTCC successfully.
2) I can access astcc-admin.cgi script without any problem.
3) I have created
2005 Jan 04
2
Which numbers should be blocked?
I want to block following types of numbers in my extensions.conf like
the premium number in Taiwan:
exten => _90204X.,1,Congestion
Since I have a DID in USA, I need to block these numbers in USA, as well
all emergency numbers, but still let open free (???) service numbers.
Can you help me to compile such a list?
bye
Ronald
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)
2004 Dec 22
1
Asterisk billing solution
Hello.
I am looking for a simple Asterisk billing solution. I expect about
50-100 users (a mix of IAX and SIP) through 3-5 outgoing providers (all
IAX).
I need something that can handle monthly fees and per call charges
(depending on destination, obviously), and should provide a web
interface for customers and administrators.
Something that can tie in to one of the existing management GUIs
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
2007 Aug 27
4
Prepaid Billing: A2Billing, AstBill, ASTCC
Hi List;
I need to use an prepaid billing system with Asterisk,
and I do not know which one is more stable and
integrated with Asterisk?
A2Billing or AstBill or ASTCC?
Also, from where I can download it and ready about its
configuration?
Regards
ITS
IP Telephony and Contact Center Engineer
Eng. Bilal Ghayad
Mobile: 009659849460
2017 Dec 14
4
SIP trunks going to the wrong context
Hi all,
I'm trying to resolve a weird issue with SIP routing.
I have a number of SIP trunks, from a selection of providers, all of
which are registered in sip.conf:
[general]
context=default
allowguest=no
allowoverlap=no
udpbindaddr=0.0.0.0
tcpenable=yes
tcpbindaddr=0.0.0.0
transport=udp
bindport=15060
srvlookup=yes
allowsubscribe=yes
2010 Feb 06
3
A2Billing and other prepaid Billing like ASTCC, who is better?
Hi All;
I used A2Billing, basically it is nice and fine, but management possibilities is not that rich, so a lot of staff are need to be repeated that let the admin facing a problem of the needed time to do the task.
Anyone advise for another open source prepaid billing that is rich by the management features?
Also, I hope to find an open source Billing (prepaid and postpaid) that can work with
2003 Oct 03
2
Transfer from IAX call
I am using IAX to send a call to my cell phone. I want to be able to hit #
and transfer it back into the office. I have added tTr to the dial command
and hitting # prompts me for the transfer, but after I start dialing 103,
it stops at 1 and tries to transfer it within nufone instead of my
dialplan. This is the debug output:
-- Called me@NuFone/1515480XXXX
-- Call accepted by
2003 Dec 17
3
Trunk Groups and Multiple Asterisk Machines
Hello all,
I have no problems setting up trunk groups in general, but is there a way to
set up a trunk group for outbound calls that includes channels on multiple
servers? I might have missed something somewhere, but I couldn't find any
reading about this topic. Thanks!
Sean
2006 Apr 10
3
Vertical
Hi all.
I'm in the process of configuring a phone system for my family and friends.
I'm wondering if I should try to implement the "Vertical
Services" (http://www.nanpa.com/number_resource_info/vsc_assign) in the
Asterisk dialplan, or if I should delegate those functions to the various
ATA's.
For example, the Sipura SPA 2002 can handle*69 internally. On the other
2003 Apr 07
0
Call FWD & the new channel driver chan_local
I just thought i'd post a small sample that uses the new chan_local
to show one way of doing variable callfwding
This sample extension.conf uses's the ast DB to store a users current
extension,
in a db family of CallFWD
and the unique Key is based on the current channel the user is assigned.
In the globals var section each key is hardcoded EXT1, EXT2 this is used in
the
[incoming] context
2004 Apr 17
2
SIP device rings once on busy before giving busy tone with dialplan
Hi!
I am having difficultly in having users of various SIP devices obtain the
correct behaviour when they call a busy number ie. only hearing the
Congestion/Busy tone. I assume this might be because the SIP device
itself generates the 'ring' tone?
With my current setup in the dialplan extract (below) the user of the SIP
device hears one 'ring' and then the busy tone if a number