similar to: Security

Displaying 20 results from an estimated 10000 matches similar to: "Security"

2003 May 02
5
Termcap support not found
Make sure you have libtermcap and libtermcap-devel loaded.. To check use #rpm -q libtermcap and #rpm -q libtermcap-devel I have an install guide for RH9 in PDF format if you are interested.. Later.. > Hello, I am trying to install asterisk and get this error. > > creating cache ./config.cache > checking for gcc... gcc > checking whether the C compiler (gcc ) works... yes
2003 Jul 22
1
*--IAX--* problems. (chan_capi problem)
Ok.. I have done some more digging and the problem seems to be caused by chan_capi not detecting that the call has been answered.. I downgraded chan_capi from 0.2.3b to 0.2.2 and the system is working fine.. Kapjod, do you know of this problem? Later.. > I seem to be having problems with my 2 asterisk systems.. > > This works.. Call originating from the PSTN and then routed to the
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 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 Aug 10
2
SNOM200 firmware roll back!!
Look like SNOM have rolled back the firmware version of the 200's from 1.16w to 1.16q.. Anyone know why? -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
2003 May 12
1
AW: Asterisk-Redhat 9 install guide.
Hallo.. if you have one more for me...thanky you.... Stephan -----Urspr?ngliche Nachricht----- Von: WipeOut . [mailto:wipeout@linuxmail.org] Gesendet: Donnerstag, 10. April 2003 19:28 An: asterisk-users@lists.digium.com Betreff: [Asterisk-Users] Asterisk-Redhat 9 install guide. Hi, Not sure if anyone will be intersted but I have put together an install guide for Asterisk on RedHat 9.. Its
2003 Jun 19
2
chan_capi syntax
Hi, What is the correct chan_capi dial syntax?? This is what I think it is.. exten => _90.,1,Dial(CAPI/[msn here]:${EXTEN:1}) This seems to work for local numbers.. but I have an access number for cheap long distance calls.. wich gets dialed and then the number I want to call is sent as DTMF after a few waits (w).. On my X100P I used the following.. exten => _9001.,1,Dial(Zap/1/[access
2003 Aug 06
3
X-Lite <-> Snom200
Hi, I have just been playing with the latest X-Lite.. It works fine with Asterisk.. As for codecs I tested G.711a/u, GSM and iLBC... iLBC is the only one that didn't work.. not sure why.. But the bigger problem is that when I call another extension that is using a Snom200 the call connects but there is no audio in either direction.. I have tried G.711a/u and GSM and while X-Lite shows that
2003 Sep 22
2
Setting up MySQL CDR??
Hi, I am running Redhat, I loaded the mysql and mysql-devel RPM's and then recompiled *.. I thought it would be that simple but it looks like I have missed something becasue it doesn't look like the module has been complied.. What did I leave out? -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by
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 Jul 07
3
System command..
Can the system command be used to retrieve a variable from a mysql database using the mysql command line client?? or would it be simpler to write some sort of AGI type application?? -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
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 23
4
Zapata not required??
Hi, Just browsing through the asterisk.org site and I see in the setup isntructions that only Zaptel, Libpri and Asterisk need to be checked out.. Has Zapata been intergrated into one of the other packages? -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
2003 Apr 11
6
Where is zttool?
Hi, I installed s fresh system yesterday and it seems that zttool did not install!! ztcfg is there.. Anyone else had this problem or is it just me? -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
2003 Mar 27
4
VoIP Gateway Performance
Supposed scenario: one PC(2GHz CPU), one card 4E1, and one Internet link. There is somebody he know (has experienced) how many concurrent call (Classical Phone->Voip) can handle Asterisk ? Thanks ! -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
2003 Jun 07
2
VON in London..
Hey, Anyone have any idea what the cost to visit the VON exhibition in London next week? Not the Conference thats just way to far out of my budget.. Thanks.. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
2003 Jul 09
2
Music on hold quality..
Hi, Does any one have any pointers on improving moh quality?? Symptoms are crackling and hissing as the sound comes and goes.. I installed mpg123 this morning.. I have tried various MP3's sampled at 160k, 128k, 32k and 8k and they all sounded terrible... The PC is a P4 so its got plenty of processing power.. I have tried a few different types of classical music (Piano, Violin and full
2003 Aug 09
1
Chan_Capi questions??
I have been using chan_capi and a Fritz AVM (passive) card for a little while now.. So far so good.. There are still a couple of things I am not totally sure about.. First.. What is the difference between "softdtmf=0" and "softdtmf=1"?? Which is the preffered/recommended option?? Second.. What is Early B3 all about?? Should I be using it in my dial string?? Which is the
2003 Aug 30
3
Conference without zaptel??
Hi, Just need to check somthing.. Am I correct in saying that conferencing does not work on a system that does not have a Digium board installed?? Thanks.. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
2003 Sep 07
2
exten sent with MWI??
Hi, I have VoiceMailMain on extention 1001 so it would be nice to get that sent to the phone instead of asterisk@[IP Address] when there is a message waiting.. Is it possible to change the extention that is sent to the phone when MWI is lit up?? Thanks.. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by