]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Make ParkedCall application stop execution of the dialplan after hang up
authorJeff Peeler <jpeeler@digium.com>
Wed, 6 May 2009 22:15:19 +0000 (22:15 +0000)
committerJeff Peeler <jpeeler@digium.com>
Wed, 6 May 2009 22:15:19 +0000 (22:15 +0000)
commit84f708474ae4094f39da1d92565412a49b28f931
treea16c925af104d09560cf9483f236558ff817f64a
parent202bc9464e92e6067c315eb7a6af0b6d52a966e3
Make ParkedCall application stop execution of the dialplan after hang up

Just changed park_exec to always return non-zero. I really wasn't entirely sure
at first if this was a bug. Decided it was since it would be surprising when
not using ParkedCall in the dialplan to hang up and have dialplan execution
continue.

(closes issue #14555)
Reported by: francesco_r

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@192858 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_features.c