RE: [Asterisk-Users] play message to callee before connect to incomingcall

2005-07-02 Thread Mahmoud Badran
] on behalf of Roland Zagler Sent: Sat 7/2/2005 8:23 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] play message to callee before connect to incomingcall Hello, i try to do the following: 1) call comes in on extension 999 2) caller should hear music (NOT MoH!!!) 3) a call should

Re: [Asterisk-Users] play message to callee before connect to incomingcall

2005-07-02 Thread Robert Goodyear
On Jul 2, 2005, at 12:55 PM, Mahmoud Badran wrote: try this one exten = 999,1,Answer() exten = 999,2,playback(~.mp3) exten = 999,3,dial (sip/100) exten = 999,4,playbackground(~.mp3) exten = 999,h,Hangup() not sure abt playbackground should be before the dial command or after Mahmoud: