search for: my_ip_addr

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

2006 Jul 13
1
Binding to a local IP address when mounting smb file system.
...) I need to be able to specify the local IP address for the socket connection. This will allow me to bind different mounts to different local interfaces. This information will be passed to the bind system call before initiating the 'connect'. Example code: struct sockaddr_in my_ip_addr; memset(&my_ip_addr, 0, sizeof(my_ip_addr)); my_ip_addr.sin_family = AF_INET; my_ip_addr.sin_addr.s_addr = htonl(ip_addr); my_ip_addr.sin_port = htons(ip_port); int r; //retval r = bind(s, (struct sockaddr*)(&my_ip_addr), sizeof(my_ip_addr)); if (r < 0) {...
2009 Jul 19
0
Asterisk not ACKing some 407 Proxy Auth Required requests?
...ifying information, but other than that it should be considered complete and accurate. Does anyone have any idea what might be wrong here? FAILED CALL: Conv.| Time | MY_HOST | 64.2.142.215.GIGe-net.vitel.net| 6 |186.532 | INVITE SDP ( telephone-event) |SIP From: sip:ME at MY_IP_ADDR To:sip:15555551212 at outbound.vitelity.net | |(5060) ------------------> (5060) | 6 |186.575 | 407 Proxy Authentication Required |SIP Status | |(5060) <------------------ (5060) | 6 |186.780 | INVITE SDP ( telephone-event)...
2006 Mar 21
5
Cisco POS 3-08-2
Anyone have experience with the 3-08-2 release of Cisco's SIP firmware? Are there any new features in the SIPDefault.cnf? Thanks, Ron