Re: [Asterisk-java-users] Event for CommandAction.
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2006-01-25 09:35:56
|
Jan du Toit schrieb: > Hi. > > I'm executing a CLI command by using the CommandAction. It is executed > correctly and have the desired effect. > > It doesn't seem if the action is generating any manager events. Why is > this? > What other way than using a manager response (as the manager response > doesn't give me much information) can you use to get information > regarding the executed action? use the managerresponse and cast it to a commandresponse, it contains all information. =Stefan |