Ticket #1095 (closed Patches: invalid)

Opened 5 years ago

Last modified 5 years ago

Included a from-did-direct-additional include in extensions.conf

Reported by: iotarob Assigned to:
Priority: minor Milestone:
Component: Asterisk Configuration Version: 2.1
Keywords: Cc:
Confirmation: SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

I added an include into extensions.conf for modules that might want to intercept DID calls early in the process. This facilitity allows any module to get early access to DID calls instead having custom code inserted like the findmefollowme module did.

Index: extensions.conf =================================================================== --- extensions.conf (revision 2270) +++ extensions.conf (working copy) @@ -33,6 +33,7 @@

; will have to decide what to do later. ; [from-did-direct]

+include => from-did-direct-additional

include => ext-findmefollow include => ext-local

Attachments

from-did-direct-additional.patch (335 bytes) - added by iotarob on 08/21/06 02:06:51.

Change History

08/21/06 02:06:51 changed by iotarob

  • attachment from-did-direct-additional.patch added.

08/23/06 09:34:30 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to invalid.

this is not necessary. ANY context in extensions.conf can be re-defined by just defining what your alternative modification is in extensions_custom.conf. You re-define the entire context that way. (you can do that with macros or anything else).

philippe