aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-19 13:45:44 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-19 13:45:44 +0000
commitb83e5b082524f4f9dd8a5f93fe0858cbcf5d95ab (patch)
tree61d8a33f12b34266306d7f1ac6cdfbb43fe8140b /channels/chan_zap.c
parent5363b1ca880afeb9b5acf01aa59d41cb3dff669f (diff)
Fix V23 callerid handling if an event is received (bug #2909)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4296 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_zap.c')
-rwxr-xr-xchannels/chan_zap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 3f0f7e6ae..3486d5ae4 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -5315,6 +5315,7 @@ static void *ss_thread(void *data)
res = zt_get_event(p->subs[index].zfd);
ast_log(LOG_NOTICE, "Got event %d (%s)...\n", res, event2str(res));
res = 0;
+ break;
} else if (i & ZT_IOMUX_READ) {
res = read(p->subs[index].zfd, buf, sizeof(buf));
if (res < 0) {