From 277beb94a0f5aa85eeb0603f6d11319cce02c3cd Mon Sep 17 00:00:00 2001 From: file Date: Wed, 5 Mar 2008 22:32:10 +0000 Subject: Add a control frame to indicate the source of media has changed. Depending on the underlying technology it may need to change some things. (closes issue #12148) Reported by: jcomellas git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@106235 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/chan_zap.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'channels/chan_zap.c') diff --git a/channels/chan_zap.c b/channels/chan_zap.c index 42757fb5c..0c33f6286 100644 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -5186,6 +5186,9 @@ static int zt_indicate(struct ast_channel *chan, int condition, const void *data } else res = 0; break; + case AST_CONTROL_SRCUPDATE: + res = 0; + break; case -1: res = tone_zone_play_tone(p->subs[index].zfd, -1); break; -- cgit v1.2.3