search for: focardi

Displaying 20 results from an estimated 40 matches for "focardi".

2006 Jun 28
2
WIFI sip phone
Hi folks! Based upon your experience on the field what wifi sip phone would you reccomend ? A customer asked for a wireless * install and I'm looking for advice, tnx Alessio Focardi [[*] - Interconnessioni Italy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060628/05b2fb30/attachment.htm
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
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 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
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
2005 Mar 22
0
RE: Asterisk-Users Digest, Vol 8, Issue 150
...en restarts. I should probably also mention that all the agents have there own passwords. ------------------------------ Message: 15 Date: Fri, 18 Mar 2005 11:10:14 -0500 From: Scott Griepentrog <stgnet@gmail.com> Subject: Re: Re[4]: [Asterisk-Users] TDM400P install problems To: Alessio Focardi <afoc@interconnessioni.it>, Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Message-ID: <a269a6e8050318081039ed86de@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Try using module wctdm instead. That solved a lot of headac...
2004 Jun 17
2
HFC ISDN card with bristuff from jung hanns.n et?
...t thing is to try and get the card on its own unshared IRQ. If this fails, you either have to try a different pc, or collect 600 euros together and send them to Junghanns.net, and they will send you a quadBRI card that does not have this problem. Rgds Tim -----Original Message----- From: Alessio Focardi [mailto:afoc@interconnessioni.it] Sent: 17 June 2004 12:19 To: Robinson Tim-W10277; asterisk-users@lists.digium.com Subject: Re[2]: [Asterisk-Users] HFC ISDN card with bristuff from junghanns.n et? Hello Robinson, Thursday, June 17, 2004, 12:42:21 PM, you wrote: RTW> Please can you explain...
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
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 with bristuff from junghanns.net? Hi, has anyone succesfully installed such scenario ? I'm having problem with Award bios mb pc's... it do works with others, what's your idea ? Tnx...
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
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 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,
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
2006 Jun 29
1
Call Queue NOT using RoundRobin ?!?
I have setup several Calling Queues, each setup with RoundRobin strategy. When I call the queue, the first member/agent phone rings. Great! I call it again, the second member/agent rings?? I thought that was the RRMemory strategy, but it seems RoundRobin is also doing it. Anyone know what I can do to my queues, in order to force each call down the ordering of my members list? --------------
2007 Feb 01
1
3 PCI slot with exclusive IRQ ? please advice!
Hi, I'm looking for an hardware platform for an * installation that should have at least 3 PCI slot with no irq sharing whatsoever. Hardware raid 1 with hot swap is a premium, but not mandatory ... What would you choose? compaq/hp ? Dell ? Ibm ? Tnx for any advice on this matter! -- I migliori saluti, Scrivi a: Alessio 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
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 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\"