]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Skinny: mark ring ready
authorMathieu Parent <math.parent@gmail.com>
Tue, 22 Feb 2011 23:58:05 +0000 (00:58 +0100)
committerMathieu Parent <math.parent@gmail.com>
Wed, 23 Feb 2011 00:07:54 +0000 (01:07 +0100)
src/mod/endpoints/mod_skinny/skinny_server.c

index 7d66a9c2816ae7518b70bfa906952f4bcde51369..538100359f5f181e8167f93152a74426e4f334c8 100644 (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;
 }