moved #include in extensions.conf files to after the globals context
git-svn-id: svn://192.168.202.10@1061 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
static=yes
|
||||
writeprotect=no
|
||||
|
||||
#include extensions-vicidial.conf
|
||||
|
||||
[globals]
|
||||
CONSOLE=Console/dsp ; Console interface for demo
|
||||
TRUNK=Zap/g1 ; Trunk interface
|
||||
@@ -15,6 +13,8 @@ SIPtrunk=SIP/1234:PASSWORD@sip.provider.net ; SIP trunk
|
||||
TRUNKloop = IAX2/ASTloop:test@127.0.0.1:40569 ; used for blind monitoring
|
||||
TRUNKblind = IAX2/ASTblind:test@127.0.0.1:41569 ; used for testing
|
||||
|
||||
#include extensions-vicidial.conf
|
||||
|
||||
[trunkinbound]
|
||||
; agent dial-in:
|
||||
exten => 2345,1,Answer ; Answer the line
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
static=yes
|
||||
writeprotect=no
|
||||
|
||||
#include extensions-vicidial.conf
|
||||
|
||||
[globals]
|
||||
CONSOLE=Console/dsp ; Console interface for demo
|
||||
TRUNK=Zap/g1 ; Trunk interface
|
||||
@@ -15,6 +13,8 @@ SIPtrunk=SIP/1234:PASSWORD@sip.provider.net ; SIP trunk
|
||||
TRUNKloop = IAX2/ASTloop:test@127.0.0.1:40569 ; used for blind monitoring
|
||||
TRUNKblind = IAX2/ASTblind:test@127.0.0.1:41569 ; used for testing
|
||||
|
||||
#include extensions-vicidial.conf
|
||||
|
||||
[trunkinbound]
|
||||
; agent dial-in:
|
||||
exten => 2345,1,Answer ; Answer the line
|
||||
|
||||
Reference in New Issue
Block a user