Skinny: mark ring ready

This commit is contained in:
Mathieu Parent 2011-02-23 00:58:05 +01:00
parent e7a8189b2b
commit 0a14839bf9
1 changed files with 1 additions and 0 deletions

View File

@ -555,6 +555,7 @@ int skinny_ring_lines_callback(void *pArg, int argc, char **argv, char **columnN
skinny_session_send_call_info(helper->tech_pvt->session, listener, line_instance);
send_set_lamp(listener, SKINNY_BUTTON_LINE, line_instance, SKINNY_LAMP_BLINK);
send_set_ringer(listener, SKINNY_RING_INSIDE, SKINNY_RING_FOREVER, 0, helper->tech_pvt->call_id);
switch_channel_mark_ring_ready(channel);
}
return 0;
}