Page 1 of 1

What's the difference between the <disconnect> tag and

Posted: Wed Jun 18, 2003 9:02 am
by support
<disconnect> causes the interpreter to disconnect from the user and throws a connection.disconnect.hangup event, which may be caught to do cleanup processing, e.g..

<exit> returns control to the interpreter context, basically just ending the call. Since the <exit> element does not throw an "exit" event, no cleanup procesing can be performed.