[Home]

Summary:ASTERISK-02759: [patch] app behavioral modifications
Reporter:Brian West (bkw918)Labels:
Date Opened:2004-11-07 22:16:41.000-0600Date Closed:2004-11-12 09:18:20.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_authenticate.diff.txt
Description:They keep their standard behavior but if n+101 exists it goes there.

BackgroundDetect will go n+101 when the file fails to stream.

Authenticate goes n+101 if it exists otherwise hangs up.  Keeping the exising behavior.
Comments:By: Brian West (bkw918) 2004-11-08 09:43:20.000-0600

There n+101 if file not found.  otherwise continue on.

bkw

By: twisted (twisted) 2004-11-08 09:54:22.000-0600

Yay

Now, we just need playback + background to use N+101 if they exist, and not disconnect if they don't.

By: Brian West (bkw918) 2004-11-08 10:04:12.000-0600

disclaimer on file.

By: Mark Spencer (markster) 2004-11-08 10:25:54.000-0600

PLayback does not disconnect, but n+101 on playback would be very dangerous potentially.

By: Brian West (bkw918) 2004-11-10 19:01:00.000-0600

Ok just apply the authenticate one to go n+101 if exists otherwise hangup like it does now so we can take back control if we choose to when we use it in our dialplan now.

bkw

By: Mark Spencer (markster) 2004-11-10 20:11:53.000-0600

Shouldn't that be if (!ast_streamfile()) ?

By: Brian West (bkw918) 2004-11-10 20:26:02.000-0600

That is true.. also found some in app_voicemail that are WRONG too.

By: Mark Spencer (markster) 2004-11-11 10:15:42.000-0600

Fixed in CVS with some small mods.

By: Russell Bryant (russell) 2004-11-12 09:18:20.000-0600

not in 1.0