My goodness, haven't handled an extension deletion. Add code to ast_context_remove_ex...
authorSteve Murphy <murf@digium.com>
Fri, 16 Nov 2007 23:33:32 +0000 (23:33 +0000)
committerSteve Murphy <murf@digium.com>
Fri, 16 Nov 2007 23:33:32 +0000 (23:33 +0000)
commit7953c2c46f2d4b3201f69dc8c87dd95da8dca92a
tree18dba601b9ac2f2387bfb573629563f1322e23d0
parent7b523bf89659515455fa588362bf289024027077
My goodness, haven't handled an extension deletion. Add code to ast_context_remove_extension2() to remove an extension from the trie. Done by marking it deleted. The scoreboard won't update for it any more. Also, a couple of calls to insert hashtab had a spurious ->exten, which was removed.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89346 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/pbx.c