1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
|
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.9
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
namespace org.doubango.tinyWRAP {
using System;
using System.Runtime.InteropServices;
public class CallSession : InviteSession {
private HandleRef swigCPtr;
internal CallSession(IntPtr cPtr, bool cMemoryOwn) : base(tinyWRAPPINVOKE.CallSession_SWIGUpcast(cPtr), cMemoryOwn) {
swigCPtr = new HandleRef(this, cPtr);
}
internal static HandleRef getCPtr(CallSession obj) {
return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
}
~CallSession() {
Dispose();
}
public override void Dispose() {
lock(this) {
if (swigCPtr.Handle != IntPtr.Zero) {
if (swigCMemOwn) {
swigCMemOwn = false;
tinyWRAPPINVOKE.delete_CallSession(swigCPtr);
}
swigCPtr = new HandleRef(null, IntPtr.Zero);
}
GC.SuppressFinalize(this);
base.Dispose();
}
}
public CallSession(SipStack pStack) : this(tinyWRAPPINVOKE.new_CallSession(SipStack.getCPtr(pStack)), true) {
}
public bool callAudio(string remoteUriString, ActionConfig config) {
bool ret = tinyWRAPPINVOKE.CallSession_callAudio__SWIG_0(swigCPtr, remoteUriString, ActionConfig.getCPtr(config));
return ret;
}
public bool callAudio(string remoteUriString) {
bool ret = tinyWRAPPINVOKE.CallSession_callAudio__SWIG_1(swigCPtr, remoteUriString);
return ret;
}
public bool callAudio(SipUri remoteUri, ActionConfig config) {
bool ret = tinyWRAPPINVOKE.CallSession_callAudio__SWIG_2(swigCPtr, SipUri.getCPtr(remoteUri), ActionConfig.getCPtr(config));
return ret;
}
public bool callAudio(SipUri remoteUri) {
bool ret = tinyWRAPPINVOKE.CallSession_callAudio__SWIG_3(swigCPtr, SipUri.getCPtr(remoteUri));
return ret;
}
public bool callAudioVideo(string remoteUriString, ActionConfig config) {
bool ret = tinyWRAPPINVOKE.CallSession_callAudioVideo__SWIG_0(swigCPtr, remoteUriString, ActionConfig.getCPtr(config));
return ret;
}
public bool callAudioVideo(string remoteUriString) {
bool ret = tinyWRAPPINVOKE.CallSession_callAudioVideo__SWIG_1(swigCPtr, remoteUriString);
return ret;
}
public bool callAudioVideo(SipUri remoteUri, ActionConfig config) {
bool ret = tinyWRAPPINVOKE.CallSession_callAudioVideo__SWIG_2(swigCPtr, SipUri.getCPtr(remoteUri), ActionConfig.getCPtr(config));
return ret;
}
public bool callAudioVideo(SipUri remoteUri) {
bool ret = tinyWRAPPINVOKE.CallSession_callAudioVideo__SWIG_3(swigCPtr, SipUri.getCPtr(remoteUri));
return ret;
}
public bool callVideo(string remoteUriString, ActionConfig config) {
bool ret = tinyWRAPPINVOKE.CallSession_callVideo__SWIG_0(swigCPtr, remoteUriString, ActionConfig.getCPtr(config));
return ret;
}
public bool callVideo(string remoteUriString) {
bool ret = tinyWRAPPINVOKE.CallSession_callVideo__SWIG_1(swigCPtr, remoteUriString);
return ret;
}
public bool callVideo(SipUri remoteUri, ActionConfig config) {
bool ret = tinyWRAPPINVOKE.CallSession_callVideo__SWIG_2(swigCPtr, SipUri.getCPtr(remoteUri), ActionConfig.getCPtr(config));
return ret;
}
public bool callVideo(SipUri remoteUri) {
bool ret = tinyWRAPPINVOKE.CallSession_callVideo__SWIG_3(swigCPtr, SipUri.getCPtr(remoteUri));
return ret;
}
public bool call(string remoteUriString, twrap_media_type_t media, ActionConfig config) {
bool ret = tinyWRAPPINVOKE.CallSession_call__SWIG_0(swigCPtr, remoteUriString, (int)media, ActionConfig.getCPtr(config));
return ret;
}
public bool call(string remoteUriString, twrap_media_type_t media) {
bool ret = tinyWRAPPINVOKE.CallSession_call__SWIG_1(swigCPtr, remoteUriString, (int)media);
return ret;
}
public bool call(SipUri remoteUri, twrap_media_type_t media, ActionConfig config) {
bool ret = tinyWRAPPINVOKE.CallSession_call__SWIG_2(swigCPtr, SipUri.getCPtr(remoteUri), (int)media, ActionConfig.getCPtr(config));
return ret;
}
public bool call(SipUri remoteUri, twrap_media_type_t media) {
bool ret = tinyWRAPPINVOKE.CallSession_call__SWIG_3(swigCPtr, SipUri.getCPtr(remoteUri), (int)media);
return ret;
}
public bool setSessionTimer(uint timeout, string refresher) {
bool ret = tinyWRAPPINVOKE.CallSession_setSessionTimer(swigCPtr, timeout, refresher);
return ret;
}
public bool set100rel(bool enabled) {
bool ret = tinyWRAPPINVOKE.CallSession_set100rel(swigCPtr, enabled);
return ret;
}
public bool setRtcp(bool enabled) {
bool ret = tinyWRAPPINVOKE.CallSession_setRtcp(swigCPtr, enabled);
return ret;
}
public bool setRtcpMux(bool enabled) {
bool ret = tinyWRAPPINVOKE.CallSession_setRtcpMux(swigCPtr, enabled);
return ret;
}
public bool setSRtpMode(tmedia_srtp_mode_t mode) {
bool ret = tinyWRAPPINVOKE.CallSession_setSRtpMode(swigCPtr, (int)mode);
return ret;
}
public bool setAvpfMode(tmedia_mode_t mode) {
bool ret = tinyWRAPPINVOKE.CallSession_setAvpfMode(swigCPtr, (int)mode);
return ret;
}
public bool setICE(bool enabled) {
bool ret = tinyWRAPPINVOKE.CallSession_setICE(swigCPtr, enabled);
return ret;
}
public bool setICEStun(bool enabled) {
bool ret = tinyWRAPPINVOKE.CallSession_setICEStun(swigCPtr, enabled);
return ret;
}
public bool setICETurn(bool enabled) {
bool ret = tinyWRAPPINVOKE.CallSession_setICETurn(swigCPtr, enabled);
return ret;
}
public bool setSTUNServer(string hostname, ushort port) {
bool ret = tinyWRAPPINVOKE.CallSession_setSTUNServer(swigCPtr, hostname, port);
return ret;
}
public bool setSTUNCred(string username, string password) {
bool ret = tinyWRAPPINVOKE.CallSession_setSTUNCred(swigCPtr, username, password);
return ret;
}
public bool setVideoFps(int fps) {
bool ret = tinyWRAPPINVOKE.CallSession_setVideoFps(swigCPtr, fps);
return ret;
}
public bool setVideoBandwidthUploadMax(int max) {
bool ret = tinyWRAPPINVOKE.CallSession_setVideoBandwidthUploadMax(swigCPtr, max);
return ret;
}
public bool setVideoBandwidthDownloadMax(int max) {
bool ret = tinyWRAPPINVOKE.CallSession_setVideoBandwidthDownloadMax(swigCPtr, max);
return ret;
}
public bool setVideoPrefSize(tmedia_pref_video_size_t pref_video_size) {
bool ret = tinyWRAPPINVOKE.CallSession_setVideoPrefSize(swigCPtr, (int)pref_video_size);
return ret;
}
public bool setQoS(tmedia_qos_stype_t type, tmedia_qos_strength_t strength) {
bool ret = tinyWRAPPINVOKE.CallSession_setQoS(swigCPtr, (int)type, (int)strength);
return ret;
}
public bool hold(ActionConfig config) {
bool ret = tinyWRAPPINVOKE.CallSession_hold__SWIG_0(swigCPtr, ActionConfig.getCPtr(config));
return ret;
}
public bool hold() {
bool ret = tinyWRAPPINVOKE.CallSession_hold__SWIG_1(swigCPtr);
return ret;
}
public bool resume(ActionConfig config) {
bool ret = tinyWRAPPINVOKE.CallSession_resume__SWIG_0(swigCPtr, ActionConfig.getCPtr(config));
return ret;
}
public bool resume() {
bool ret = tinyWRAPPINVOKE.CallSession_resume__SWIG_1(swigCPtr);
return ret;
}
public bool transfer(string referToUriString, ActionConfig config) {
bool ret = tinyWRAPPINVOKE.CallSession_transfer__SWIG_0(swigCPtr, referToUriString, ActionConfig.getCPtr(config));
return ret;
}
public bool transfer(string referToUriString) {
bool ret = tinyWRAPPINVOKE.CallSession_transfer__SWIG_1(swigCPtr, referToUriString);
return ret;
}
public bool acceptTransfer(ActionConfig config) {
bool ret = tinyWRAPPINVOKE.CallSession_acceptTransfer__SWIG_0(swigCPtr, ActionConfig.getCPtr(config));
return ret;
}
public bool acceptTransfer() {
bool ret = tinyWRAPPINVOKE.CallSession_acceptTransfer__SWIG_1(swigCPtr);
return ret;
}
public bool rejectTransfer(ActionConfig config) {
bool ret = tinyWRAPPINVOKE.CallSession_rejectTransfer__SWIG_0(swigCPtr, ActionConfig.getCPtr(config));
return ret;
}
public bool rejectTransfer() {
bool ret = tinyWRAPPINVOKE.CallSession_rejectTransfer__SWIG_1(swigCPtr);
return ret;
}
public bool sendDTMF(int number) {
bool ret = tinyWRAPPINVOKE.CallSession_sendDTMF(swigCPtr, number);
return ret;
}
public uint getSessionTransferId() {
uint ret = tinyWRAPPINVOKE.CallSession_getSessionTransferId(swigCPtr);
return ret;
}
public bool sendT140Data(tmedia_t140_data_type_t data_type, IntPtr data_ptr, uint data_size) {
bool ret = tinyWRAPPINVOKE.CallSession_sendT140Data__SWIG_0(swigCPtr, (int)data_type, data_ptr, data_size);
return ret;
}
public bool sendT140Data(tmedia_t140_data_type_t data_type, IntPtr data_ptr) {
bool ret = tinyWRAPPINVOKE.CallSession_sendT140Data__SWIG_1(swigCPtr, (int)data_type, data_ptr);
return ret;
}
public bool sendT140Data(tmedia_t140_data_type_t data_type) {
bool ret = tinyWRAPPINVOKE.CallSession_sendT140Data__SWIG_2(swigCPtr, (int)data_type);
return ret;
}
public bool setT140Callback(T140Callback pT140Callback) {
bool ret = tinyWRAPPINVOKE.CallSession_setT140Callback(swigCPtr, T140Callback.getCPtr(pT140Callback));
return ret;
}
}
}
|