Displaying 20 results from an estimated 29 matches for "verdi".
Did you mean:
verde
2018 May 08
2
Passing parameter to Queue-called macro
...oming call to a queue
and log that to my back-office system with a CURL to a HTTP endpoint.
However, the Queue application does not appear to allow passing of
parameters to the called queue pickup macro.
E. g. non-working code is:
[queuetest]
timeout = 60
retry = 2
member=>SIP/testnum
[macro-verdianswer]
exten=>s,1,NoOp(Entering Verdi answer macro)
exten=>s,n,NoOp(Value: ${ARG1})
exten=>s,n,MacroExit
[incomingcontext]
exten=>tstqueue,1,NoOp(Incoming call for VerDi)
same=>n,Set(curlResult=${SHELL(/usr/src/verdi/bash/verdiIncGetUUID.sh)})
same=>n,Set(curlResultLength=${LEN(...
2018 Jul 27
3
SHELL() function Asterisk 13 - can only accept one paramter in string?
...setData.sh'
I therefore tried to use SHELL() to do what I was trying to do with SYSTEM().
This also does not work, as SHELL() apparently can only ever parse ONE asterisk parameter in the string sent to it. All the rest are sent as blank.
If I do this:
same=>n,Set(nothing=${SHELL(/usr/src/verdi/bash/verdiLogIncomingCall.sh NA 201807270838t49hgzs SIP/centra-out-00006d9a IN SIP/3027-00006db1 SIP/3027-00006db1 ApiLogIncomingCall.java 1)})
The script sees, on dialplan execution:
[root at acasterisk bash]# cat passed_param.txt
http://127.0.0.1/api/logIncomingCall?account_reference=NA&cal...
2018 May 11
2
Passing parameter to Queue-called macro
...quot; data. The classic concurrently accessed single
variable issue.
Anyway, I've managed to solve this by declaring a variable in the main
dialplan as inheritable and storing my back-office relevant GUID in there,
then referencing that variable without the pre-prended _ in the macro:
E. g.
[verdianswer]
exten=>s,n,NoOp(Lodging CDR accountcode: ${curIncAccCode} as an incoming
call from ${numbersource} with VerDi and answered by ${MEMBERINTERFACE}...)
exten=>s,n,MacroExit
[telkomin]
.
.
.
same=>n,Set(curlResult=${SHELL(/usr/src/verdi/bash/verdiIncGetUUID.sh)})
same=>n,Set(_curInc...
2006 Apr 24
9
A Stylesheet for a database app
...side.
I know I can do it for myself, but a nice stylesheet is not so easy to perform
for a non-grafic geek like me, and so if I can find a good one to start with,
I would be very happy and I can start developing the real thing very soon.
Thanks in advance!
--
Alessandro Ronchi, capogruppo dei Verdi nel Consiglio Comunale di Forl?.
http://www.alessandroronchi.net - Il mio sito personale
http://www.soasi.com - Sviluppo Software e Sistemi Open Source
2001 Nov 14
2
BASA GELEN CEKiLiR DEMEYiN..
...?
Kasko Paket Poli?esi (Hususi Oto, Minib?s, Kamyon vs.)
Mecburi Trafik Poli?esi
. M?hendislik Sigortalar?
Makina K?r?lmas? Poli?esi
Elektronik Cihaz Poli?esi
?n?aat Poli?eleri
. Nakliyat ve Tekne
Sigortalar? ve di?er ?zellik arzeden sigorta konular?nda; ?nvan?m?z?n ve
ad?m?z?n verdi?i g?venle siz m??terilerimize kar??, hizmet sekt?r? olan
sigortac?l???n t?m gereklerini sonuna kadar yerine getirmeyi taahh?t
ediyoruz.
Sigorta sekt?r?nde bilfiil 11 y?l gibi bir zaman zarfinda ?al??man?n
verdi?i bilgi birikimi ve tecr?be, SA?LAM Sigorta Arac?l?k
Hizmetleri'ni, ?u anda sekt?rd...
2003 Feb 28
0
chi square
...econd, I want to do an homogeneity test on seed colour segregation. I have
green and yellow seed in an a priori expected segregation ration of 3:1.
green<-c(85,130,110,107,70,45,30)
yellow<-c(26,41,51,35,36,16,11)
chisq.test(rbind(green,yellow))
Pearson's Chi-squared test
data: rbind(verdi, gialli)
X-squared = 6.2672, df = 6, p-value = 0.3939
That's fine. Now I want to tell chisq.test that I have my a priori expected
frequncies:
prob.green<-rep(3/4,7)
prob.yellow<-rep(1/4,7)
chisq.test(rbind(green,yellow), p=rbind(prob.green,prob.yellow))
Pearson's Chi-squared test...
2005 May 16
2
Question about ACL.
...see the user1
personal folder and it works I expected. Why it works with smbclient but not
with Winodws client? And what can I do to found the problem?
/data [domain users r-x]
/user [domain users r-x]
/user1 [user1 rwx]
Thanks. Marco.
Marco Meli
IT Dept.
> GKN SINTER METALS
> Via Verdi, 82
> Cernusco s/N
> I-20063 (MI) / Italy
> % +39 02-929051452
> Fax: +39 02-9230690
Email: <<mailto:marco.meli@gknsintermetals.com
<mailto:marco.meli@gknsintermetals.com> >>
2000 Sep 06
3
Symbol size in plots
...<><><><><><><><><><><><><><><><><><><><><><><>
Maurizio Pisati
Assistant Professor
Department of Sociology and Social Research
University of Trento
Via Verdi, 26
38100 Trento TN
Italy
Tel: +39-461-881315
Fax: +39-461-881348
E-mail: maurizio.pisati at galactica.it
<><><><><><><><><><><><><><><><><><><><><><><>...
2010 Apr 10
2
running speex on c5505 usb sticki
...xiph.org/mailman/listinfo/speex-dev
>
> --
> Randy Yates % "She's sweet on Wagner-I think she'd die
> for Beethoven.
> Digital Signal Labs % She love the way Puccini lays down a
> tune, and
> mailto://yates at ieee.org % Verdi's always creepin' from her
> room."
> http://www.digitalsignallabs.com % "Rockaria", *A New World Record*, ELO
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20100410/1ba67648/at...
2005 May 23
1
Problem browsing share with W2k and XP.
...tomasoni:rwx
default:group::---
default:mask::rwx
default:other::---
User have to see their own folders and nobody others.
Could be any parameter to set in smb.conf or it's probably something set in
W3K Server?
Thanks a lot.
Marco.
Marco Meli
IT Dept.
> GKN SINTER METALS
> Via Verdi, 82
> Cernusco s/N
> I-20063 (MI) / Italy
> % +39 02-929051452
> Fax: +39 02-9230690
Email: <<mailto:marco.meli@gknsintermetals.com
<mailto:marco.meli@gknsintermetals.com> >>
2003 Nov 06
4
building r-patch
...ning message:
62a61
> Error in url(" <http://foo.bar> http://foo.bar", "r") : unable to open
connection
365,370c364
< Login: root Name: root
< Directory: /root Shell: /bin/tcsh
< Last login Wed Nov 5 13:34 (PST) on pts/1 from
verdi.irisfinancial.com
< New mail received Wed Nov 5 04:02 2003 (PST)
< Unread since Fri Oct 24 04:02 2003 (PDT )
< No Plan.
---
> Error in make.socket(host, port) : Socket not established
OK
I noticed that I had to expect some differences so my question is how to
tell whethe...
2010 Apr 09
2
running speex on c5505 usb sticki
Hi,
I am currently working on C5505 USB stick
http://focus.ti.com/docs/toolsw/folders/print/tmdx5505ezdsp.html to sample
input voice and encode it. For compiling and buring usual programs, I am
using CCStudio 4.0.
For encoding voice samples, I am using Speex codec binary
http://downloads.xiph.org/releases/speex/speex-1.2beta3-win32.zip or
2010 Apr 09
0
running speex on c5505 usb sticki
...ev at xiph.org
> http://lists.xiph.org/mailman/listinfo/speex-dev
--
Randy Yates % "She's sweet on Wagner-I think she'd die for Beethoven.
Digital Signal Labs % She love the way Puccini lays down a tune, and
mailto://yates at ieee.org % Verdi's always creepin' from her room."
http://www.digitalsignallabs.com % "Rockaria", *A New World Record*, ELO
2010 Apr 14
2
Decoded output buffer size
Hi,
in a VoIP application, the endpoint A send speex payload to B.
B doesn't know how A acquire audio, it only know that the channel is
narrowband so, how can B know the size of the output buffer to pass to
the speex_decode()?
Thanks,
Daniele.
2008 May 22
3
dos application
...ors referring to access denied
to any shared files or path not found and crash.
I would ask you what kind of parameters I have to set in my "smb.conf"
file (Samba v. 3.0.24), to make it more compatible with DOS 6.22.
Many thanks.
Marco.
Marco Meli (IT Dept.)
GKN SINTER METALS
Via Verdi, 82
Cernusco S/N I-20063 (MI) - Italy
Tel: +39 02 929051 (452) (252)
Fax: +39 02 9230690
Email: marco.meli@gknsintermetals.com
P Before printing, think about the Environment
1999 Mar 30
0
Prototype nls library for R using closures
...rc/contrib/Devel
section of CRAN so others can see the use of function closures
to emulate the behaviour of objects in languages like Java.
It will be a couple of days before the file is installed in CRAN and
has a chance to propagate to the mirrors. The impatient can pick up a
copy at
ftp://verdi.stat.wisc.edu/pub/nls_0.1-1.tar.gz
It can be installed on Unix/Linux systems by expanding the tar file
and running
R INSTALL nls
This version does not use any C code so it should be installable on
Windows if you can expand the tar file.
The nls function takes the model formula, the data, and the...
2002 Mar 21
1
Tag changes
A few days ago, I initiated a conversation with Jonathan Walther to
seek his advice on how he might tag a CD that I ogg'ed. Out of this
discussion, we decided to make a couple of changes to the proposed
standard.
1) A new LABELNO tag was added to the list. This would contain the
record label's catalogue number. Generally available on the face of
the CD. Probably more useful than
2010 Apr 16
0
running speex on c5505 usb sticki
...> http://lists.xiph.org/mailman/listinfo/speex-dev
--
Randy Yates % "She's sweet on Wagner-I think she'd die for Beethoven.
Digital Signal Labs % She love the way Puccini lays down a tune, and
mailto://yates at ieee.org % Verdi's always creepin' from her room."
http://www.digitalsignallabs.com % "Rockaria", *A New World Record*, ELO
------------------------------------------------------------------------------
_______________________________________________
Speex-dev mailing list
Sp...
2000 Mar 02
1
Graphs in Windows 95/95
...><><><><><><><><><><><><><><><><><><><><><><><>
Maurizio Pisati
Assistant Professor
Department of Sociology and Social Research
University of Trento
Via Verdi, 26
38100 Trento TN
Italy
Tel: +39-461-881315
Fax: +39-461-881348
E-mail: maurizio.pisati at galactica.it
<><><><><><><><><><><><><><><><><><><><><><><><...
2009 Apr 21
2
Changing the binning of collected data
Dear All,
Apologies if this is too simple for this list.
Let us assume that you have an instrument measuring particle distributions.
The output is a set of counts {n_i} corresponding to a set of average
sizes {d_i}.
The set of {d_i} ranges from d_i_min to d_i_max either linearly of
logarithmically.
There is no access to further detailed information about the
distribution of the measured sizes, but