Displaying 6 results from an estimated 6 matches for "ast_inet_ntoa".
2007 May 24
2
SCCP
...: for each function it appears in.)
chan_sccp.c: In function `reload_config':
chan_sccp.c:397: warning: implicit declaration of function `ast_load'
chan_sccp.c:397: warning: assignment makes pointer from integer without a
cast
chan_sccp.c:555: error: incompatible type for argument 1 of `ast_inet_ntoa'
chan_sccp.c:555: error: too many arguments to function `ast_inet_ntoa'
chan_sccp.c:562: error: incompatible type for argument 1 of `ast_inet_ntoa'
chan_sccp.c:562: error: too many arguments to function `ast_inet_ntoa'
chan_sccp.c:566: error: incompatible type for argument 1 of...
2010 Oct 12
0
rtpip patch
...196,21 +10189,8 @@
get_our_media_address(p, needvideo, &sin, &vsin, &tsin, &dest, &vdest);
-
- /*
- snprintf(owner, sizeof(owner), "o=%s %d %d IN IP4 %s\r\n",
ast_strlen_zero(global_sdpowner) ? "-" : global_sdpowner,
p->sessionid, p->sessionversion, ast_inet_ntoa(dest.sin_addr));
- snprintf(connection, sizeof(connection), "c=IN IP4 %s\r\n",
ast_inet_ntoa(dest.sin_addr));
-
- */
- /* replace RTP IP address, if rtpip!=auto */
- if (!strcasestr(global_rtpip, "auto")) {
- snprintf(owner, sizeof(owner), "o=%s %d %d IN IP4 %s\r\n",...
2007 Feb 11
0
realtime and save ip server in database
...char port[10];
char ipaddr[20];
char regseconds[20];
time_t nowtime;
-> char ipsvr[20];
time(&nowtime);
nowtime += expirey;
snprintf(regseconds, sizeof(regseconds), "%d", (int)nowtime);
/* Expiration time */
ast_inet_ntoa(ipaddr, sizeof(ipaddr), sin->sin_addr);
snprintf(port, sizeof(port), "%d", ntohs(sin->sin_port));
-> ast_inet_ntoa(ipsvr, sizeof(ipsvr), sin->sin_addr);
if (fullcontact)
ast_update_realtime("sippeers", "name", peer...
2006 Feb 28
2
Sipura SPA-3000 and PSTN dtmf
Greetings,
What is the recommended settings for using SPA-3000's FXO port for
dialing out to PSTN in regard of the DTMF?
The voip lan contains SPA-2100 and SPA-3000, with all fxs/fxo ports
registered to the Asterisk box with unique username/passwords.
The inbound PSTN DTMF works excellently, e.g. people calling from PSTN
into the * box are able to pick IVR items with DTMF reliably.
The
2006 Mar 08
2
REGISTER headers changed
Can someone help me with upgrading to the lastest version. I am using the
same sip.conf file, but the headers have changed and registration fails.
Has something change in the conf file that would cause this?
Notice 1.2.5 has no Authoization at all...
Regards,
Jason
Version 1.0.9
---------------------------
REGISTER sip:voip-ca35323.ocn.ne.jp SIP/2.0
Via: SIP/2.0/UDP
2006 May 16
2
Multiple Registers
List,
Does anyone know how to limit the amount of registrations that a sip user
can have?
For example, I have 2 softphones that I use on my laptop & desktop, both use
the same username & password. If I have both softphones up at the same time,
I can make simultaneous calls with each of them.
I know you can have call-limit=1 but in this case, I want to allow them to
have 3 way calling