Displaying 4 results from an estimated 4 matches for "tholo".
Did you mean:
thilo
2004 Jan 12
2
LCR / Trollphone Rate Engine
Hi. Thank you to Olle, the Wiki, and Trollphone. I found the Trollphone Rate Engine listed on the Wiki at:
http://www.voip-info.org/wiki-Asterisk+addon+rate-engine
I'm not familiar with LCR yet, but this is something that I need to do. I have it all installed but am not familiar with the terminology. Can someone help me maybe figure out what some of these fields are for?
mysql>
2004 Apr 20
3
Pattern matching rules for least cost routing
I've got two patterns I want to match on making an outgoing call...
(one day - to do Least Cost Routing for Cell/Mobile calls)
Firstly - I prefer '0' rather than '9' to get an outside line...
Either its a call to a mobile No... (072 -or- 082 -or- 083 -or- 084)
or its just another number to dial...
I added the following... the playback just advises me which 'route' is
2001 Feb 13
4
issue with EGD in openssh
...THERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#include "includes.h"
#ifndef HAVE_USLEEP
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: usleep.c,v 1.7 1998/02/08 22:44:09 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
/* XXX - if no nanosleep() just use select */
int
usleep(useconds)
unsigned int useconds;
{
struct timespec rqt;
if (useconds == 0)
return(0);
rqt.tv_sec = useconds / 1000000;
rqt.tv_nsec = (useconds % 1000000) * 1000;
return(nanosleep(&a...
2000 May 09
1
2.9: remote port forwarding doesn't work
...05 10:42:48 markus Exp $
$OpenBSD: kexgex.c,v 1.5 2001/04/05 10:42:50 markus Exp $
$OpenBSD: dh.c,v 1.14 2001/04/15 08:43:45 markus Exp $
$OpenBSD: crc32.c,v 1.8 2000/12/19 23:17:56 markus Exp $
$OpenBSD: kexdh.c,v 1.3 2001/04/04 09:48:34 markus Exp $
$OpenBSD: crt0.c,v 1.3 1997/06/24 17:15:49 tholo Exp $
-------------- next part --------------
/usr/bin/ssh
$OpenBSD: ssh.c,v 1.116 2001/04/17 12:55:04 markus Exp $
$OpenBSD: readconf.c,v 1.76 2001/04/17 10:53:25 markus Exp $
$OpenBSD: clientloop.c,v 1.65 2001/04/20 07:17:51 djm Exp $
$OpenBSD: sshconnect.c,v 1.104 2001/04/12 19:15:25 markus...