]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
sigh
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 3 Jun 2008 19:31:07 +0000 (19:31 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 3 Jun 2008 19:31:07 +0000 (19:31 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@493 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/.update
libs/openzap/src/zap_io.c

index 105f52776b929e3b327d25801d4ebb9d123c99d7..4ba901794828cd6dd2c13eec6c76c68399872e25 100644 (file)
@@ -1 +1 @@
-Tue Jun  3 12:59:58 EDT 2008
+Tue Jun  3 15:31:00 EDT 2008
index 19876afb5b824967470989f175445ab3f244a179..d5cca22cb3f102868688e5908cf564c834ab25c5 100644 (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: