Home
last modified time | relevance | path

Searched refs:hangupCall (Results 1 – 18 of 18) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/
H A Dlibjingle.cpp53 connect(callDialog->hangupButton, SIGNAL(pressed()), this, SLOT(hangupCall())); in Libjingle()
455 void Libjingle::hangupCall() in hangupCall() function in Libjingle
471 hangupCall(); in cancelCall()
H A Dlibjingle.h129 void hangupCall();
/dports/comms/ncid/ncid/server/
H A Dnciddhangup.h90 int hangupCall(int mode, const char * recording);
H A Dnciddhangup.c36 int hangupCall(int mode, const char * recording);
392 int hangupCall(int mode, const char * recording) in hangupCall() function
H A Dncidd.c4736 if (hangupCall(dohangup, announceptr) == 0) in finishCID()
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/pjsua/winrt/gui/uwp/VoipTasks/Helpers/
H A DCurrent.cs233 _myApp.hangupCall(); in EndCall()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dstreamed-media-channel.h165 PendingOperation *hangupCall();
H A Dstreamed-media-channel.cpp1116 PendingOperation *StreamedMediaChannel::hangupCall() in hangupCall() function in Tp::StreamedMediaChannel
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/pjsua/winrt/gui/uwp/VoipBackEnd/
H A DMyApp.h228 void hangupCall();
H A DMyApp.cpp522 void MyAppRT::hangupCall() in hangupCall() function in MyAppRT
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/swig/java/android/app/src/main/java/org/pjsip/pjsua2/app/
H A DCallActivity.java239 public void hangupCall(View view) in hangupCall() method in CallActivity
/dports/net-im/libquotient/libQuotient-0.6.8/lib/
H A Droom.h606 void hangupCall(const QString& callId);
H A Droom.cpp1917 void Room::hangupCall(const QString& callId) in hangupCall() function in Room
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/
H A Droom.h588 void hangupCall(const QString& callId);
H A Droom.cpp1840 void Room::hangupCall(const QString& callId) in hangupCall() function in Room
/dports/comms/ncid/ncid/doc/
H A DCHANGES805 hangupCall_offhook() and hangupCall()
834 hangupCall():
838 * split hangupCall into hangupCall_offhook() and hangupCall()
1694 * renamed doHangup to checkBlacklist, removed hangupCall
2183 - server/nciddhangup.c: hangupCall() added missing arentheses to else
2469 added extern char annpath[] and extern int hangupCall()
2546 hangupCall() revised and added comments
2709 hangupCall() added if (ret){ret = initModem ...
2791 hangupCall(): rewrote FAX hangup section
2839 hangupCall(): added FAX autoanswer mode
[all …]
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/
H A DNEWS677 gracefully than closing them; StreamedMediaChannel::hangupCall now uses that
H A DChangeLog26792 Make StreamedMediaChannel::hangupCall use requestLeave
30038 StreamedMediaChannel: Added hangupCall(void) and deprecated hangupCall with arguments.
41999 …streamed-media-channel: Implemented StreamedMediaChannel::hangupCall and updated params to fit Cal…