Displaying 3 results from an estimated 3 matches for "nocfim".
2006 Mar 03
2
Does an entry in AstDB stay after reboot?
...e system, the current value will still
be in the AstDB, I don't want to reboot the system and then find out
the key is always getting erased. Thanks all for the help.
exten => s,1,Answer()
exten => s,2,DBget(WHEE=CFIM/temp)
exten => s,3,GotoIf($["${WHEE}" = "0"]?s-NoCFIM,1:s-CFIM,1)
; If call forward number in AstDB, then call that number
exten => s-CFIM,1,DBget(WHEE=CFIM/temp)
exten => s-CFIM,2,Dial(Zap/g0/${WHEE},20,tm)
exten => s-CFIM,102,Voicemail,u203
exten => s-CFIM,103,Voicemail,b203
; The 0 signifies no call forwarding.
exten => s-NoCFIM,1,...
2015 Jul 29
2
PJSIP T.38 issues
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thanks for your reply Larry.
Le 27/07/2015 01:22, Larry Moore a ?crit :
> I think the "488 Not acceptable here" is occurring because the channel
> connecting through is not T.38 capable, that will be the IAX channel
> from iaxmomdem.
This is what T38gateway is supposed to do. And I'm very happy to report
that after one more
2006 Mar 08
1
Calls forwarding to numbers only in user's context
...xten => _*61*X.,2,Background(auth-thankyou)
exten => _*61*X.,3,Hangup
exten => #61#,1,DBdel(CFBS/${CALLERIDNUM})
exten => #61#,2,Background(auth-thankyou)
exten => #61#,3,Hangup
[macro-call-forwarding]
exten => s,1,Set(temp=${DB(CFIM/${ARG1})})
exten => s,n,GotoIf(${temp}?cfim:nocfim)
exten => s,n(cfim),Dial(SIP/${temp}@ruter) ; Unconditional forward
exten => s,n(nocfim),NoOp
exten => s,n,Dial(SIP/${ARG1},20,tTwW)
exten => s,n,Set(temp=${DB(CFBS/${ARG1})})
exten => s,n,GotoIf(${temp}?cfbs:nocfbs)
exten => s,n(cfbs),Dial(SIP/${temp}@ruter) ; Forward on busy...