[Asterisk-Dev] Possible bug found

Eric Wieling eric at fnords.org
Tue Jun 24 22:39:40 MST 2003


It works fine with Playback.  My concern is that the # makes it do
something totally different.  

exten => 75#,1,DigitTimeout(10)                 ; Set Digit Timeout to 5
seconds
exten => 75#,2,ResponseTimeout(20)              ; Set Response Timeout
to 10 seconds
exten => 75#,3,Background(tt-weasels)

The above doesn't make any difference, but if I remove the # it works as
expected, also if I use Playback() it works as expected both with and
without the #.  Of course I can't get DTMF when I'm using Playback() and
that was sort of the whole point.

On Wed, 2003-06-25 at 00:21, Steven Critchfield wrote:
> Try it with Playback instead of background to see if for some reason you
> might have a timeout problem. I'm guessing here.
> 
> On Wed, 2003-06-25 at 00:08, Eric Wieling wrote:
> > OK, so I'm replying to myself.  Here's a simpler way to duplicate the
> > problem.
> > 
> > WORKS:
> > exten => 75,1,Background(tt-weasels)
> > exten => i,1,Playback(invalid)
> > exten => i,2,Hangup
> > 
> > DOESN'T WORK:
> > exten => 75#,1,Background(tt-weasels)
> > exten => i,1,Playback(invalid)
> > exten => i,2,Hangup
> > 
> > 
> > On Tue, 2003-06-24 at 23:53, Eric Wieling wrote:
> > > If I have the following and I dial 75# I get a fraction of a second of
> > > tt-weasels played and then it goes immediately to the invalid extension
> > > message.  If I remove # from the exten line it works as expected.  I
> > > have no idea where to even begin to fix the problem.
> > > 
> > > exten => 75#,1,Goto(1234,1)
> > > exten => 1234,1,Background(tt-weasels)
> > > exten => i,1,Playback(invalid)
> > > exten => i,2,Hangup
-- 
BTEL Consulting
850-484-4535 x2111 (Office)
504-595-3916 x2111 (Experimental)
877-552-0838 (Backup Phone)




More information about the asterisk-dev mailing list