search for: a2b

Displaying 8 results from an estimated 8 matches for "a2b".

Did you mean: a2
2010 May 12
1
Convert data.frame or matrix to list
Hi, i have the following data.frame : > Data[1:3,] dt amt geoTree merTree ref 1 0.71002484 3.334570 A2b B2b 0 2 0.49074936 2.544464 A2b B1a 0 3 0.06223433 3.617133 A1b B2a 0 i want to convert it to a list, like this: list(Data[1,],Data[2,],Data[3,]) [[1]] dt amt geoTree merTree ref 1 0.07333459 0.969585 A2a A1a 0 [[2]] dt a...
2010 Sep 16
5
a2billing
Hey there, I am trying to setup a2billing on asterisk 1.6 , but ,when I try to access its web page I see the a2billing directories:Index of /a2billingNameLast modifiedSizeDescriptionParent Directory -admin/15-Sep-2010 19:19-agent/15-Sep-2010 19:21-common/15-Sep-2010 19:18-customer/15-Sep-2010 19:20-Apache/2.2.9 (Debian) PHP/5.2.6-1+l...
2012 Feb 06
2
Reordering levels of a factor when the factor is part of a data frame
...The user is supposed to save the name of the column that will need some reordering of the levels of the factor later on. The name of the column will be saved in an object called: variab the data frame is called df. If I try to the do following: df[variab]<-factor(df[variab], levels=c("A2B","B31","C33")) it won't work because df[variab] is a data frame. The reason for reordering the levels of the factor is because once that variable is plotted, the levels of the factor need to appear in certain order.    How can I re-order the levels of a factor whose n...
2010 Sep 28
1
1.6 and 1.8 version & A2Billing
Hi All; Anyone has tried to use A2Billing with Asterisk 1.6 and 1.8 to confirm that is working fine and it is same as 1.4? Appreciate ur kindly help. Regards Bilal
2006 May 26
3
using a billing system
...to implement billing with Asterisk2Billing. Before the billing, I had something like: exten => _2XXXXXXXX,1,Dial(SIP/${EXTEN}@voiprovider) Now, with Asterisk2Billing would be something like this? exten => _2XXXXXXXX,1,Answer exten => _2XXXXXXXX,2,Wait,2 exten => _2XXXXXXXX,3,DeadAGI,a2billing.php exten => _2XXXXXXXX,4,Wait,2 exten => _2XXXXXXXX,5,Hangup I tried it and the call is answered bu Asterisk and never dials the destination. :( What do I need to put in the Asterisk configuration in order to make the call and start the billing engine? Thanks Regards Joao Pereira
2006 Oct 09
2
Monitor Current outgoing calls
Hello all! I'm currently using Asterisk in conjunction with a2billing and everything seems to be working great so far. Now, all I'm missing is some sort of a GUI to monitor all calls going out through my trunks. I can always do 'sip show channels' or 'sip debug' from the console but I was wondering if there's anything that basically does...
2011 May 09
2
Rates Importer Tool
Hi All, new to the list. Wondering if anyone has / knows of, a good rate importer tool that can be used to standardize and normalize the ratesheets / rate decks etc. obtained from various carriers so they can be analysed and imported into a DB or be saved as a CSV or something? Thanks so much in advance aeg -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Dec 12
5
ring back tone
Hi all, I would like to ask please if there is a way to play a ring back tone from asterisk when the customer try to make a call...I already added the ringing function to the context in extensions .conf and it work perfectly...But the issue that the asterisk server is stoping playing back his own ring back tone as soon as it detect a ring back tone coming from the carrier side... Is there a way