[Home]

Summary:ASTERISK-05770: [patch] Unknown number is not announced properly when reading envelope
Reporter:Leif Neland (lenne_dk)Labels:
Date Opened:2005-12-03 03:17:46.000-0600Date Closed:2005-12-03 14:21:30.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) unknownphone.diff
Description:The routine for reading the callerid is checking for zero length to read "from an unknown number".

However, if callerid is not available, the callerid is stored as "Unknown"

This patch adds the test for "Unknown", keeping the previous test for zero length.
Comments:By: Tilghman Lesher (tilghman) 2005-12-03 13:56:20.000-0600

Fixed in 1.2, using a slightly different patch; automerged to trunk.

By: Tilghman Lesher (tilghman) 2005-12-03 14:21:30.000-0600

Manually merged to trunk, since automerge isn't working yet.