(OPENZAP-21) E&M shouldn't have delay after sending wink

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@572 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2008-09-27 18:46:22 +00:00
parent b89f93c049
commit 7b3195511a
1 changed files with 0 additions and 1 deletions

View File

@ -361,7 +361,6 @@ static void *zap_analog_em_channel_run(zap_thread_t *me, void *obj)
zap_channel_command(zchan, ZAP_COMMAND_OFFHOOK, NULL);
zap_sleep(200);
zap_channel_command(zchan, ZAP_COMMAND_ONHOOK, NULL);
zap_sleep(50);
}
break;
case ZAP_CHANNEL_STATE_RING: