Displaying 20 results from an estimated 2000 matches similar to: "Asterisk PBX Billing"
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)
2014 Jan 14
2
Duda Regresión Multiple
Buenos días,
*Muchas gracias, todas las aportaciones han sido bien útiles.* Las he
tenido en cuenta y he pasado los datos con el R, siguiendo el siguiente
comando:
*modeloRTUN2<-lm(AVE.~ Tariff + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9+
d10 + d11+ d12+ d13+ d14+ d15+ d16+ d17+ d18+ d19+ d20 +d21 + Tariff*d1 +
Tariff*d2 + Tariff*d10)*
*summary(modeloRTUN2)*
Siendo:
AVE. = Variable
2014 Jan 12
6
Duda Regresión Multiple
Buenos días,
Me gustaría aplicar una regresión múltiple a los datos con los que trabajo pero
no se como introducir los datos en R. He probado introducir el siguiente
comando:
modeloM<-lm(AVE.~ d1 + as.factor(d1T)*Tariff)
summary(modeloM)
Pero me da el siguiente error:
> summary(modeloM)
Error in if (attr(z$terms, "intercept")) sum((f - mean(f))^2) else sum(f^2)
:
argument is
2004 Aug 18
3
How to accept the call and without billing the caller?
Hi,How to accepts the call and plays a voice message on the line without
billing the caller ? This may
be necessary for IVR applications that want to explain features of the
service offered .
Regards
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus
2005 Mar 21
1
ASTCC: perl / mysql or me???
I try to change something in ASTCC, but I am now totally blind, ....
I hang on one line now. I changed:
vpbx:/var/lib/asterisk/agi-bin # diff astcc-original.agi astcc.agi
22c22
< # exten => _00XXXXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},${EXTEN})
---
> # exten =>
_00XXXXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},${TARIFF},${EXTEN})
35c35
< # exten =>
2007 Dec 03
4
RSYNC
If I try:
rsync -lptgoD -e "ssh -i /root/.ssh/rsync-key" --verbose --exclude="/*.*"
--exclude="*.xml" --include="+ */Tariff/"
192.168.1.1:/home/e-smith/files/ibays/frogs/files/dbs/
rsync lists the correct files, but if I add the destination like this:
rsync -lptgoD -e "ssh -i /root/.ssh/rsync-key" --verbose --exclude="/*.*"
2006 Apr 06
1
Bell Canada Requests $987.14 Rate increase 911 / VOIP Providers
From the bend me over news department.
2 March 2006
Mr. Leonard Katz
Executive Director
Broadcasting and Telecommunications
Canadian Radio-television and
Telecommunications Commission
Ottawa, Ontario
K1A 0N2
Dear Mr. Katz:
Associated with Bell Canada Tariff Notice No. 6929
1. Attached for the Commission's approval are proposed revisions to
Bell Canada's Access Services Tariff Item
2006 Apr 06
1
Look What 911 Will Cost in Canada
Check out the proposed prices when this is approved.
BELL CANADA REPORT
ON THE
ECONOMIC EVALUATION
FOR
THE TARIFF REVISION
OF
Bell Canada's Access Services Tariff Item 315 ? Zero-Dialed
Emergency Call Routing Service (0-ECRS)
*2 March 2006
TABLE OF CONTENTS
Page
1.0 GENERAL 3
1.1 Purpose of the Study 3
2.0 SERVICE DESCRIPTION 3
2.1 Service Characteristics 3
2.2
2010 Oct 18
1
a2billing
Not sure if a2billing can be shared here, but ill give a shot
If the credit < min_credit the IVR play: sorry you have 0 credit and hangup,
I want it to FW me to the IVR to add voucher, please let me know: here is
log:
[18/10/2010 07:01:12]:[file:a2billing.php -
line:75]:[CallerID:]:[CN:]:[IDCONFIG : 1]
[18/10/2010 07:01:12]:[file:a2billing.php - line:76]:[CallerID:]:[CN:]:[MODE
: standard]
2004 Dec 18
14
SuSe 9.1 startup issue
Tom,
I am NOT subscribed (yet). I dropped SuSeFirewall2 in favor of
shorewall to get past the configuration hurdles I as experiencing.
At the moment, when my SuSe 9.1 starts up, I can see shorewall processing
the rules, policies, etc. and I see no errors and then moves on with the
rest of the SuSe boot process .
However, no traffic passes through using the rules.
I run an iptables -L and I
2006 Mar 07
3
returning the largest element in an array/matrix?
Hi all,
I want to use "which.max" to identify the maximum in a 2D array/matrix and I
want "argmin" and return the row and column indices.
But "which.max" only works for vector...
Is there any convinient way to solve this problem?
Thanks a lot!
[[alternative HTML version deleted]]
2006 Jun 28
1
Realtime: how to use column setvar?
How can I use the column "setvar" in my dialplan?
I am not sure if it is for that what I need:
Many phones have the same jump in place, but need a few variables
different, like tariff, silent, need_password,
I have for tariff = 4 variations, for silent=2, for need_password=2
... If I solve it like now, I need 4x4x2 = 32 context variations. If I
could use a field in the Real-time
2003 Aug 31
4
Newbie - setup help
Hi,
I'm trying to setup Asterisk on a Linux (redhat 8) machine.
There are no analogue phones to be used & use is purely for internet traffic
(SIPs).
I've followed the setup guide from :
http://www.automated.it/guidetoasterisk.htm
But cannot get asterisk to run.
If I type asterisk at the command prompt I get invalid instruction
If I type ./asterisk start I get [FAILED]
Can
2013 Feb 17
4
why are qemu-img and vhd-util created files incompatible?
I was wondering if someone can shed some light on why vhd files
created with qemu-img don''t really work right with vhd-util and
consequentially blktap in general. To validate the incompatiblity its
simple enough to do
qemu-img create -f vpc test.vhd 40g
vhd-util snapshot -n child.vhd -p test.vhd
Which will show the below and then the headers don''t display the BATMAP summary:
2018 May 25
1
Urgent - R help - Multivariate - Naive Bayes code for R
Friends,
I am doing a URL classification, based on certain key words whether it
contains an executive information or not. I have already went through 50K
URL's and identified the key words and made it as 0, 1 ( 0 - do not have
the key word and 1 - have the key word) and 0- do not contain executive
information 1 - contains executive information.
A sample set of data is shown below.
DomainID
2003 Jul 28
4
Offering an Asterisk Documentation and FAQ Portal
Hi,
I have resources available to host a portal specifically for the Asterisk system, to help correlate documentation, FAQ's and How To
I am new to Asterisk, and my hardest work is in locating information on using or configuring the software.
Would Mark, John or any of you feel this would be of benefit to host?
I am offering a PHP-NUKE portal for this, (Unless you know of a better
2003 Jul 08
3
line battery check
I know in the x100p hardware the driver can sense whether there is battery
voltage on the line or not. Is this possible in the zap drivers using t1/e1
interfaces ?
I believe the signalling bits are only ring and hook, not loop presence, so
not sure if it is possible.
I had a situation last night where a main cable was cut in the area and
lines were down overnight. My burglar alarm knew right
2003 Aug 11
1
Support for oracle_home yet?
Hi -
I thought I saw someplace on one of the oracle pages that ocfs now
supported the install of oracle_home's.
Can anyone verify this ?
If so - are there any limitations or things I should know?
Thanks
______________________________
Nathan Shepherd
mailto:Nathan.Shepherd@Franke.com
http://www.frankecg.com
2003 Aug 28
12
Asterisk stops responding
Anyone have any thoughts on why versions of asterisk I try (4 so far)
after CVS-07/18/03 always end up locking up on me... which means no sip
clients can register/re-register and if I type "reload" or "stop now" at
the cli it just returns and does nothing.
I have experienced this same issue on three separate boxes. Two running
RedHat 9 and one running Redhat 8.
I don't
2003 Jan 10
5
Move existing Local Profile to Roaming
Hello:
I have a Redhat 7.3 samba server acting as a PDC and running samba
2.2.3a-13.
I have a few computers with extensive existing profiles and I want to know
if anyone knows of a good way to get the COMPLETE profile to the roaming
profile on the samba server. Every manual copy way that I have tried thus
far has failed miserably.
Thanks,
A Cline