search for: cfbs

Displaying 14 results from an estimated 14 matches for "cfbs".

Did you mean: cbs
2004 Oct 05
1
loggedoff extension - why does * say "is on the phone"
...lerID") exten => s,1,NoOp exten => s,2,DBget(temp=CFIM/${MACRO_EXTEN}) ; Get CFIM key, if not existing, goto 103 exten => s,3,Dial(Local/${temp}@default/n) ; Unconditional forward exten => s,4,Dial(${ARG1},20,tr) ; 20sec timeout exten => s,5,NoOp exten => s,6,DBget(temp=CFBS/${MACRO_EXTEN}) ; Get CFBS key, if not existing, goto 106 exten => s,7,Dial(Local/${temp}@default/n) ; Forward on busy or unavailable ; No CFIM key exten => s,103,Goto(s,4) ; No CFBS key - voicemail ? exten => s,105,Voicemail(b${MACRO_EXTEN}) exten => s,106,Hangup exten => s...
2004 Nov 23
0
Problems with MACRO_EXTEN variable
..._EXTEN} here as well ; ${ARG2} - Device(s) to ring ; exten=s,1,DBget(temp=CFIM/${ARG1}) ; Get CFIM key, if not existing, goto 102 exten=s,2,SetCallerID(${MACRO_EXTEN}) exten=s,3,Dial(Local/${temp}@class1/n) ; Unconditional forward exten=s,4,Dial(${ARG2},40,Tt) ; 20sec timeout exten=s,5,DBget(temp=CFBS/${ARG1}) ; Get CFBS key, if not existing, goto 105 exten=s,6,SetCallerID(${CALLERIDNUM}) exten=s,7,Dial(Local/${temp}@class1/n) ; Forward when busy or unavailable exten=s,8,Dial(${ARG2},40,Tt) ; 20sec timeout ;exten=s,9,DBget(temp=CFNA/${ARG1}) ; Get CFNA key, if not existing, goto 109 ;exten...
2006 Mar 08
1
Calls forwarding to numbers only in user's context
...,DBput(CFIM/${CALLERIDNUM}=${EXTEN:4}) exten => _*21*X.,2,Background(auth-thankyou) exten => _*21*X.,3,Hangup exten => #21#,1,DBdel(CFIM/${CALLERIDNUM}) exten => #21#,2,Background(auth-thankyou) exten => #21#,3,Hangup ; Call Forward on Busy or Unavailable exten => _*61*X.,1,DBput(CFBS/${CALLERIDNUM}=${EXTEN:4}) exten => _*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 =...
2004 Jun 15
3
anyone use mailboxexists?
I replied to a post of mine a few days ago asking of anyone uses mailboxexists(). I haven't received any replies. Perhaps few use it or perhaps the reply was overlooked. I thought I'd post the question one last time before giving up on it for now... Thanks! -Michael
2004 Oct 05
0
loggedoff extension - why does * say "is onthephone"
...lerID") exten => s,1,NoOp exten => s,2,DBget(temp=CFIM/${MACRO_EXTEN}) ; Get CFIM key, if not existing, goto 103 exten => s,3,Dial(Local/${temp}@default/n) ; Unconditional forward exten => s,4,Dial(${ARG1},20,tr) ; 20sec timeout exten => s,5,NoOp exten => s,6,DBget(temp=CFBS/${MACRO_EXTEN}) ; Get CFBS key, if not existing, goto 106 exten => s,7,Dial(Local/${temp}@default/n) ; Forward on busy or unavailable ; No CFIM key exten => s,103,Goto(s,4) ; No CFBS key - voicemail ? exten => s,105,Voicemail(b${MACRO_EXTEN}) exten => s,106,Hangup exten => s...
2004 Dec 09
1
No ring signal when calling internal extensions ?
...CallerID") ;exten => s,1,NoOp exten => s,2,DBget(temp=CFIM/${MACRO_EXTEN}) ; Get CFIM key, if not existing, goto 103 exten => s,3,Dial(Local/${temp}@default/n) ; Unconditional forward exten => s,4,Dial(${ARG1},30,tr) ; 20sec timeout exten => s,5,NoOp exten => s,6,DBget(temp=CFBS/${MACRO_EXTEN}) ; Get CFBS key, if not existing, goto 106 exten => s,7,Dial(Local/${temp}@default/n) ; Forward on busy or unavailable ; No CFIM key exten => s,103,Goto(s,4) ; No CFBS key - voicemail ? exten => s,105,Voicemail(b${MACRO_EXTEN}) exten => s,106,Hangup exten => s,107...
2004 Oct 05
0
loggedoff extension - why does * say "isonthephone"
...lerID") exten => s,1,NoOp exten => s,2,DBget(temp=CFIM/${MACRO_EXTEN}) ; Get CFIM key, if not existing, goto 103 exten => s,3,Dial(Local/${temp}@default/n) ; Unconditional forward exten => s,4,Dial(${ARG1},20,tr) ; 20sec timeout exten => s,5,NoOp exten => s,6,DBget(temp=CFBS/${MACRO_EXTEN}) ; Get CFBS key, if not existing, goto 106 exten => s,7,Dial(Local/${temp}@default/n) ; Forward on busy or unavailable ; No CFIM key exten => s,103,Goto(s,4) ; No CFBS key - voicemail ? exten => s,105,Voicemail(b${MACRO_EXTEN}) exten => s,106,Hangup exten => s...
2004 Apr 30
6
app_dbodbc segfault
...exten => s,2,ODBCput(CallReturn/${ARG1}=${CALLERIDNUM}) exten => s,3,ODBCget(temp=CFIM/${ARG1}) ; Get CFIM key, if not existing, goto 104 exten => s,4,Goto(default|${temp}|1) ; Unconditional forward exten => s,5,Dial(SIP/${ARG1},20) ; 20sec timeout exten => s,6,ODBCget(temp2=CFBS/${ARG1}) ; Get CFBS key, if not existing, goto 107 exten => s,7,Goto(default|${temp2}|1) ; Forward on busy or unavailable ; No CFIM key exten => s,...
2005 Jan 30
0
Setting call forward for Agent's in a Queue
...} - Extension(we could have used ${MACRO_EXTEN} here as well ; ${ARG2} - Device(s) to ring ; exten=s,1,DBget(temp=CFIM/${ARG1}) ; Get CFIM key, if not existing, goto 102 exten=s,2,Dial(Local/${temp}@sip-out/n) ; Unconditional forward exten=s,3,Dial(${ARG2},20) ; 20sec timeout exten=s,4,DBget(temp=CFBS/${ARG1}) ; Get CFBS key, if not existing, goto 105 exten=s,5,Dial(Local/${temp}@sip-out/n) ; Forward on busy or unavailable exten=s,102,Goto(s,3) exten=s,105,Busy It is not working as the Queue is dialing directly the extension of the sip phone. Any alternatives or workarounds? Many thanks in ad...
2009 Apr 17
1
how to call forward on 1.6
...nable it on web as follows: [apps] ; Unconditional Call Forward exten => _*21*X.,1,DBput(CFIM/${CALLERIDNUM}=${EXTEN:4}) exten => _*21*X.,2,Hangup exten => #21#,1,DBdel(CFIM/${CALLERIDNUM}) exten => #21#,2,Hangup ; Call Forward on Busy or Unavailable exten => _*61*X.,1,DBput(CFBS/${CALLERIDNUM}=${EXTEN:4}) exten => _*61*X.,2,Hangup exten => #61#,1,DBdel(CFBS/${CALLERIDNUM}) exten => #61#,2,Hangup or even as follows: [apps] ; ; Unconditional Call Forward ; ; create call forward exten => _*21*X.,1,GotoIf($${EXTEN:-1} = #?2:3) exten => _*21*X.,2,StripL...
2005 May 24
1
Fax detection: Problem with extension number
...p/10-1", "s2-CHANUNAVAIL|1") in new stack -- Goto (macro-stdfwd3iax-notransfer,s2-CHANUNAVAIL,1) -- Executing Goto("Zap/10-1", "s|200") in new stack -- Goto (macro-stdfwd3iax-notransfer,s,200) -- Executing DBget("Zap/10-1", "temp=CFBS/200") in new stack -- DBget: varname=temp, family=CFBS, key=200 -- DBget: Value not found in database. -- Executing Goto("Zap/10-1", "202") in new stack -- Goto (macro-stdfwd3iax-notransfer,s,202) -- Executing VoiceMail("Zap/10-1", "u...
2005 May 15
1
Problem with extensions and when channel is unavailable
Hello I used to have an extension like this which worked fine with asterisk 1.0.7 I first dial to see if an IAX phone is present, if not I would try on SIP instead exten=s,1,Dial(IAX2/iax${ARG3},20,tr) ; 20sec timeout exten=s,2,Goto(s-${DIALSTATUS},1) ; Default action exten=s,200,DBget(temp=CFBS/${ARG1}) ; Get CFBS key, if not existing, goto 301 exten=s,201,Dial(Local/${temp}@sip-transfer/n) ; Forward on unavailable exten=s,202,VoiceMail,u${ARG2} exten=s,203,hangup() exten=s,301,Goto(202) ; entry doesn't exist -> Voicemail exten=s-CHANUNAVAIL,1,Goto(s,400) exten=s-CONGESTION,1...
2005 Jan 10
0
Problems calling between two local SIP extensions
...CallerID") ;exten => s,1,NoOp exten => s,2,DBget(temp=CFIM/${MACRO_EXTEN}) ; Get CFIM key, if not existing, goto 103 exten => s,3,Dial(Local/${temp}@default/n) ; Unconditional forward exten => s,4,Dial(${ARG1},30,tr) ; 20sec timeout exten => s,5,NoOp exten => s,6,DBget(temp=CFBS/${MACRO_EXTEN}) ; Get CFBS key, if not existing, goto 106 exten => s,7,Dial(Local/${temp}@default/n) ; Forward on busy or unavailable Now I get two traces. First one is unsucessful (from 16 to 11), second gets to sucessful ringing (from 16 to 11) - noone is at the phone to answer... There s...
2003 Sep 14
6
chan_capi
...ome, no delays like in modem_i4l! Plus, it got those nice ISDN features. Here's my question: Does my service provider (Deutsche Telekom) have to provide me with these Services (CD, ECT)? (the Readme in 0.2.5 says "does not relay on service CD") I know, that I don't have CFU,CFNR,CFBS (which I would have to order seperately). How likely would it be that an ISDN-PBX with an internal S0 supports CD,ECT services, if the line to my telco doesn't? Here's what I get: I get REASON=0x3400 as a disconnect indicator when trying out CD. (calling in on one ISDN line from my mobile...