similar to: 3 PCI slot with exclusive IRQ ? please advice!

Displaying 20 results from an estimated 1000 matches similar to: "3 PCI slot with exclusive IRQ ? please advice!"

2004 Dec 28
2
Mysql and Voicemail
Hi, I would like to enable mysql handling of voicemail boxes ... following that tutorial http://www.voip-info.org/wiki-Asterisk+voicemail+database so I modified the makefile of /apps directory to include USE_MYSQL_VM_INTERFACE=1 and copied mysql-vm-routines.h in the /apps dir, set up the db and some boxes in the table, also edited the voicemail.conf file. Everything compiles just fine, then
2004 Jun 17
2
HFC ISDN card with bristuff from jung hanns.n et?
Hi Alessio Yes, the problems you report do seem similar to the issues I had. I found on the Dells that the audio prompts were very choppy and played slower than normal. Occasionally there would be 'bursts' oav a second or so of 'good' audio. I also suspected IRQ issues but the Dell Mobos had no way of adjusting them. Best thing is to try and get the card on its own unshared
2005 Mar 22
0
RE: Asterisk-Users Digest, Vol 8, Issue 150
The update worked like a charm! Hold music is as cheesy as ever! Thanks much, this list is a life saver! Dan ------------------------------ Message: 2 Date: Fri, 18 Mar 2005 09:16:59 -0600 From: Eric Wieling <eric@fnords.org> Subject: Re: [Asterisk-Users] Redhat 9 Music on hold To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com>
2005 Jan 11
2
Realtime and include
Hi, I'm testing realtime right now, it does not seem to me that realtime contexts can be included in normal context, like this [sip] include=>sip-dial exten=>i,1,Hangup [sip-dial] switch=>Realtime/sip-dial Am I getting it wrong ? Tnx ! -- Best regards, Alessio mailto:afoc@interconnessioni.it
2005 Jul 25
1
Voicemail : Unable to create lock file: No such file or directory
Hi, I get this message after password request in voicemail app: Unable to create lock file: No such file or directory Anyone got a clue about fixing that problem ? I can't understand what directory or file we are talking about .. Tnx for any help! -- Best regards, Alessio mailto:afoc@interconnessioni.it
2005 Jan 17
4
REALTIME and VARIABLES
Hi, I'm having some problem with realtime: let's say I have a dialplan like this [globals] IPPHONES=_3XX [sip] exten=>${IPPHONES},1,Answer A call from ip phone 300 comes in, and it's been answered. Then I "switch" the sip context to realtime, putting the exten in the db and using the variable name for this as in the file version. [globals] IPPHONES=_3XX [sip]
2004 Apr 09
2
g729 and dtmf
HI, quick and simple question: is it possible to use inband dtmf with g729? What I would like to do is to have sip clients connected to asterisk and a zaptel card to make pstn phone calls. My concern is to allow sip users to use digits for call destinations that do require menu actions while retaining low bandwith occupation. Tnx ! -- Best regards, Alessio
2004 Jun 09
2
Mine strangest asterisk problem ever ....
Hi there, I'm going mad at this: Asterisk with one HFC isdn card, using the zaptel driver "bristuff" All works ok, but voice coming in/out of the isdn card is out of sync, squelky and disrupted, UNTIL I PUT SOME LOAD TO THE PC, let say launching xwindows. I noticed this: Strong HDD activity = voice is good HDD doing nothing = voice is not good I suppose this could be an
2005 Jul 20
2
ATXFER discussion, what's your opinion ?
Hi, I'm experimenting attended calls tranfers and I'm a little bit confused. In usual pbx's normaly there is no difference between an attended call transfer and a blind one: you just hit "transfer" then dial the extension you want the call to be transfered. If you stay on the phone you can talk to the other party, then, when you hangup, he will get the call. If you hang
2004 Jun 22
2
iax.conf : what is the purpose of trunk ?
Sorry for the stupid question: What's the purpose of defining a peer as trunk in iax.conf ? The question is also valid generally speaking (for other channel types), for instance: why define a Zap group as trunk in extension.conf ? Tnx for any help ! -- Best regards, Alessio mailto:afoc@interconnessioni.it
2004 Dec 17
5
Disabling " !" command
Hi, since I run asterisk as root with a CLI open on TTY12 I was wondering if the "!" (shell) command can be disabled from the config, for safety reasons it seems me usefully. Tnx for any help ! -- Best regards, Alessio mailto:afoc@interconnessioni.it
2004 Apr 07
1
errror compiling asterisk from cvs
I got this compiling the new cvs code ... any idea ? Tnx ! gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/07/04-11:28:50\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
2006 Jan 20
3
Detecting a PRI failure from dialplan
Hi, I would like to know if there is a way to detect the status of a span prior of sendig a call across it from the dialplan. I was asked to set up an * server with 2 spans connected to the telco and use the second as failover for the first. I checked that dialing a failed span (for instance: cable disconnected or no line) results in "congestion" for ${DIALSTATUS}, but message is too
2004 Apr 08
1
error compiling cdr_mysql support
Here is the error I get compiling the asterisk-addons rpm cc -fPIC -I../asterisk -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c cdr_addon_mysql.c:50: error: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here (not in a function) make: *** [cdr_addon_mysql.o] Error 1 I'm pretty sure I got all that is needed: # rpm -qa | grep mysql mysql-3.23.58-4
2005 Jan 17
1
Using a variable for EXTEN
Hi, I tried set up a global var for an extension, like this [globals] IPPHONES=_3XX [sip] exten=>${IPPHONES},1,Answer What I would like to do is to make a dialplan without fixed extension numbers to change the entire dialplan according to the customer requests: what exten number do you want for your IP Phones ? let me change a variable and we are set! It seems that this is not supported,
2006 Mar 22
2
beronet & bristuff
Hi. I'm trying to get a Beronet QuadBRI card work with bristuff drivers. Though qozap module loads right, all card spans are in deactivated status. I'm quite sure my configuration is correct and using a single BRI card instead of the quadBRI the status is active and I can place and receive calls. On Beronet installation manual I read that Beronet and Junghanns cards are identical in
2004 Apr 07
1
chan_oss.c:461: error: too many arguments to function `ast_queue_frame'
I got this compiling the new cvs code ... any idea ? Tnx ! gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/07/04-11:28:50\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
2004 Jun 17
1
HFC ISDN card with bristuff from junghanns.n et?
Please can you explain in more details as to what your problem is? I have 2 cards working in one PC, but have had problems with Dell motherboards. -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Alessio Focardi Sent: 17 June 2004 11:41 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] HFC ISDN card
2004 Jun 30
6
zaphfc - hfc pci based ISDN card : point2point & DDI
hello, anyone has worknig ISDN hfc-pci card in DDI (DID) point2point mode? what kernel ? and second question mISDN driver .. anyone has working solution with mISDN and maybe fritz card? what you suggest for DDI -> point2point mode (card,kernel,chan_..., ...) ? thank you, Tomaz
2005 Oct 18
2
SV: SV: Queues and call waiting indication
My suggestion would be the one-line eyeBeam phone under development. Check out support.xten.com. //Jan -----Ursprungligt meddelande----- Fr?n: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] F?r afoc@interconnessioni.it Skickat: den 18 oktober 2005 14:48 Till: Asterisk Users Mailing List - Non-Commercial Discussion ?mne: Re: SV: [Asterisk-Users] Queues