similar to: Rating application for Asterisk

Displaying 20 results from an estimated 1000 matches similar to: "Rating application for Asterisk"

2006 Jul 18
10
searching with chinese chars
Hi all, maybe not a Ferret question, but I assume here might have came across that already. I wrote a simple CGI app that adds docs into a Ferret index. The idea is testing asian languages input and searching. The script that does the input seems to be OK. As David mentioned in a question I made a little while ago, Ferret''s index is agnostic, in the sense that you can store anything in
2007 Feb 15
1
wildcard fields
Hey all, is there a way to wildcard field searches? As in: - a document like {:title => ''foo'', :description1 => ''bar'', :description2 => ''bar2''} I''d search: index.search("description*: search query") I understand the example above is silly, but it''s enough to make the question understandable :-)
2007 Jan 10
0
LazyDoc over DRb
Hey all, I''m distributing requests to a small farm of Ferret servers across the network using DRb. In a specific part of my program, I''m trying to find an entry across servers, and for that, I''m using index[''example_doc_id''].load as the return value of the function in question. This returns a Ferret::Index::LazyDoc, which is all fine and dandy,
2006 May 17
0
RJS referring to window.parent
Hi all, I''ve been doing some work on the Ajax Scaffold (http://www.ajaxscaffold.com/), to make it work with file uploads (more specifically, the file_upload plugin). The first logical step was to get rid of form_remote_tag, since it''s impossible to send files via XMLHTTPRequests (to my best knowledge). So I referred to the iframe hack, similar to the upload progress bar here
2005 Jul 03
0
no sound. "Failed to write frame"
Hi all, Couldn't find a place to search the list archives... I'm having issues in getting any sound using a fresh asterisk install and a SJPhone to connect to it. I went by the instructions pointed at the "10 minute guide", located here: http://www.voip-info.org/tiki-index.php?page=Asterisk+quickstart. I installed it on a Slackware 10.1, by using no more than "make
2005 Jul 04
0
no sound. "Failed to write frame" (2nd post)
Hi all, Couldn't find a place to search the list archives... I'm having issues in getting any sound using a fresh asterisk install and a SJPhone to connect to it. I went by the instructions pointed at the "10 minute guide", located here: http://www.voip-info.org/tiki-index.php?page=Asterisk+quickstart. I installed it on a Slackware 10.1, by using no more than "make
2006 Feb 27
1
billing - different tarif per phone
Hello, I would like apply different call rate (tarif) per outgoing number (or group of phones, based on prefixes), I'm playing with astpp, but seems, that this feature isn't available here, can you recommend any other open-source billing (A2billing, AstBill?), that this can do? thank you! PJ
2006 Jul 12
9
ferret using UTF-8
Hey all, I went through the docs in Ferret''s page, plus a quick search through the email list (thread titles), and I couldn''t find any info on how to have Ferret storing it''s data using UTF-8. In the scenario I would use it, nothing''s being stored outside (like external databases). So it''s just how Ferret would do it that I''m interesting in
2005 Jul 12
2
ASTPP
Does anyone have experience setting up ASTPP? I have an Asterisk server in my office that I also give access to some friends and family that live outside Mexico so they can make local calls. I want to keep track of the costs and I only need to use ASTPP to rate the calls, not for calling cards or anything else. I found the documentation a little vague on the details so after setting up and
2005 Sep 24
2
CDR problem
Hi to All, I've an Asterisk CVS Head working with Mysql. My problem is that instead of ANSWERED or something like, into the CDR database records, I find only numbers. This is also a problem to let ASTPP works, infact I receive an error: ERROR - ERROR - ERROR - ERROR - ERROR DISPOSITION NOT MATCHED and the call has no cost. Any suggestions? Thanks -- .:FaberK:.
2006 Jan 03
7
Dialer
Hello All, I am having trouble finding a specific * piece of software so I thought I would see If you guys can help me get my terminology clear. First off let me premise this with "no, this is absolutely not for doing call marketing". I need to make my Asterisk box call a group of people and play them a message. My company deals with education so we need to do follow ups if students
2003 Jul 30
16
Need help
I do part time consulting work. I need to setup an asterisk system to allow me to record both inbound and outbound calls to clients. I have one client that is just a PITA. The client has changed their mind three times so far and we are at step one. I have a spare slackware box and a seperate phone line for the consulting work. I have MCI Neighorhood as my carrier. What I need to know is: 1.
2006 Feb 22
2
mysql phone number pattern match query
Does anyone have a mysql query that will compare a number from the asterisk cdr to a table of international country+city codes to determine the closest match? The two fields are; 1. Asterisk mysql cdr 'dst' field - sample record value '011441316551212' 2. rate table data like this DialPattern 011447977 011447979 011447980 011447981 011447984 011447985 011447986
2006 Jan 06
2
Using local\number
Hi, What do I have to do to get local\number to work in a context? It works from my [from-internal]... however from subcontexts it does not work: Jan 6 15:55:32 VERBOSE[20237] logger.c: -- AGI Script Executing Application: (Dial) Options: (Local/570323xxxx) Jan 6 15:55:32 NOTICE[20237] chan_local.c: No such extension/context 570323xxxx@default creating local channel Jan 6 15:55:32
2005 May 29
1
ANNOUNCEMENTt: GPL Asterisk Billing Software
Good Day, I'm finally getting around to officially announcing ASTPP. For the last 6 months, I've been working on converting ASTCC into a decent billing package for asterisk. I'm just finishing up fixing a few bugs before the 1.0 release and would appreciate if there would be a few who would be willing to do some testing on the software. Here is a list of features: Provide call
2006 Jan 07
1
Some advice on routing DID's
Would like some advice on the best way to route DID's to remote asterisk servers. Currently I have multiple DID's on my main Asterisk server in a datacenter and have remote servers that connect via an IAX trunk and when a call comes into my server I pass it to the iax peer. Just wondering what the best way it is to do this without having to have multiple line contexts for each remote
2005 May 31
1
Re: astpp database creation failed...please help...
so what should "astpp db" be exactly, where can i find its name? what should i write there? Thanks again.. > The Database field should contain the name of the astpp db, something > along the lines of "astpp" is what I would put in there. Here is a fixed > version of the script. It did not post properly to the wiki: >
2005 Jun 20
0
asterisk and radius?
Hi all, I have been looking at some billing solutions for asterisk. I saw there is Trabas VoIP Billing which apparently is working through radius cdr records, and also astPP which was recently released, and CDRTool. Has anyone been able to succeffully use radius with asterisk for CDR records? I tried app_radius with freerdius according to the wiki docs, but the Radius(CPP) keeps playing a
2006 Mar 25
2
Asterisk billing from CDR database
I am copying the Master.csv file to another server and importing to mysql. I am looking for a simple billing application that will produce a bill for a give account code for a give period, based on a rate table. Is this available? -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 UK 44.207.183.0271 Cell: 264-235-5670 Yahoo IM:
2005 Oct 06
1
Billing: amaflags and accountcode
Hi all, I have about 10 SIP phones for different users defined in sip.conf, each with their own accountcode= entry. There is a global setting in sip.conf that states amaflags=documentation There are 3 IAX->PSTN gateways defined in iax.conf for outbound calls. These do not have an accountcode=, but do have amaflags=billing defined in each. The theory was that all calls should be logged, those