- Joined
- Feb 9, 2010
- Messages
- 34
- Reaction score
- 0
Hello, I'm trying to limit time for outbound calls for certain contexts under elastix 2.3
I have a context called COS03 wich I want to limit to 3 minutes. I have created the context and in extensions_custom.conf I have added:
[outrt-3-custom] ; COS03-custom
;include => outrt-3-custom
exten => _9XXXXXXXX,1,Macro(user-callerid,SKIPTTL,)
exten => _9XXXXXXXX,n,Noop(Calling Out Route: COS03Custom)
exten => _9XXXXXXXX,n,Set(MOHCLASS=${IF($["${MOHCLASS}"=""]?default:${MOHCLASS})})
exten => _9XXXXXXXX,n,Set(_NODEST=)
exten => _9XXXXXXXX,n,Macro(record-enable,${AMPUSER},OUT,)
exten => _9XXXXXXXX,n,Macro(dialout-trunk,1,9${EXTEN:1},trL(180000:60000:10000),)
exten => _9XXXXXXXX,n,Macro(outisbusy,)
; end of [outrt-3-custom]
but the L option seems to not work. any ideas? thanks in advance.
I have a context called COS03 wich I want to limit to 3 minutes. I have created the context and in extensions_custom.conf I have added:
[outrt-3-custom] ; COS03-custom
;include => outrt-3-custom
exten => _9XXXXXXXX,1,Macro(user-callerid,SKIPTTL,)
exten => _9XXXXXXXX,n,Noop(Calling Out Route: COS03Custom)
exten => _9XXXXXXXX,n,Set(MOHCLASS=${IF($["${MOHCLASS}"=""]?default:${MOHCLASS})})
exten => _9XXXXXXXX,n,Set(_NODEST=)
exten => _9XXXXXXXX,n,Macro(record-enable,${AMPUSER},OUT,)
exten => _9XXXXXXXX,n,Macro(dialout-trunk,1,9${EXTEN:1},trL(180000:60000:10000),)
exten => _9XXXXXXXX,n,Macro(outisbusy,)
; end of [outrt-3-custom]
but the L option seems to not work. any ideas? thanks in advance.