search for: jmd

Displaying 15 results from an estimated 15 matches for "jmd".

Did you mean: cmd
2000 Jul 12
1
plot.times error -- missing or illegal tck parameter (PR#601)
There seems no default setting for tck, causing problems for plot.times() > library(chron) > dts <- dates(c("02/27/92", "02/27/92", "01/14/92", + "02/28/92", "02/01/92")) > y<-chron(dts,out.format=c("dmy","h:m:s")) > y [1] 270292 270292 140192 280292 010292 > plot(y,1:5) Error in axis(n, at =
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
...ECTION_BAD) { --- 240,266 ---- #ifdef USEPOSTGRESVM ! PGconn *dbhandler = NULL; char dboption[256]; ast_mutex_t postgreslock; + static void sql_close(void) + { + fprintf (stderr, "postgres closing database\n"); + PQfinish(dbhandler); + } + static int sql_init(void) { + /* + * JMD + * 6/23/2004 + * Close the connection if already opened + */ + if (NULL != dbhandler) sql_close(); + ast_verbose( VERBOSE_PREFIX_3 "Logging into postgres database: %s\n", dboption); ! fprintf(stderr,"Logging into postgres database: %s\n", dboption); dbhandler=PQconnectdb(d...
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
...ECTION_BAD) { --- 240,266 ---- #ifdef USEPOSTGRESVM ! PGconn *dbhandler = NULL; char dboption[256]; ast_mutex_t postgreslock; + static void sql_close(void) + { + fprintf (stderr, "postgres closing database\n"); + PQfinish(dbhandler); + } + static int sql_init(void) { + /* + * JMD + * 6/23/2004 + * Close the connection if already opened + */ + if (NULL != dbhandler) sql_close(); + ast_verbose( VERBOSE_PREFIX_3 "Logging into postgres database: %s\n", dboption); ! fprintf(stderr,"Logging into postgres database: %s\n", dboption); dbhandler=PQconnectdb(d...
2001 Sep 19
3
permissions bug w/ --backup-dir or --backup option?
Running rsync 2.4.7pre1, using the --backup-dir option, I just realized today that file ownerships and permissions of backed up files are not preserved. In other words, if rsync moves an obsolete file to the backup dir, it's ownership seems to revert to root:root, and permissions change, as well. We are also using the -a (archive) option, by the way, which should mean "preserve
2017 Jun 07
2
Upgraded server crashes on voicemail storage
...What I see in the log is: ================================================================ [Jun 7 14:23:58] VERBOSE[11347][C-00000001] app_dial.c: Everyone is busy/congested at this time (1:0/0/1) [Jun 7 14:23:58] VERBOSE[11347][C-00000001] res_agi.c: magic_switch.pl: --------------------------- jmd (CHANUNAVAIL) [Jun 7 14:23:58] VERBOSE[11347][C-00000001] res_agi.c: AGI Script Executing Application: (voicemail) Options: (1505903xxxx at default,su) [Jun 7 14:23:58] VERBOSE[11347][C-00000001] file.c: <SIP/FFFF548xxxxx-1-00000000> Playing '/var/spool/asterisk/voicemail/default/150590...
2002 Jan 21
2
Assertion Failure
...[<c0122f5b>] [<c0146e47>] [<e095f182>] [<c0146fcc>] [<c0130eda>] [<c0131f2a>] [<c013126f>] [<c0106fd3>] Code: 0f 0b 83 c4 14 8b 4c 24 28 bd e2 ff ff ff f6 41 10 04 0f 85 Ksymoops output: ksymoops 2.4.3 on i686 2.4.17. Options used -v /home/jmd/linux/linux/vmlinux (specified) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.17/ (default) -m /home/jmd/linux/linux/System.map (specified) Error (expand_objects): cannot stat(/lib/ide-disk.o) for ide-disk Error (expand_objects): cannot stat(/lib/ide-p...
2000 Jul 20
1
Samba on Two networks
I'm trying to set up a 100Base-T network on top of my exisiting 10Base-T network. The 100Base-T network is between a few hosts, but those hosts are also on the 10Base-T network. Here's a little diagram: 10Base-T 100Base-T ------------------------------------------------------- 128.173.1.1 DCSERVER | (NT PDC+WINS Server) |
2005 Feb 04
1
Microsoft RTC Client SDK with Asterisk
...alls fine, however I am having trouble registering with Asterisk. I have to produce an XML Profile to use when registering with a registrar. The one I use is... <provision key="5B29C449-29EE-4fd8-9E3F-04AED077690E" name="Asterisk"> <user account="jmd" /> <sipsrv addr="1.0.1.7" protocol="udp" auth="basic" role="registrar"> <session party="first" type="pc2pc" /> <session party="first" type="pc2...
2000 Jul 22
1
Multihome WINS Registration
I've got a bit of a problem, which is related to the problem I posted yesterday. Samba is not registering the right address with the WINS server, when it is on a multi-homed machine. The machine is on two networks, like this: Subnet A(128.173.188.0) ------------------------------------------------------- | | |
2000 Mar 07
0
ANNOUNCE: openssh-1.2.2p1
...markus.friedl at informatik.uni-erlangen.de 20000207 - Removed SOCKS code. Will support through a ProxyCommand. 20000203 - Fixed SEGVs in authloop, fix from vbzoli at hbrt.hu - Add --with-ssl-dir option 20000202 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham <jmd at aoe.vt.edu> - Documentation fixes from HARUYAMA Seigo <haruyama at nt.phys.s.u-tokyo.ac.jp> - Added URLs to Japanese translations of documents by HARUYAMA Seigo <haruyama at nt.phys.s.u-tokyo.ac.jp> 20000201 - Use socket pairs by default (instead of pipes). Prevents race c...
2017 Jun 06
2
Upgraded server crashes on voicemail storage
Hi all, I'm upgrading to Asterisk 13.14.0 x86_64. During my beta testing, I've discovered that my server crashes as soon as I leave a voicemail message. I'm using odbc voicemail storage as well as mysql dynamic configuration. I'm using unixODBC 2.3.2-r2 with myodbc 5.2.7-r1 I suspect that the odbc drivers are the problem. Is ther an alternative drive that I should be using?
2000 Jun 25
2
Login script
Is there a file I can place in the netlogin directory (or anywhere else for that matter) that will represnet a logon script? I want to have my workstations auto-mount particular shares on the samba server, without the user having to make the mount. This way when I add new users, the shares are automatically present. If there is a script I can place somwehre, please tell me what it's name is
2003 Dec 01
0
No subject
...this account which appears to be disabled (no password was ever set in smbpasswd since it is a system account). We removed that account and joined using root -- everything appears to work correctly. Thanks for the input and I hope this helps somebody else! Ed King 262-524-9290 Return-Path: <jmd@turbogeek.org> Delivered-To: samba@lists.samba.org Received: from foozle.turbogeek.org (unknown [205.214.47.149]) by lists.samba.org (Postfix) with ESMTP id 67972502D for <samba@lists.samba.org>; Wed, 25 Jul 2001 14:33:56 -0700 (PDT) Received: (from jmd@localhost) by foozle.turbogeek.o...
2000 Feb 01
1
login.c error
I had a compile-time error in login.c .. It looks like someone was copying and pasting code and didn't check the variable names. Here's the diff: diff login.c.orig login.c 258c258 < snprintf(buf, sizeof(buf), "%s/%s", lastlog, logname); --- > snprintf(buf, sizeof(buf), "%s/%s", lastlog, user); - Josh * Josh Durham | AOE at Virginia
2005 Mar 04
0
Connection time of Transferred Calls
This probably has nothing to do with Asterisk, but I'm hoping someone can point me in the right direction.... My senario is.... Phone A is a hardware SIP phone Phone B is a hardware SIP phone Phone C is a Microsoft RTC API SDK endpoint (http://msdn.microsoft.com/library/default.asp?url=/downloads/list/clientapi.asp) All three are registered with the latest release version of Asterisk. A