Searched refs:send_select_soft_keys (Results 1 – 3 of 3) sorted by relevance
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/ |
H A D | skinny_server.c | 182 …send_select_soft_keys(listener, *line_instance_p, tech_pvt->call_id, SKINNY_KEY_SET_OFF_HOOK, 0xff… in skinny_create_incoming_session() 308 …send_select_soft_keys(listener, line_instance, tech_pvt->call_id, SKINNY_KEY_SET_OFF_HOOK, 0xffff); in skinny_session_process_dest() 320 send_select_soft_keys(listener, line_instance, tech_pvt->call_id, in skinny_session_process_dest() 637 …send_select_soft_keys(listener, line_instance, helper->tech_pvt->call_id, SKINNY_KEY_SET_RING_IN, … in skinny_ring_lines_callback() 704 send_select_soft_keys(listener, line_instance, tech_pvt->call_id, SKINNY_KEY_SET_RING_OUT, 0xffff); in skinny_session_ring_out() 756 send_select_soft_keys(listener, line_instance, helper->tech_pvt->call_id, 10, 0x0002); in skinny_session_answer_callback() 828 send_select_soft_keys(listener, line_instance, tech_pvt->call_id, in skinny_session_start_media() 854 send_select_soft_keys(listener, line_instance, tech_pvt->call_id, SKINNY_KEY_SET_ON_HOLD, 0xffff); in skinny_session_hold_line() 878 send_select_soft_keys(listener, line_instance, tech_pvt->call_id, SKINNY_KEY_SET_RING_OUT, 0xffff); in skinny_session_unhold_line() 893 …send_select_soft_keys(listener, line_instance, tech_pvt->call_id, SKINNY_KEY_SET_CONNECTED, 0xffff… in skinny_session_unhold_line() [all …]
|
H A D | skinny_protocol.h | 1161 #define send_select_soft_keys(listener, ...) perform_send_select_soft_keys(listener, __FILE__, __SW… macro
|
H A D | mod_skinny.c | 746 …send_select_soft_keys(listener, line_instance, helper->tech_pvt->call_id, SKINNY_KEY_SET_IN_USE_HI… in channel_on_routing_callback() 1065 send_select_soft_keys(listener, line_instance, call_id, SKINNY_KEY_SET_ON_HOOK, 0xffff); in channel_on_hangup_callback()
|