Home
last modified time | relevance | path

Searched refs:sal_op_send_request (Results 1 – 10 of 10) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/coreapi/bellesip_sal/
H A Dsal_op_info.c28 return sal_op_send_request(op,req); in sal_send_info()
H A Dsal_op_events.c339 return sal_op_send_request(op,notify); in sal_notify_pending_state()
373 return sal_op_send_request(op,notify); in sal_notify()
383 return sal_op_send_request(op,notify); in sal_notify_close()
H A Dsal_op_presence.c388 return sal_op_send_request(op,req); in sal_subscribe_presence()
420 return sal_op_send_request(op,notify); in sal_notify_presence()
435 status = sal_op_send_request(op,notify); in sal_notify_presence_close()
H A Dsal_op_call_transfer.c45 return sal_op_send_request(op,req); in sal_call_refer_to()
166 return sal_op_send_request(op,notify); in send_notify_for_refer()
H A Dsal_op_call.c344 sal_op_send_request(op,belle_sip_dialog_create_request(op->dialog,"BYE")); in call_process_response()
799 return sal_op_send_request(op,invite); in sal_call()
948 sal_op_send_request(op,cancel); in sal_call_cancel_invite_with_info()
1059 return sal_op_send_request(op,update); in sal_call_update()
1092 sal_op_send_request(h,req); in sal_call_send_dtmf()
1124 sal_op_send_request(op,req); in sal_call_terminate_with_error()
1195 error=sal_op_send_request(op,info); in sal_call_send_vfu_request()
H A Dsal_op_impl.c245 return sal_op_send_request(op,sal_op_build_request(op,"OPTIONS")); in sal_ping()
274 return sal_op_send_request(op,request); in sal_op_send_request_with_expires()
280 sal_op_send_request(op,request); in sal_op_resend_request()
399 int sal_op_send_request(SalOp* op, belle_sip_request_t* request) { in sal_op_send_request() function
H A Dsal_op_publish.c88 else return sal_op_send_request(op,req); in sal_publish()
H A Dsal_impl.h137 int sal_op_send_request(SalOp* op, belle_sip_request_t* request);
H A Dsal_op_message.c185 retval = sal_op_send_request(op,req); in sal_message_send()
H A Dsal_impl.c165 sal_op_send_request(op,new_request); in sal_process_authentication()