[Asterisk-Users] Mailing list search engine

2004-02-12 Thread Kim Hendrikse
As there are no official links to this resource yet, here's another reminder for those that don't know. There's a new search engine for this list now located here: http://asterisk.linkx.net/cgi-bin/asterisk The indexes are updated once an hour. - Kim ___

[Asterisk-Users] Re: New Search engine for the list - Whoops!

2004-02-04 Thread Kim Hendrikse
Whoops! I forgot to mention it's location :) Here you go: http://asterisk.linkx.net/cgi-bin/asterisk - Kim Hendrikse > I've found a home for my new search engine of the Asterisk users mailing list. > Thanks to Linkx in the Netherlands (http://www.linkx.net) for hosting

[Asterisk-Users] New Search engine for the list - Final resting place

2004-02-04 Thread Kim Hendrikse
zzy phrase" search if desired and you can restrict the search within specific periods, from certain users, to require certain words in the subject and other features. It's also pretty fast. It's subscribed to the list and will be updated daily. Hav

Re: [Asterisk-Users] Searching the archives - new engine demo

2004-01-24 Thread Kim Hendrikse
It's NexTrieve for Linux, I wrote it in C. I don't know what a wintel box is but it sounds windows-like. That won't work for it. - Kim Hendrikse > What technology is it written using? I have a wintel box set up (Linux > coming soon) and would be pleased to host it. &

[Asterisk-Users] Searching the archives - new engine demo

2004-01-24 Thread Kim Hendrikse
the advance features which is where you can restrict to sender, exclude words etc. - Kim Hendrikse ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: h

Re: [Asterisk-Users] Asterisk and gnugk

2004-01-22 Thread Kim Hendrikse
Yep! Just have asterisk bind to another port than 1720. Of course, your problem with be codecs like g723.1. - Kim > This is quite possibly a daft question, but it is possible to run * and > gnugk on the same system with gnugk acting as a proxy for netmeeting > endpoints and feeding everything

[Asterisk-Users] Broken macros during transferring call

2004-01-20 Thread Kim Hendrikse
ansfer a call made to a foreign iaxclient I am unable to fix this. - Kim Hendrikse ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.co

Re: [Asterisk-Users] open h323

2004-01-20 Thread Kim Hendrikse
Yes, I'm sorry that I can't remember the "exact" details. But there is a variable that you have to pass in with the make command to point to the include files associated with kerberos from memory. Look in the makefile for this. Something with a -I command in it :) Look for kerberos in the Makefile,

Re: [Asterisk-Users] Search engine for this list

2004-01-19 Thread Kim Hendrikse
> ...or http://search.voip-forum.com > Indexes our lists, the Wiki, asterisk.org and some related sites. > > Still experimental. Any feedback to me, please. > /O :-) Thanks! I'll use that myself. In the past I've been heavily involved in search engine development that is particularly suited to se

Re: [Asterisk-Users] IAX2 Bug in iaxComm Solved

2004-01-19 Thread Kim Hendrikse
Hmmm. I can't get it to accept any calls at all now (Windows 2000, binary size -rw-r--r--1 root root 546816 Jan 14 22:16 iaxcomm.exe :-( But maybe I'm doing something wrong. The client says that it registers. And the client itself can call my other phones, but I can't call the clie

Re: [Asterisk-Users] Search engine for this list

2004-01-19 Thread Kim Hendrikse
robably setup a demo for him anyway. It's easy enough done. Although I didn't know about these particular resources before, so thanks for that! - Kim Hendrikse > Hi! > > > Ok, sure. That's I guess somewhat like I've been doing now. The reason that > > I a

Re: [Asterisk-Users] Search engine for this list

2004-01-19 Thread Kim Hendrikse
ware, but no hosting services. - Kim Hendrikse the software you could do things > www.google.com, search for what you want and say "site:lists.digium.com" at > the end of your search terms. > > Regards, > Andrew > ___

Re: [Asterisk-Users] Hangup detection failed

2004-01-19 Thread Kim Hendrikse
> Use something like the following in voicemail.conf > ; How many seconds of silence before we end the recording > maxsilence=10 > ; Silence threshold (what we consider silence, the lower, the more sensitive) > silencethreshold=128 > > Rich Ah, great. Thanks! Do you know how to find out what the

[Asterisk-Users] Hangup detection failed

2004-01-19 Thread Kim Hendrikse
> s,1,Answer exten => s,2,Playback(transfer) exten => s,3,Dial(${ARG2},60) exten => s,4,Voicemail(u${ARG1}) exten => s,5,Playback(tt-monkeysintro) exten => s,6,Playback(vm-goodbye) exten => s,7,Hangup exten => s,104,Voicemail

[Asterisk-Users] Search engine for this list

2004-01-19 Thread Kim Hendrikse
Is there a search engine for this list? - Kim Hendrikse ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo

[Asterisk-Users] Long time to detect that an IAX2 user is not logged on

2004-01-17 Thread Kim Hendrikse
I notice that when my dial plan directs a call to an IAX user on my own asterisk server that is not logged in, it waits the full dial time before skipping to voice mail. Why is that and is there any way to get it to skip straight away if the person is not logged in? - Kim __