Displaying 2 results from an estimated 2 matches for "oldmsg".
Did you mean:
oldmss
2005 Sep 03
0
MWI - message waiting indication
...the asterisk code to pass the mailbox user
in the SIP NOTIFY packet.
--- channels/chan_sip.c.orig Thu Jul 14 12:03:18
2005
+++ channels/chan_sip.c Thu Jul 14 12:05:26 2005
@@ -9710,6 +9710,7 @@
/* Called with peerl lock, but releases it */
struct sip_pvt *p;
int newmsgs, oldmsgs;
+ char *s;
/* Check for messages */
ast_app_messagecount(peer->mailbox, &newmsgs,
&oldmsgs);
@@ -9735,6 +9736,10 @@
/* Recalculate our side, and recalculate Call
ID */
if
(ast_sip_ouraddrfor(&p->sa.sin_addr,&p->ourip))...
1999 Oct 20
3
patch for tinc-0.3
...is a connection
use POSIX;
require 'timelocal.pl';
use Sys::Syslog qw(:DEFAULT setlogsock);
use Sys::Hostname;
use Net::Ping;
$HOME="/usr/local/etc/tinc";
$LOGDIR="/var/log";
$PROGNAME="tincsched";
$TESTHOST="a2000-gw1.aie.nl";
$host = $TESTHOST;
$oldmsg = "";
$0 = $PROGNAME; # cant get `ps -ef` show my progname ):
&check_pid("$HOME/tincsched.pid", $$);
&redir_io_log($PROGNAME);
write_syslog('info', "$PROGNAME started with pid $$ \n");
$SIG{'CHLD'} = 'handler';
$SIG{'TERM'} =...