IPSwitchBoard Version 0.69 has just been released; it is available for FREE: <http://mambo.thorben.dk> Download here Release notes: * Record calls by right clicking any extension button, you can have several recordings at the same time. * Bug fixes The recordings will be placed as a single wav file on the Asterisk server in the folder: /var/spool/asterisk/monitor the name of the file will have this format: "extension-year-month-day-hour-min-sec" ex.: 211-2005-3-27-15-12-10 (extension 211 recorded at 2005-March-27 at 15:12:10). Regards Thorben -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050326/681ea3c2/attachment.htm
Patrick Healy
2005-Mar-27 10:29 UTC
[Asterisk-Users] Using call.sample on Zap hardware - Answering problem
Hi, First let me apologize if you've seen this question before recently. I registered using an address that had a Lotus Notes e-mail client and all messages to the list ended up being unreadable. Love that lotus notes. Anyway, to the problem - I've got a X100P connected to a POTS line and am using it to call out to play a recorded message. I drop a copy of sample.call into /var/spool/asterisk/outgoing and Asterisk picks up the line and initiates the call. The problem is that the recorded message starts immediately and doesn't wait for the called party to pick up the phone. When I try this same process with a SIP extension, the process works like a champ, it just fails on the Zap interface. Is there some kind of setting or adjustment that I can make to the Zap configuration that will allow it to wait until the phone is answered? Here's the relevant portion of extensions.conf for that entry. [outgoing] exten => s,1,DigitTimeout,5 exten => s,2,ResponseTimeout,10 exten => s,3,Wait(4) exten => s,4,Answer exten => s,5,Background(demo-congrats) ; Play some recordings for testing purposes only. exten => s,6,Background(demo-instruct) exten => 1,1,Goto(s,5) exten => 2,1,Goto(msgack,s,1) exten => t,1,Playback(vm-goodbye) exten => t,2,Hangup [msgack] exten => s,1,Playback(auth-thankyou) exten => s,2,Playback(vm-goodbye) exten => s,3,Hangup Thanks! Pat Healy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050327/e05a3e78/attachment.htm