comparison sip-in/call.h @ 113:bfc97065bf51

sip-in: syslog beginning and clearing of calls
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 28 Sep 2022 19:08:13 -0800
parents 9b87894704eb
children 5685412bd6aa
comparison
equal deleted inserted replaced
112:6aa63cf4620a 113:bfc97065bf51
17 char *from_uri; 17 char *from_uri;
18 unsigned from_uri_len; 18 unsigned from_uri_len;
19 char *from_user; 19 char *from_user;
20 unsigned from_user_len; 20 unsigned from_user_len;
21 int use_100rel; 21 int use_100rel;
22 unsigned in_tag_num;
22 /* PSTN side RTP info */ 23 /* PSTN side RTP info */
23 struct sockaddr_in pstn_rtp_local; 24 struct sockaddr_in pstn_rtp_local;
24 struct sockaddr_in pstn_rtp_remote; 25 struct sockaddr_in pstn_rtp_remote;
25 int use_pcma; 26 int use_pcma;
26 /* GSM side RTP info */ 27 /* GSM side RTP info */