Searched refs:call_hangup (Results 1 – 7 of 7) sorted by relevance
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/lib/glib/call/ |
H A D | call-channel.c | 315 static void call_hangup (TpBaseCallChannel *self, 333 call_class->hangup = call_hangup; in example_call_channel_class_init() 663 call_hangup (TpBaseCallChannel *base, in call_hangup() function
|
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/examples/cm/call/ |
H A D | call-channel.c | 321 static void call_hangup (TpBaseCallChannel *self, 339 call_class->hangup = call_hangup; in example_call_channel_class_init() 669 call_hangup (TpBaseCallChannel *base, in call_hangup() function
|
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/py_pjsua/ |
H A D | pjsua_app.py | 161 status = py_pjsua.call_hangup(call_id, 410, None, None) 682 py_pjsua.call_hangup(g_current_call, 603, None, None)
|
/dports/audio/baresip/baresip-0.5.8/src/ |
H A D | core.h | 182 int call_hangup(struct call *call, uint16_t scode, const char *reason);
|
H A D | call.c | 734 int call_hangup(struct call *call, uint16_t scode, const char *reason) in call_hangup() function
|
H A D | ua.c | 838 (void)call_hangup(call, scode, reason); in ua_hangup()
|
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/python/ |
H A D | pjsua.py | 1662 err = _pjsua.call_hangup(self._id, code, reason, 2783 _pjsua.call_hangup(call_id, 603, None, None)
|