search for: am2mm

Displaying 3 results from an estimated 3 matches for "am2mm".

2009 Nov 06
1
sip set debug
...IP address for everyone except the client that is not connecting. How can I get a debug message on the CLI for the client that is misbehaving to tell me why it is not registering with the server? Thanks, Jerry ----------- This is the sip.conf section on the BAD client. -------- register => am2mm:XXX at myserver ; Description: [am2mm] type=friend username=am2mm secret=XXX disallow=all allow=ulaw allow=alaw allow=gsm rtptimeout=60 host=192.168.1.8 context=testing
2010 Aug 19
1
odd situation slightly off topic (sending file descriptors to another process)
I have coded up the standard sendfd() and recvfd() for linux to send and recv file descriptors. seems to work (http://book.chinaunix.net/special/ebook/addisonWesley/APUE2/0201433079/ch17lev1sec4.html) however when I recvfd() my number of open file descriptors bumps by 2 and not 1. (using lsof -p X | wc -l) I am not sure why the count jumps by 2 and not 1. The sendfd() is just sending a socket
2008 Nov 05
3
Help with TCL/TK on centos 5.2 unknown color black
Hi all, I am using centos 5.2 x86_64 on a box. and getting this error: wish -f pcalert.tcl Error in startup script: unknown color name "black" (processing "-background" option) invoked from within "canvas .c -height $canvas_height -width $screen_width -background black -highlightthickness 0 " invoked from within "set c [canvas .c -height