Topic: :q! [Comments: 1]
Fri, 01/15/2010 - 10:26 | :q!
;Version=6.0
[general]
static=yes
writeprotect=yes
priorityjumping=no
autofallthrough=no
[globals]
OFFICE_OPEN_OVERRIDE=
#include trunks.include
DIALOUT=9
INTERNATIONAL-PREFIX=011
RINGTIME=30
TL_DASH= -
TL_MULTI=1
OPERATOR=0
RECORDING_FORMAT=WAV
TL_ENABLE_MAXCALLS_CHECK=0
[from-outside]
exten =>_X.,1,WAIT(1)
exten =>_X.,n, Set (__INCOMINGCLI=${CALLERID(num)})
exten =>_X.,n, Goto(from-outside-redir, ${EXTENS},1)
exten => _+X.,1, Wait(1)
exten => _+X.,n,Set (__INCOMINGCLI=${CALLERID(num)})
exten => _+X.,n,Goto(from-outside-redir; ${EXTEN},1)
exten => S,1,Wait(1)
exten => s,n, Set (__INCOMINGCLI= ${CALLERID(num)})
exten => s,n, Goto (from-outside-redir, ${EXTEN},1)
[from-outside-redir]
#include.inbound.include
#include include inbound_actions.include
#include extensions.include
#include scripts.include
#include user_scripts.include
#include menus.include
#include huntlist.include
#include user_extensions.include
#include outbound.include
#include special_features.include





Fri, 01/15/2010 - 18:29 | Sorry my finger hit the enter
Sorry my finger hit the enter button by accident, without posting my question.