Displaying 3 results from an estimated 3 matches for "teste3".
Did you mean:
tested
2006 May 18
3
just softphone
...CE[1924]: Rejected connect attempt from 192.168.0.106
What is necessary to put it to work?
There is no need to configure external lines.
extensions.conf
[internal1]
exten => 311000,1,Dial(SIP/teste1)
[internal2]
exten => 312000,1,Dial(SIP/teste2)
[internal3]
exten => 313000,1,Dial(SIP/teste3)
[teste1]
sip.conf
[teste1]
type=friend
username=teste1
secret=123
qualify=yes
nat=no
host=dynamic
canreinvite=no
context=internal
[teste2]
type=friend
username=teste2
secret=123
qualify=yes
nat=no
host=dynamic
canreinvite=no
context=internal2
[teste3]
type=friend
username=teste3
secret=123...
2011 Aug 24
2
how to list vnc port in xen 4.1
Hi all,
I try xen 4.1, but in my domU''s HVM don''t appear vnc port. I used in my
domU.cfg the parameter ''vncunused=1''.
How to get vnc port specified domU?
In another Xen (4.0.2), I get vnc port with ''xm list --long domU''.
(vfb
(vncunused 1)
(vnc 1)
(uuid cb20995f-55ae-55ce-143d-dd6a2ecc5969)
2011 Jan 01
3
Plot symbols: How to plot (and save) a graphic symbols originating from a table
...lim=c(1,10),ylim=c(1,10),ylab="",axes=FALSE,xlab="")
text(y=table1$ypos,x=2,table1$animal)
text(y=table1$ypos,x=4,table1$var1)
text(y=table1$ypos,x=8,table1$var2)
#However if I save the graph to a ps file, it shows the "<=" sign as "..."
postscript("teste3.ps", width = 22, height = 11.5,pointsize=24,paper="special",bg="transparent")
plot(1:1,col="white",xlim=c(1,10),ylim=c(1,10),ylab="",axes=FALSE,xlab="")
text(y=table1$ypos,x=2,table1$animal)
text(y=table1$ypos,x=4,table1$var1)
text(y=table1$yp...