Home
last modified time | relevance | path

Searched defs:callid (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/net/libosip2/libosip2-5.3.0/src/osipparser2/
H A Dosip_call_id.c64 int osip_call_id_init(osip_call_id_t **callid) { in osip_call_id_init()
77 void osip_call_id_free(osip_call_id_t *callid) { in osip_call_id_free()
94 int osip_call_id_parse(osip_call_id_t *callid, const char *hvalue) { in osip_call_id_parse()
135 int osip_call_id_to_str(const osip_call_id_t *callid, char **dest) { in osip_call_id_to_str()
161 char *osip_call_id_get_number(osip_call_id_t *callid) { in osip_call_id_get_number()
168 char *osip_call_id_get_host(osip_call_id_t *callid) { in osip_call_id_get_host()
175 void osip_call_id_set_number(osip_call_id_t *callid, char *number) { in osip_call_id_set_number()
179 void osip_call_id_set_host(osip_call_id_t *callid, char *host) { in osip_call_id_set_host()
183 int osip_call_id_clone(const osip_call_id_t *callid, osip_call_id_t **dest) { in osip_call_id_clone()
/dports/net/sems/sems-f89581a/core/ampi/
H A DMonitoringAPI.h12 #define MONITORING_LOG(callid, property, value) \ argument
22 #define MONITORING_LOG2(callid, prop1, val1, prop2, val2) \ argument
33 #define MONITORING_LOG3(callid, prop1, val1, prop2, val2, prop3, val3) \ argument
46 #define MONITORING_LOG4(callid, prop1, val1, prop2, val2, prop3, val3, prop4, val4) \ argument
78 #define MONITORING_LOG_ADD(callid, property, value) \ argument
184 #define MONITORING_MARK_FINISHED(callid) \ argument
218 #define MONITORING_LOG(callid, property, value) argument
219 #define MONITORING_LOG2(callid, prop1, val1, prop2, val2) argument
220 #define MONITORING_LOG3(callid, prop1, val1, prop2, val2, prop3, val3) argument
223 #define MONITORING_LOG_ADD(callid, property, value) argument
[all …]
/dports/net/yate/yate-6.4.0-1/share/scripts/yaypm/yaypm/examples/
H A Dpbx.py21 def blind_transfer(yate, callid, targetid, transferto, returnto): argument
77 def supervised_transfer(yate, callid, targetid, transferto, returnto): argument
80 def pbx(yate, callid, targetid, callto, called): argument
H A Dkeyecho2.py9 def ivr(yate, callid): argument
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsipe-incoming.c59 const gchar *callid = sipmsg_find_header(msg, "Call-ID"); in process_incoming_bye() local
127 const gchar *callid = sipmsg_find_header(msg, "Call-ID"); in process_incoming_cancel() local
146 const gchar *callid = sipmsg_find_header(msg, "Call-ID"); in process_incoming_info() local
350 const gchar *callid) in delayed_invite_response()
383 const gchar *callid = sipmsg_find_header(msg, "Call-ID"); in process_incoming_invite() local
671 const gchar *callid = sipmsg_find_header(msg, "Call-ID"); in process_incoming_message() local
739 const gchar *callid = sipmsg_find_header(msg, "Call-ID"); in process_incoming_message() local
758 const gchar *callid = sipmsg_find_header(msg, "Call-ID"); in process_incoming_message() local
802 const gchar *callid = sipmsg_find_header(msg, "Call-ID"); in process_incoming_refer() local
H A Dsipe-im.c61 static gchar *get_unconfirmed_message_key(const gchar *callid, in get_unconfirmed_message_key()
149 const gchar *callid = sipmsg_find_header(msg, "Call-ID"); in process_invite_response() local
444 const gchar *callid = sipmsg_find_header(msg, "Call-ID"); in process_message_response() local
539 const gchar *callid = sipmsg_find_header(msg, "Call-ID"); in process_message_timeout() local
700 const gchar *callid, in foreach_unconfirmed_message()
745 const gchar *callid, in sipe_im_cancel_unconfirmed()
768 const gchar *callid, in sipe_im_reenqueue_unconfirmed()
H A Dsipe-session.c114 const gchar *callid) in sipe_session_find_chat_by_callid()
182 const gchar *callid, in sipe_session_find_chat_or_im()
/dports/net/siproxd/siproxd-0.8.2/src/
H A Drtpproxy_relay.c374 osip_call_id_t callid; in rtpproxy_main() local
411 osip_call_id_t callid; in rtpproxy_main() local
460 osip_call_id_t callid; in rtpproxy_main() local
511 int rtp_relay_start_fwd (osip_call_id_t *callid, client_id_t client_id, in rtp_relay_start_fwd()
836 int rtp_relay_stop_fwd (osip_call_id_t *callid, in rtp_relay_stop_fwd()
1048 osip_call_id_t callid; in match_socket() local
H A Drtpproxy.c76 int rtp_start_fwd (osip_call_id_t *callid, client_id_t client_id, in rtp_start_fwd()
114 int rtp_stop_fwd (osip_call_id_t *callid, int direction) { in rtp_stop_fwd()
/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Dcallid.c168 void tm_generate_callid(str *callid) in tm_generate_callid()
184 void generate_callid(str *callid) in generate_callid()
/dports/net/kamailio/kamailio-5.4.5/src/modules/pua_dialoginfo/
H A Ddialog_publish.c56 str* build_dialoginfo(char *state, str *entity, str *peer, str *callid, in build_dialoginfo()
278 void dialog_publish(char *state, str* ruri, str *entity, str *peer, str *callid, in dialog_publish()
400 str *peer, str *callid, unsigned int initiator, unsigned int lifetime, in dialog_publish_multi()
/dports/net/kamailio/kamailio-5.4.5/utils/kamctl/db_sqlite/
H A Dacc-create.sql6 callid VARCHAR(255) DEFAULT '' NOT NULL, field
32 callid VARCHAR(255) DEFAULT '' NOT NULL, field
/dports/net/kamailio/kamailio-5.4.5/utils/kamctl/postgres/
H A Dacc-create.sql6 callid VARCHAR(255) DEFAULT '' NOT NULL, field
32 callid VARCHAR(255) DEFAULT '' NOT NULL, field
/dports/net/kamailio/kamailio-5.4.5/src/modules/rtpengine/
H A Drtpengine_hash.c210 int rtpengine_hash_table_insert(str callid, str viabranch, struct rtpengine_hash_entry *value) { in rtpengine_hash_table_insert()
277 int rtpengine_hash_table_remove(str callid, str viabranch, enum rtpe_operation op) { in rtpengine_hash_table_remove()
356 struct rtpp_node *rtpengine_hash_table_lookup(str callid, str viabranch, enum rtpe_operation op) { in rtpengine_hash_table_lookup()
/dports/net/kamailio/kamailio-5.4.5/utils/kamctl/oracle/
H A Dacc-create.sql6 callid VARCHAR2(255) DEFAULT '', field
48 callid VARCHAR2(255) DEFAULT '', field
/dports/net/kamailio/kamailio-5.4.5/src/modules/dialog/
H A Ddlg_hash.c459 struct dlg_cell* build_new_dlg( str *callid, str *from_uri, str *to_uri, in build_new_dlg()
864 str *callid, str *ftag, str *ttag, in internal_get_dlg()
934 struct dlg_cell* get_dlg( str *callid, str *ftag, str *ttag, unsigned int *dir) in get_dlg()
972 dlg_cell_t* dlg_search( str *callid, str *ftag, str *ttag, unsigned int *dir) in dlg_search()
992 void dlg_hash_lock(str *callid) in dlg_hash_lock()
1007 void dlg_hash_release(str *callid) in dlg_hash_release()
/dports/net/h323plus/h323plus-1_27_2/src/h460/
H A Dh461_base.cxx307 PString H323GetCallIdentifier(const H225_CallIdentifier & callid) { in H323GetCallIdentifier()
316 void H323SetCallIdentifier(const PString & val ,H225_CallIdentifier & callid) { in H323SetCallIdentifier()
330 void GetCallID(PString & callid, const H461_ASSETMessage & pdu) { in GetCallID()
915 int callid = FindCallData(call); in GetCallApplicationList() local
1128 int H461DataStore::Call_Initiate(const PString & callid, int assoc) in Call_Initiate()
1182 int callid = FindCallData(call); in UpdateAssociateCall() local
1186 void H461DataStore::UpdateAssociateCall(int callid, PBoolean startCall) in UpdateAssociateCall()
1203 int callid = FindCallData(callToken); in StartApplication() local
1207 void H461DataStore::StartApplication(int callid, int i, bool remote) in StartApplication()
1225 void H461DataStore::StartASSETApplication(int callid, int i) in StartASSETApplication()
[all …]
/dports/net/yate/yate-6.4.0-1/share/scripts/yaypm/yaypm/utils/resources/
H A D__init__.py13 def play(self, yate, callid, targetid, argument
56 def override(self, yate, callid, argument
/dports/net/sems/sems-f89581a/core/
H A DAmEventDispatcher.cpp79 const string& callid, in addEventQueue()
174 bool AmEventDispatcher::post(const string& callid, in post()
276 string callid = req.callid; in postSipRequest() local
/dports/net/kamailio/kamailio-5.4.5/src/modules/siputils/
H A Dring.c60 char callid[MAXCALLIDLEN+1]; /*!< callid of this call */ member
198 static void insert(str callid) in insert()
230 static int contains(str callid) in contains()
/dports/net/kamailio/kamailio-5.4.5/src/modules/call_obj/
H A Dcobj.c54 str callid; /**< Call-ID of associated call. */ member
216 static int cobj_fill(co_object_t *obj, uint64_t timestamp, str *callid) in cobj_fill()
249 int cobj_get(uint64_t timestamp, str *callid) in cobj_get()
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_dialog/
H A Ddlg_hash.c310 struct dlg_cell* build_new_dlg(str *callid, str *from_uri, str *from_tag, str *req_uri) { in build_new_dlg()
913 str *callid, str *ftag, str *ttag, unsigned int *dir, unsigned int mode) { in internal_get_dlg()
955 struct dlg_cell * get_dlg(str *callid, str *ftag, str *ttag, unsigned int *dir) { in get_dlg()
1653 str *callid; in process_mi_params() local
1792 dlg_cell_t* search_dlg( str *callid, str *ftag, str *ttag, unsigned int *dir) in search_dlg()
1811 void dlg_hash_release(str *callid) in dlg_hash_release()
1833 time_t api_get_dlg_expires(str *callid, str *ftag, str *ttag) { in api_get_dlg_expires()
/dports/net/libosip2/libosip2-5.3.0/src/test/
H A Dtcallid.c31 osip_call_id_t *callid; in main() local
/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DfaxGettyApp.c++219 CallID callid(idConfig.length()); in listenForRing() local
301 faxGettyApp::answerPhone(AnswerType atype, CallType ctype, const CallID& callid, const char* dialnu… in answerPhone()
520 faxGettyApp::answerCall(AnswerType atype, CallType& ctype, Status& eresult, const CallID& callid, c… in answerCall()
560 faxGettyApp::processCall(CallType ctype, Status& eresult, const CallID& callid) in processCall()
621 const CallID& callid, in runGetty()
/dports/comms/hylafax/hylafax-6.0.7/libhylafax/
H A DFaxRecvInfo.h47 CallID callid; // call identification variable

12345678910>>...12