Displaying 4 results from an estimated 4 matches for "smir".
Did you mean:
mir
2011 Feb 04
1
keep.source when semicolons separate statements on the one line
The following is 'semicolon.Rnw'
> \SweaveOpts{engine=R, keep.source=TRUE}
>
> <<xycig-A, eval=f, echo=f>>=
> library(SMIR); data(bronchit); library(KernSmooth)
> @ %
>
> Code for panel A is
> <<code-xycig-A, eval=f, echo=t>>=
> <<xycig-A>>
> @ %
Sweave("semicolon") yields the following 'semicolon.tex'
> Code for panel A is
> \begin{Schunk}
> \begi...
2010 Mar 16
1
softhangup
Hi all,
I am trying to drop a random channel in asterisk 1.6. The following
line in extensions.conf works fine for the first channel
exten => 911,4,SoftHangup(DAHDI/1-1)
But I need to drop random channel for emergency not any specific one.
Can someone show correct syntax for this
Thanks
smir
2009 Oct 15
4
PSTN to SIP line ratio
...PSTN incoming/outgoing line ratio for SIP users. I mean if
you recall dial up internet the common line ratio is 1:10 (one line
for 10 users on access server or an E1 for 300 users). Can somebody
tell me what is the good ratio for incoming and outgoing analogue/
digital PSTN lines.
Regards
Smir
2010 Mar 30
2
Priority based softhangup
...channel based on priority. I mean I
want to put some calls in higher priority lets say 100. If all
channels are busy and somebody wants to dial an extension with
priority higher than 100. How can softhangup drop a line which has
priority less than 100? I will appreciate your valuable help.
Thanks
Smir