[Asterisk-java-users] getResponse. Success vs Follows.
Brought to you by:
srt
From: Jan du T. <jan...@de...> - 2006-01-25 10:17:08
|
Hi. When executing manager actions such as originate, hangup, etc one will either get "Success" or "Error" when calling getResponse() on the manager response that your action returns. But on some other actions one will get "Follows". Usually in this case even if I cast to the correct type of response all I get out of the attributes is follows, the unique id the rest is null This is not enough information. What does "Follows" mean? Thanks. |