The Queue app says that queue will return a value (zero or -1). How do I test for this value?
Ed Greenberg wrote:> The Queue app says that queue will return a value (zero or -1). > > How do I test for this value?You don't. A return value of zero means execution continues at the next priority in the dialplan, and -1 means the channel is hung up and execution stops. This is the same as most other apps in Asterisk.