Roland Zagler
2005-Jul-02 10:23 UTC
[Asterisk-Users] play message to callee before connect to incoming call
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 be initiated to SIP Phone 100 4) when SIP Phone 100 is answered, a sound file should be played to the user at SIP Phone 100 5) the incoming call (at extension 999) should be connected to SIP Phone 100 any suggestions on how to implement this in an easy way? Thanks in advance, Roland Zagler
Robert Goodyear
2005-Jul-02 11:49 UTC
[Asterisk-Users] play message to callee before connect to incoming call
On Jul 2, 2005, at 10:23 AM, Roland Zagler wrote:> 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 be initiated to SIP Phone 100 > 4) when SIP Phone 100 is answered, a sound file should be played to the > user at SIP Phone 100 > 5) the incoming call (at extension 999) should be connected to SIP > Phone > 100 >Rough pseudo-code follows, experiment and report your results to the list: 999 dial(SIP/100|20|m(soundfile)A(announcementfile)) OR 999 background(soundfile) 999 dial(SIP/100|20|A(announcementfile)) -- Robert Goodyear Brand Up LLC http://www.brand-up.com