Hi there,

I've got the following code (for remote enquiry of the answering machine) in
my dialplan:

[mailbox]
exten => m,1,Set(TIMEOUT(digit)=4)
exten => m,2,Set(TIMEOUT(response)=0)
exten => m,3,Set(LANGUAGE()=de)
exten => m,4,Read(Pin,unavail,4)    
exten => m,5,capicommand(echosquelch|no)
exten => m,6,Gotoif($["${Pin}" = "${MBPIN}"]?7:9)
exten => m,7,VoicemailMain([EMAIL PROTECTED]|s)
exten => m,8,Hangup
exten => m,9,Voicemail([EMAIL PROTECTED]|s) 
exten => m,10,Hangup
exten => t,11,Voicemail([EMAIL PROTECTED]|s) 
exten => t,12,Hangup

While this used to work fine in Asterisk 1.2.x from debian stable (etch) it
does not work as expected with Asterisk 1.4 from Debian testing (lenny)
anymore.

There is some strange delay between the the End of the Read command and the
point where 'beep' is going to get played.

Whats going on in this case with 1.4?

Sven

-- 
The main thing to note is that when you choose open source you don't
get a Windows operating system.
                                  (from http://www.dell.com/ubuntu)
/me is [EMAIL PROTECTED], http://sven.gegg.us/ on the Web


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to