[Home]

Summary:ASTERISK-01471: overlapdial=yes affects DTMF
Reporter:fresko (fresko)Labels:
Date Opened:2004-04-27 10:41:57Date Closed:2004-09-25 02:49:39
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:If I set overlapdial=yes in zapata.conf and i.e makes an stream file "12" the playback will not be interrupted by pressing 1 or 2. Experiments shows that when setting overlapdial=no everything is back to normal. This bug is present in developer cvs and stable cvs.
Comments:By: Mark Spencer (markster) 2004-04-27 13:15:59

Can you try to rephrase your bug report in a way that actually makes sense?  What is your extension.conf section for what you're trying to dial and what behavior you're seeing?

By: fresko (fresko) 2004-04-27 13:56:30

Ok, here come some more details:

extensions.conf:

[default]
exten => 0774100800,1,Answer
exten => 0774100800,2,Agi,/var/lib/asterisk/agi-bin/disa1.agi

In agi-script i send the command: stream file <filename> "escapechars"

The call is coming in on a Zaptel tor2.

The file is played, but is not interrupted if the user press one of the escapechars.

Here is some info from zapata.conf:

group = 3
overlapdial=yes
context = default
switchtype=euroisdn
signalling=pri_net
stripmsd=0
callerid=asreceived
channel => 1-15
channel => 17-31

If I change overlapdial=yes to overlapdial=no, then the agi-script is working as expected.

It's not a programming error, because everything have worked before. I have a cvs-version from 30/3-2004 and in that version everything is working. But when I updated last week it stopped working and when I go back to the old version it starts working again.

I hope this makes more sense...

By: Mark Spencer (markster) 2004-04-27 17:44:16

Should be fixed in CVS head.

By: Mark Spencer (markster) 2004-04-28 09:37:08

Since this is a "major" bug, please try to test and respond back as quickly as possible.  The three "major" bugs are the only thing stopping us from releasing 1.0 and 1.1 release candidates.  Thanks!

By: fresko (fresko) 2004-04-28 10:16:30

I have tried the latest devel-cvs and it works ok! Thanks!

By: Mark Spencer (markster) 2004-04-28 10:26:40

Fixed in CVS head and stable