similar to: Setting up MySQL CDR??

Displaying 20 results from an estimated 6000 matches similar to: "Setting up MySQL CDR??"

2003 May 22
6
OT: BRI ISDN question
I am going to try and use a passive AVM fritz BRI card for my * setup.. Here is the thing.. I need to order my BRI from BT.. The service that looks to be the one to use is what they call ISDN 2e becasue this has the option to setup hunt groups across multiple ISDN2e lines so I could add another line later to get 4 channels.. According to the BT website in order to use the hunt grouping across
2003 Aug 12
6
OT: Grandstream power supplies..
Hi, Quick question to all the electronics gurus out there.. I unpacked my second GS phone yesterday (had it for about a month!) and set it up.. This morning the power supply is dead.. I have looked for a new one online (In the UK using Maplin let me know if you know a better place.) becasue it would probbaly take too long to get one sent from China or the US and I need to get that station
2003 Apr 15
5
S100U on RH9
Hi, I have been trying to figure out why the S100U is not performing very well on RH9.. Here is my thinking..( may be totally wide of the mark but here goes anyway) I remember reading somwhere that the sound system used by RH has changed... Does the S100U not depend on the sound subsystem?? So what I think is that the sound subsystem in RH9 and the S100U are not happy working together.. Does
2003 Mar 28
8
SNOM 100 vs SNOM 200??
Hi, I have more or less decided to do with the SNOM phones for the next stage of testing with Asterisk becasue they seem to be the best value for money and have support for the GSM codec and easy upgrades.. But now I have to decied wheather to get the 100 or 200 and if its the 200 then I need to have some justification for the extra cost.. Can someone who knows these 2 phones tell me what the
2003 May 26
9
The Phantom Call..
My system seems to be generating a call on its own... Unfortuately I can't give much more information.. I have an X100P and an S100U.. My Modem and the X100P share a common line.. When I am on the internet (which is most of the day) * just sits there and does nothing (apart from when I am testing ideas for the dial plan), but at night when I am sleeping and the modem is not connected then
2003 Aug 05
4
SendDtmf
Hello all, I am trying to use asterisk to call a local access gateway by dialing a fix number, after getting connected, the is a IVR prompt for pin number and finally the real destination number. I manage to use asterisk to dial to the gateway but have no idea how to send the pin number and destination number. This is due to asterisk only process the next ext only if dial app has terminated. My
2003 Apr 22
1
cdr_mysql table definition
Hi all, I'm looking at the mysql cdr backend to record call details, but I can't find any documentation on how to set up my database. Specifically, what is the table definition for the cdr table? I saw that the dbname, user and password can be set in cdr_mysql.conf, but there's no information on what table to use. Thanks, Gijsbert
2003 Jul 25
7
can't get musiconhold to work
I can't seem to get musiconhold to work. I'm running asterisk on a RH9 box, I have the mpg123 package installed. In my zapata.conf file I have the line MusicOnHold=default . In my musiconhold.conf file, in the classes section I uncommented default and loud. In my extensions.conf file I have a set musiconhold line. However if I get a call and I either put it on hold or hit flash
2003 Aug 04
14
Mysql CDR
hello all, I am using the msql cdr module to store cdr in db, I realised that it does't capture the start and end time af a particular call record. Therefore I dive into the source code to add the start and end time into the query (add something like cdr->start, cdr->end), but end up getting segfault. the original version of cdr_mysql.so works fine but I need the start time and end
2003 Sep 04
4
update re. Grandstream + SIP + Echo problems ..
well .. good news :) i've just put in txgain=1.0 rxgain=1.0 in my zapata.conf and upgraded the Grandstream Budgettones i'm using to version 81 of the software and all seems fine .. there is still an echo but after the first couple of seconds of call it vanishes, as the echocancelling kicks in .. so far my client is happy :) now .. i have one slight problem left .. although most of my
2003 Apr 16
5
SIP Proxy
Hi, Is Asterisk (or can it be set up as) a SIP proxy? Thanks -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
2003 Sep 19
7
IAX vs SIP
I wonder how IAX compares to SIP bandwidth-wise? I've tried both over overseas IP connection, and somehow SIP seemed to work better. Peter
2003 Jun 16
7
G.729 Licencing..
Hi, Does the G.729 module support adding more licences??
2003 Jul 11
2
wait and user input..
Hi.. How do you accept user input while waiting or playing moh? My Dialplan is as follows.. ring,ring,.. Hello thanks for calling blah blah... Please enter the extention number blah blah... WaitMusicOnHold(10) If no input pass call to operator.. The problem is that the user has to input the extension while they are being told what to do.. any input during Wait or WaitMusicOnHold is ignored...
2003 Jul 02
4
Asterisk and Hot Desks??
Hi, Has anyone worked out a way to use Asterisk in a Hot Desk environment?? I have not been able to think of a way for the user to have control over which IP phone will ring when that users extension is dialed without the user needing to reconfigure the phone.. Something like this would be cool.. User dials *8555 (or similar) and is prompted to enter their extension and then password, after
2003 May 22
17
fxo cards
Hi all, Is there any alternative hardware components for multi port FXO cards, other than Single and E1 or T1 level? For example 4 or 8 port FXO card is ideal. Also the price matters. Thanks!
2003 Apr 29
3
Whats ENUM??
I see in the changelog that ENUM support has been added.. anyone know what this is? -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
2003 Jun 27
10
Voicemail issue
Hi,. How can I make that Voicemail app to play only my own recorded message without the default one? Thanks, Dan
2003 Apr 17
4
meetme config
Hi, Is there and trick to getting a conference room up and running.. I have 'conf => 7500' in the meetme.conf file and 'exten => 7500,1,MeetMe(7500)' in the extensions.conf file (in the same context as my phone extensions).. When I dial extension 7500 I get the voice saying "That is not a valid conference number, Please try again.." <beep> <beep>
2003 Apr 21
4
netmeeting dial
HI, I'm using netmeeting to connect to an asterisk server and dial out. my extension looks like this exten => s,1,Dial,Zap/1/ Unfortunatelly the number that I have dialed in Netmeeting is lost ;-( If I hardcode the number on the line above, like ... exten => s,1,Dial,Zap/1/6642794 ... everything works fine What am I missing?