]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Tested by: sergee, murf, chris-mac, andrew, KNK
authorSteve Murphy <murf@digium.com>
Fri, 12 Sep 2008 04:29:34 +0000 (04:29 +0000)
committerSteve Murphy <murf@digium.com>
Fri, 12 Sep 2008 04:29:34 +0000 (04:29 +0000)
commiteccd14d7f096926c1698697211d0bf12d4abf6b7
treee55d2a3f7742f9b2be4a85d79cb6286138fb8afe
parentaa58c91fbed6cbf18fc959a70c56cc3fb6752629
Tested by: sergee, murf, chris-mac, andrew, KNK

This is a "second attempt" to restore the previous "endbeforeh" behavior
in 1.4 and up. In order to capture information concerning all the
legs of transfers in all their infinite combinations, I was forced
to this particular solution by a chain of logical necessities, the
first being that I was not allowed to rewrite the CDR mechanism from
the ground up!

This change basically leaves the original machinery alone, which allows
IVR and local channel type situations to generate CDR's as normal, but
a channel flag can be set to suppress the normal running of the h exten.
That flag would be set by the code that runs the h exten from the
ast_bridge_call routine, to prevent the h exten from being run twice.
Also, a flag in the ast_bridge_config struct passed into ast_bridge_call
can be used to suppress the running of the h exten in that routine. This
would happen, for instance, if you use the 'g' option in the Dial app.

Running this routine 'early' allows not only the CDR() func to be used
in the h extension for reading CDR variables, but also allows them to
be modified before the CDR is posted to the backends.

While I dearly hope that this patch overcomes all problems, and
introduces no new problems, reality suggests that surely someone
will have problems. In this case, please re-open 13251 (or 13289),
and we'll see if we can't fix any remaining issues.

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