Re: [Asterisk-java-users] How to call an external line and play a pre recorded message ?
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-10-10 02:57:11
|
On Sun, 2005-10-09 at 21:07 -0400, Robert Augustyn wrote: > Hi, > I have looked through the list and the site but did not see anything that > would help solving this ... > Any pointers would be greatly appreciated. If it is a static message just configure an extension in your dialplan to play that message an originate a call to that extension (via OriginateAction) if it is dynamic create an AGIScript that plays the message and originate a call to that AGIScript. =3DStefan |