/* After going on-hook, start ringing if there is an active call in the SKINNY_RING_IN state */
skinny_log_l(helper->listener,SWITCH_LOG_DEBUG,"Start Ringer for active Call ID (%d), Line Instance (%d), Line State (%d).\n",call_id,line_instance,skinny_line_get_state(helper->listener,line_instance,call_id));
skinny_log_l(helper->listener,SWITCH_LOG_DEBUG,"Hangup Line Instance (%d), Call ID (%d), Line State (%d)\n",line_instance,tech_pvt->call_id,skinny_line_get_state(helper->listener,line_instance,call_id));
skinny_log_l(listener,SWITCH_LOG_INFO,"Attempting to handle on hook message for Call ID (%d), Line Instance (%d).\n",call_id,line_instance);
/* Walk through all active calls for this device. The callback should hangup any active calls that should be terminated when the device goes on-hook */