Displaying 4 results from an estimated 4 matches for "_skype".
Did you mean:
skype
2007 Sep 03
3
Classes do not receive any traffic ?
...nger*/d;/yahoo*/d;/qq*/d;/battlefield1942/d;/battlefield2/d;/counterstrike-source*/d;/dayofdefeat-source*/d;/doom3*/d;/halflife2-deathmatch*/d;/mohaa*/d;/quake-halflife*/d;/quake1*/d;/worldofwarcraft*/d''
/tmp/1 > /tmp/2
fi
i=`cat /tmp/2|wc -l`
j=1
iptables -t mangle -N ${dev[2]}_SKYPE
iptables -t mangle -A ${dev[2]}_SKYPE -p tcp --sport 1:1024 -j RETURN
iptables -t mangle -A ${dev[2]}_SKYPE -p udp --sport 1:1024 -j RETURN
iptables -t mangle -A ${dev[2]}_SKYPE -p tcp --dport 1:1024 -j RETURN
iptables -t mangle -A ${dev[2]}_SKYPE -p udp --dport 1:1024 -j RETURN...
2009 Feb 17
0
Optimizing this script for calling Skype users from Asterisk
...;SKYPE USERS
SEVERAL WAYS.
fromuser=YOURSIP ;BY DIALING SKYPE NAMES
OR NUMERIC SHORTCUTS
authuser=YOURSIP ;ENTERED INDIVIDUALLY
BELOW
username=YOURSIP ;OR BY DIALING
skype_skypeusername
secret=YOURPASS ;OR THE 333 ALIASES
disallow=all ;ENTERED at
my.gizmo5.com
allow=ulaw ;
allow=alaw ;SEE
gizmo5.com/...
2012 Jun 21
0
Getting started with Bayesian Change Point model in R
...ain.
http://research.pbsci.ucsc.edu/eeb/kendrakarr/bcp/
Well thanks for any thoughts!
--
*Kendra Karr, PhD*
Post Doc, Ocean Innovations
Environmental Defense Fund
Center for Ocean Health
100 Shaffer RD.
Santa Cruz, California 95060
Phone: 415 293 6050
Fax: 415 293 6051
Email: _kkarr@edf.org
_Skype: kendra.karr_
_
[[alternative HTML version deleted]]
2009 Mar 19
0
Can I tell if a call picked up on PSTN extension... for example?
...=> 1205,1,Wait(2)
exten => 1205,2,Record(/tmp/asterisk-recording:gsm)
exten => 1205,3,Hangup
exten => _X.,1,Dial(DAHDI/1/${EXTEN})
exten => _X.,n,Hangup()
;# opensky gizmo5
exten => _1333.,1,Goto(opensky,,1)
exten => _333.,1,Goto(opensky,,1) ;COPY THIS CONFIG
exten => _skype[_].,1,Goto(opensky,,1) ;INTO YOUR
exten => 563,1,Dial(SIP/skype_echo123 at proxy01.sipphone.com) ;extensions.conf
; transfer all to cell phone
exten => 5555,1,Wait(1)
exten => 5555,n,Dial(DAHDI/1/*72XXXXXXXXXX,,)
exten => 5555,n,Wait(1)
exten => 5555,n,Hangup()
exten => XXXX...