[Asterisk-Dev] Possible bug found

Stephen Davies steve at daviesfam.org
Wed Jun 25 00:35:12 MST 2003


On 25 Jun 2003, 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

I had this problem, or similar.

Are you dialling from a SIP client of some sort?

In my case what happened was that my ATA186 used the # as its
dial-plan terminator.  Normally the # would not be sent, but sometimes
* heard the end of it and it is then read by Background and terminates
the playback of the tt-weasels.

I fixed it with a Wait at priority 1.

Steve





More information about the asterisk-dev mailing list