Changeset 252:690efbd91dd4 in verona for phapi/phapi.h
- Timestamp:
- Jul 12, 2011 2:47:42 PM (2 years ago)
- Branch:
- default
- Children:
- 253:cbe0776765ad, 264:f55d03c29bb5
- File:
-
- 1 edited
-
phapi/phapi.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
phapi/phapi.h
r173 r252 76 76 * phBlindTransferCall(cidA, "P"); 77 77 * this will cause following sequence of events: 78 * 1. B will receive a CALLHELD eve nt78 * 1. B will receive a CALLHELD eveph_config_tnt 79 79 * 2. B will receive a XFERREQ event for cidB containingg "P" as remoteUri and newcid field will 80 80 * contain a callid for an automatically generated call to the new destination … … 193 193 PH_LINE_MOBILITY_DEFAULT, 194 194 PH_LINE_MOBILITY_FIXED, 195 PH_LINE_MOBILITY_MOBILE 195 PH_LINE_MOBILITY_MOBILE, 196 PH_LINE_MOBILITY_PHONE 196 197 }; 197 198 … … 1202 1203 1203 1204 struct ph_config_s { 1205 char public_ip_addr[16]; /*!< public ip address in case of NAT */ 1204 1206 char local_ip_addr[16]; /*!< ip address to use in case of muti-homed setup */ 1205 1207 char local_audio_rtp_port[16]; /*!< port number used for RTP data */ … … 1210 1212 char local_video_rtcp_port[16]; /*!< port number used for video RTCP data */ 1211 1213 1212 char sipport[16]; /*!< sip port number */ 1214 char sipport[16]; /*!< local sip port number */ 1215 char public_sipport[16]; /*!< public sip port number */ 1213 1216 int transport; /*!< sip transport */ 1214 1217 char nattype[16]; /*!< nat type (auto,none,fcone,rcone,prcone,sym) */
Note: See TracChangeset
for help on using the changeset viewer.
