Displaying 2 results from an estimated 2 matches for "ret_".
Did you mean:
ret
2014 Mar 02
1
internal copying in R (soon to be released R-3.1.0
...be continued anyhow.
Kind regards
Jens Oehlschl?gel
P.S. please cc me in answers as I am not member of r-devel
P.P.S. function named() was tentatively defined as follows:
named <- function(x)
.Call("R_bit_named", x, PACKAGE="bit")
SEXP R_bit_named(SEXP x){
SEXP ret_;
PROTECT( ret_ = allocVector(INTSXP,1) );
INTEGER(ret_)[0] = NAMED(x);
UNPROTECT(1);
return ret_;
}
> version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status Under development (unstable)...
2009 Jul 22
0
Attended transfer and 'pbx-invalid' - 1.4.26
...Goto(dRet)
exten => _12XX,n(noBT),GotoIf($[ "x${TRANSFERERNAME}" = "x" ]?sai)
exten => _12XX,n,Set(DIALRET=${CUT(TRANSFERERNAME,-,1)});
exten => _12XX,n,GotoIf($[ "${DEVSTATE(${DIALRET})}" = "INUSE" ]?sai);
exten => _12XX,n(dRet),Set(CALLERID(all)=RET_${EXTEN} <${CALLERID(num)}>)
exten => _12XX,n,Dial(${DIALRET},,mTt)
exten => _12XX,n(sai),Hangup()
It all works like a charm, except that when I do an atxfer and dial another
SIP and it rings, but dont answer, asterisk plays the 'pbx-invalid' sound,
that is a bit confusing, beca...