[Home]

Summary:ASTERISK-04964: zt_indicate warning when leaving voicemail
Reporter:Serge Vecher (serge-v)Labels:
Date Opened:2005-09-01 13:40:53Date Closed:2008-01-15 15:46:45.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:After an update last night to HEAD-08/31/05, I am getting the following warning every time a voicemail is left:

WARNING[2669]: chan_zap.c:4787 zt_indicate: Don't know how to set condition 18 on channel Zap/2-1

****** ADDITIONAL INFORMATION ******

Sep  1 14:28:57]     -- Goto (macro-stdexten,s-NOANSWER,3)
[Sep  1 14:28:57]     -- Executing VoiceMail("Zap/2-1", "u111") in new stack
[Sep  1 14:28:57]     -- Playing '/var/spool/asterisk/voicemail/default/111/unavail' (language 'en')
[Sep  1 14:29:12]     -- Playing 'vm-intro' (language 'en')
[Sep  1 14:29:17]     -- Playing 'beep' (language 'en')
[Sep  1 14:29:17]     -- Recording the message
[Sep  1 14:29:17]     -- x=0, open writing:  /var/spool/asterisk/voicemail/default/111/INBOX/msg0000 format: gsm, 0x9bce150
[Sep  1 14:29:17] WARNING[2669]: chan_zap.c:4787 zt_indicate: Don't know how to set condition 18 on channel Zap/2-1
Comments:By: Serge Vecher (serge-v) 2005-09-01 13:45:59

I should add that there are no audible artifacts in the voicemessage -- so the only problem I have are messages on console. The hardware is wct100p provisioned as E&M wink.

By: Kevin P. Fleming (kpfleming) 2005-09-01 17:55:49

Fixed in CVS HEAD.

By: Digium Subversion (svnbot) 2008-01-15 15:46:45.000-0600

Repository: asterisk
Revision: 6491

U   trunk/channels/chan_zap.c

------------------------------------------------------------------------
r6491 | kpfleming | 2008-01-15 15:46:44 -0600 (Tue, 15 Jan 2008) | 2 lines

don't send warnings for unhandled indications, let ast_indicate() deal with them (issue ASTERISK-4964)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6491