search for: zarkos

Displaying 10 results from an estimated 10 matches for "zarkos".

2008 Mar 25
9
Autodesk applications (AutoCAD & Civil 3D)
Hello, My questions are about Autodesk applications (AutoCAD 2008 & Civil 3D 2008). The main problem is that I can not install them to wine. When I insert CD, and on terminal type: Code: wine setup.exe I'm getting this messages: Code: zarko at zarko-pc:/media/cdrom$ wine setup.exe fixme:process:IsWow64Process (0xffffffff 0x33feb4) stub! zarko at zarko-pc:/media/cdrom$
2010 Oct 15
3
SIP - no audio behind nat problem
Hello, We have 2 grandstream GX 2000 phones behind NAT and Asterisk outside this natted network. We have the issue with calls to these SIP phones - no audio. It is probably the problem with port forwarding on router - but I am not sure how can I forward same sip ports (5004 to 5100) to two phones (nat addresses?)? Any help appreciated! Z. Zivanovic -------------- next part
2018 Feb 26
1
Contributing Hyper-V/Azure packages
Hi All, I'm interested in contributing to Virt-SIG with packages focused on Hyper-V/Azure support, i.e. kernel packages with additional patches and build configurations tuned for Hyper-V. There are some advantages these packages can bring to CentOS users - - Access to the latest features and fixes - Reduced boot time - Smaller memory footprint Of course all the new features/fixes are
2010 Jul 27
2
Urgent help = RUBY & AGI
Here's something that should be easy for RUBY pro's. Here is a script: 1.times do r = $agi.exec('DIAL', SIP/voipuser&Zap/32&Zap/33&Zap/34&Zap/35) r = $agi.get_variable('DIALSTATUS') # $agi.set_variable(' WHOANSWERED
2004 Feb 19
6
R for economists (was: Almost Ideal Demand System)
Hi, I did not find any web page about using R in economics and econometrics so far. However, this does not mean that there is none (searching with google for "R" and "economics" gives many pages about economics and a name like Firstname R. Lastname on it ;-)). Does anybody in the list does know such a web page? If not, I will be happy if you, Ajay, could build and
2001 May 03
0
R and Ox
...lways try Ox first, and in most cases it is efficient enough. For details, see http://www.de.ufpe.br/~cribari/ox.pdf and also Cribari-Neto, F. (1997). Econometric Programming Environments: GAUSS, Ox and S-PLUS. Journal of Applied Econometrics, 12, 77-89. and Cribari-Neto, F. & Zarkos, S.G. (1999). R: yet another econometric programming environment. Journal of Applied Econometrics, 14, 319-329. The latter contains a brief speed comparison between R and Ox. Econometrically, Francisco Date: Wed, 2 May 2001 09:35:07 +0100 From: David Firth <david.firth at nuffield.o...
2010 Jul 26
1
URgent - capturing 'answered'
Hello everyone. I need a quick help on how to capture who answered the call with agi. Here is an example: -- Zap/32-1 is ringing -- Zap/33-1 is ringing -- Zap/34-1 is ringing -- Zap/35-1 is ringing -- SIP/operator1-e77f answered Zap/23-1 So how can I capture this value and write it to mysql? I already have this:
2010 Jul 30
2
agi macro problem
I am trying this approach to see who picked the line: Here is what i am doing: EXEC DIAL SIP/ vaso &Zap/35||M(testing^30086) Macro: [macro-testing] exten => s,1,DumpChan() exten => s,2,AGI(whopicked.rb) exten => s,3,Hangup()
2010 Jul 26
0
URGENT - who picked up the call??
Hello, I've been looking for this on voip-info and this list threads, and I am guessing I am not looking right. What I need is the way to capture (and write to DB) the information on who 'picked' or 'received' the incoming call. Here is the example of .rb file that is called from extensions.conf: private def lokal
2010 Jul 28
1
Passing Variables From Dial Macro To Parent Ruby
Thanks to help from Jim Dickenson I managed to start a macro and get info about the channel that picked up the call from my ruby script. The only thing that I cant do so far, is capturing the ${CHANNEL} variable in the ruby script that started the macro. Is that variable accessible from the ruby script too or just from the macro? Here's a snippet from my ruby script: