git-svn-id: http://svn.openzap.org/svn/openzap/trunk@493 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2008-06-03 19:31:07 +00:00
parent 3989919d66
commit b51ea4b1dc
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Tue Jun 3 12:59:58 EDT 2008
Tue Jun 3 15:31:00 EDT 2008

View File

@ -702,7 +702,7 @@ zap_status_t zap_channel_set_state(zap_channel_t *zchan, zap_channel_state_t sta
break;
case ZAP_CHANNEL_STATE_UP:
{
ok = 0;
ok = 1;
switch(state) {
case ZAP_CHANNEL_STATE_PROGRESS:
case ZAP_CHANNEL_STATE_PROGRESS_MEDIA: