]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 165723 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Thu, 18 Dec 2008 19:40:14 +0000 (19:40 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 18 Dec 2008 19:40:14 +0000 (19:40 +0000)
commitca1c37e47c77439608c2b22651fe5a083167b200
tree7973cb23363a7766c7cf2aac42886826f61fa910
parent9ca178a9bec8cb03e66302b1b42c526fa3526d4a
Merged revisions 165723 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r165723 | russell | 2008-12-18 13:33:42 -0600 (Thu, 18 Dec 2008) | 14 lines

Remove the need for AST_PBX_KEEPALIVE with the GoSub option from Dial.

This is part of an effort to completely remove AST_PBX_KEEPALIVE and other
similar return codes from the source.  While this usage was perfectly safe,
there are others that are problematic.  Since we know ahead of time that
we do not want to PBX to destroy the channel, the PBX API has been changed
so that information can be provided as an argument, instead, thus removing
the need for the KEEPALIVE return value.

Further changes to get rid of KEEPALIVE and related code is being done by
murf.  There is a patch up for that on review 29.

Review: http://reviewboard.digium.com/r/98/

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@165726 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_dial.c
include/asterisk/pbx.h
main/pbx.c