Re: [Asterisk-java-users] Booklet, mini hacking guide, about Asterisk + Asterisk-Java + NIST-SIP + S
Brought to you by:
srt
From: Cokorda R. A. J. <rak...@gm...> - 2006-03-21 02:18:34
|
Thanks Stefan, I will update the doc based on your feedback soon (btw, I just updated it -= - like 6 hours ago -- to fix some remaining typos). Best regards, Raka On 3/19/06, Stefan Reuter <sr...@re...> wrote: > > Congrats, thats really cool stuff! > I just skimmed over it and it reads very well. > > There was a question regarding the difference between actions and > commands somewhere. The concept of both is almost the same: they both > serve as command object (as in command pattern) to cause asterisk to do > something. The difference is that actions (actually imlementations of > ManagerAction) are for the Manager API and AGICommands are for AGI. > As both interfaces serve different purposes AGICommands are tied to a > specific Asterisk channel (the one connected to the AGI script) where > ManagerActions in general are independant of a specific channel. > > =3DStefan |