similar to: Voice Prompts, what do you think? Good voice.

Displaying 20 results from an estimated 4000 matches similar to: "Voice Prompts, what do you think? Good voice."

2005 Sep 29
0
Voice Prompts, what do you think? Good voice. Should we record a new prompt-set?
Hello all, I have someone working for me who has a nice phone voice. I looked at some available prompts for asterisk, and found both the free and commercial ones to be pretty horrible. The asterisk ones are good, but I wish I had more to choose from sometimes. My question is, what do you think, should I bother having her record a full spectrum of prompts for asterisk? If you want to hear her
2005 Aug 15
3
BRI Hunting, using both channels on one msn
Hello All, Has anyone configured bri to answer for only one msn? In essence, when the primary is busy I want to have channel 2 ring. I am using an eicon diva server bri I know I saw it in the windows interface, but don't see it in the linux setup. Regards, Greg
2005 May 16
10
Static on TDM Zaptel FXO
Hello All, I recently put in a zaptel 1fxo/1fxs card. I am experiencing heavy static. Even with the pots line disconnected, if I do a dial I still get static. This way I know it's not the line, but rather something on the card. I tried alternate pci slots. This card has a power connector, does anyone know what the power requirements are? The unit is in a small case with a 2.4ghz p-4 and
2005 May 16
0
FW: Static on TDM Zaptel FXO
-----Original Message----- From: Gregory Wiktor - ADCom Corp. Sent: Monday, May 16, 2005 5:40 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Static on TDM Zaptel FXO Hello, Yes in the bios I set unused irq's. Zttest is sporadic. This is a non HT cpu, on a standard ide drive. It is basically just a p4-2.4 with a single ide, onboard
2006 Jan 12
2
Adit 600 and echo
I'm having issues with echo. My setup is Polycom IP501 phones connected to an Adit 600 via T100P. 13 Lines going to the Adit. All echo so far is on the local side (Employees hears own voice, but only on some calls). Watching the channel with ztmonitor, I notice that TXGAIN is pegged out most of the time. RXGAIN is anywhere between 45 and 60%. Is it safe to assume that playing around
2005 Mar 28
6
Verizon ISDN
I'm looking to use Asterisk with Verizon ISDN centex service in the US. I'd be connecting to an NT1 so I'd need an S/T interface. Users would have SIP phones registered with Asterisk and sharing the ISDN lines. The only PCI ISDN card that will support ISDN signalling in the US seems to be the Eicon Diva Server cards. These are hard to find and very expensive ($2500 for the Quad
2009 Feb 12
2
"Could not find server puppet" - installation/configuration error
Started the discussion in puppet users mailing list based on recommendation from luke. This discussion is to a follow up regarding bug#1955 "Could not find server puppet" - installation/configuration error". jamtur01''s last recommendation: Rather than renaming things try the certname option (see http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference). But
2005 Feb 07
2
Problems starting Wavelab
hi i've been running steinberg's wavelab 5 under wine20041201, but recently i upgraded to wine20050111 - and wavelab was the only app i was using that didn't work ... so i downgraded back to 20041201 - and it won't work :( i had compiled the 2005 release from source (and was able to see, for the first time, wine's jack audio driver work ... well, *try* to work), but have
2005 May 07
5
Good NAT Pnp Hardphone
Hello All, I am looking for a sip phone that is capable of automatic nat. The Cisco ata186 for example works fine for natting with iconnecthere, but as for asterisk, both my 7960 and polycom ip600 require you to set the nat ip on the tftp. Does anyone know a good phone (or ata) that can do this automatically? For example, I want to give a phone to my brother, who is going to europe. His ICH
2018 Feb 06
2
after a couple of year of success is not possible to add workstations to domain
*//* Il 05/02/2018 16:41, Rowland Penny ha scritto: > On Mon, 5 Feb 2018 16:01:27 +0100 > "Massimo Donato - Adcom.it via samba" <samba at lists.samba.org> wrote: > >> */Hi all, >>    after a couple of year of successfully working samba AD DC is >> not possible to add workstations to domain >> since a few day ago in windows i get a messagge
2018 Feb 07
2
after a couple of year of success is not possible to add workstations to domain
*//* Hi Denis, Il 06/02/2018 20:05, Denis Cardon via samba ha scritto: > Hi Massimo, > >> Il 05/02/2018 16:41, Rowland Penny ha scritto: >>> On Mon, 5 Feb 2018 16:01:27 +0100 >>> "Massimo Donato - Adcom.it via samba" <samba at lists.samba.org> wrote: >>> >>>> */Hi all, >>>>      after a couple of year of successfully
2024 Mar 07
1
Question about ssh-keygen -Y find-principals
Hello, I've noticed that `ssh-keygen -Y find-principals` warns about empty lines in the allowed signers file, even though the documentation says they should be treated as comments: $ ssh-keygen -Y find-principals -f allowed_signers.md -I wiktor at metacode.biz -n file -s rsa-key.txt.sig < rsa-key.txt allowed_signers.md:3: missing key <---- here wiktor at metacode.biz `-Y
2006 Jan 26
3
Chan_capi on builds 7955>8320 strangeness
Hello All, I am having an odd problem with Armin's chan-capi_cm on builds higher than 7955. It would seem that this happens on anything higher than 7955. What is happening is the isdn is ringing, then asterisk does a goto-if and just hangs. Asterisk itself is ok, but the isdn then rings out or busys out on the other side. Outgoing works fine, this only seems to effect incoming. I
2005 Jun 08
8
TDM04B
Hi, I recently got a TDM04B and after installing and getting asterisk up and running I connected a handset to one of the ports. Unfortunately I don't get a dial tone when I lift the handset. What could be the cause of this? Could someone point me in the direction of a proper config for a TDM04B? Thanks.
2018 Feb 07
1
after a couple of year of success is not possible to add workstations to domain
Hi Massimo, >>> >>>> Il 05/02/2018 16:41, Rowland Penny ha scritto: >>>>> On Mon, 5 Feb 2018 16:01:27 +0100 >>>>> "Massimo Donato - Adcom.it via samba" <samba at lists.samba.org> wrote: >>>>> >>>>>> */Hi all, >>>>>> after a couple of year of successfully working samba AD DC
2020 Jan 17
1
[PATCH nbdkit] Add cainfo and capath options to curl plugin
This change adds cainfo and capath options to the curl plugin. They refer directly to CURLOPT_CAINFO and CURLOPT_CAPATH, as documented in libcurl. Signed-off-by: Wiktor Gołgowski <wiktor.golgowski@linux.intel.com> --- plugins/curl/curl.c | 16 ++++++++++++++++ plugins/curl/nbdkit-curl-plugin.pod | 9 +++++++++ 2 files changed, 25 insertions(+) diff --git
2005 Jun 30
0
Re: Asterisk-Users Digest, Vol 11, Issue 181
Hi, I am new to asterisk , i am getting the following error,& the /etc/zaptel.conf file entry is as follows defaultzone=us loadzone=us span=1,1,0,esf,b8zs,yellow bchan=1-23 dchan=24 Parsing '/etc/asterisk/zapata.conf': Found Jul 1 18:33:35 WARNING[16384]: chan_zap.c:664 zt_open: Unable to specify channel 1: No such device or address Jul 1 18:33:35 ERROR[16384]: chan_zap.c:5296
2018 Feb 07
0
after a couple of year of success is not possible to add workstations to domain
Hi to all, *//* Il 07/02/2018 14:45, Massimo Donato - Adcom.it via samba ha scritto: > *//* > Hi Denis, > > Il 06/02/2018 20:05, Denis Cardon via samba ha scritto: >> Hi Massimo, >> >>> Il 05/02/2018 16:41, Rowland Penny ha scritto: >>>> On Mon, 5 Feb 2018 16:01:27 +0100 >>>> "Massimo Donato - Adcom.it via samba" <samba at
2006 Jan 28
3
No IN and OUT on ISDN line at the same
Hello Armin, > The card is telling: > > CAPI INFO 0x34a2: No circuit / channel available > > so the other channel must be in use by something else. > Maybe another device on the ISDN line? > I have tested it several times now and always entered "capi info" before and after the call. The answer was always: Contr1: 2 B channels total, 2 B channels free. I'm
2006 Jan 09
1
Tellabs echo can, can someone wire mine up for $?
Hello All, I have a tellabs 2572 EC, and I was wondering if anyone with experience can wire this up for me... I have the proper tools and info, but not the time. It's easier to send it out and get it done. I know kb1_kanobe originally started the wiki thread, and rather than risking the card, would it be possible for me to send it out to him, have him do it, and send it back? Not to say I