Displaying 2 results from an estimated 2 matches for "e5aa".
Did you mean:
85aa
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
2007 Jun 24
2
matlab/gauss code in R
...gt;
>
>
> ------------------------------
>
> Message: 14
> Date: Fri, 22 Jun 2007 14:28:07 +0100
> From: Robin Hankin <r.hankin en noc.soton.ac.uk>
> Subject: [R] vectorize a function
> To: RHelp help <r-help en stat.math.ethz.ch>
> Message-ID: <F77DEE3F-E5AA-4A9B-A722-18F7DA006F46 en noc.soton.ac.uk>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> Hello everyone
>
> suppose I have an integer vector "a" of length "n" and
> a symmetric matrix "M" of size n-by-n.
>
> Vector "a&q...