Displaying 20 results from an estimated 700 matches similar to: "Open Source Visual Call-Flow and IVR Dev Tool v1.0 Released!"
2009 Dec 01
0
SafiServer and SafiWorkshop 1.2 With Web Services Released
SafiServer and SafiWorkshop 1.2 is here!
This is a seminal release for us as the product is now more stable,
powerful, and easy to use than ever. We've also added a new ActionStep
"CallWSByWSDL" that allows you to easily consume Web Services from your
Saflet, providing you with even more integration possibilities for your
IVR/Callflow applications. The release of this ActionStep
2008 Sep 27
3
test call generator
Hello everyone
I am trying to look for a free test call generator that will get me some
stats like PDD, ASR and call quality etc on each route. As well as do test
at every interval too
If you know something like this please enlighten me.
Sam
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Apr 12
0
Problem with Swift app and escape digits
Hi all,
Here's the syntax of the Swift command from voip-info:
Swift([<Voice>^]the?text?to?speak[|<timeout?in?ms>|<maximum
digits?to?listen?for>])
Since the Swift application (inexplicably) doesn't support support
escape digits directly, I'm setting timeout to 1 and max digits to 1
so that pressing any key will stop the audio:
Swift(my text to
2008 Jun 11
19
Which Wine Download?
Hi,
Which of the various Wine downloads on the download page should I get for PCLinuxOS?
Thanks.
Stephen Carter
2010 Dec 12
8
XEN 4.0.1 + pv_ops Kernel + CentOS 5.5 x86_64, is there an easier way.
Hi
As you may''ve seen from my last posts I''m struggling to get the setup on
my subject line to work without flaws.
I''ve tried compiling the Kernel from Source, I''ve also tried Fedora 14,
which has a flaky pv_ops Dom0 kernel which DOESN''T work at all, but none of
these seem to work.
I''m a mid-time XEN user, I just love it and want to stay
2010 Dec 12
8
XEN 4.0.1 + pv_ops Kernel + CentOS 5.5 x86_64, is there an easier way.
Hi
As you may''ve seen from my last posts I''m struggling to get the setup on
my subject line to work without flaws.
I''ve tried compiling the Kernel from Source, I''ve also tried Fedora 14,
which has a flaky pv_ops Dom0 kernel which DOESN''T work at all, but none of
these seem to work.
I''m a mid-time XEN user, I just love it and want to stay
2004 May 03
1
Start recording during call by pressingbutton sequence
Zac,
Thanks for the input. This would cover it, however it is not stealth.
In some cases, you may want it to be stealth. Again, my state allows me
to do this, but some states do not. I've done a little searching and
could not find an answer. Basically, to simplify the question: When is
it legal to record interstate calls without giving notice, when the
recording party is in a one-party
2011 Sep 24
2
two ecdf in the same figure
Hello,
is ot possible to draw two ecdf of vectors (say s1 and s2) on the same
figire with R.
plot function draws a new plot and there is no function like points or lines
to draw a second ecdf on the figure.
Regards
--
*PhD candidate in Computer Science
Address
3 avenue lamine, cité ezzahra, Sousse 4000
Tunisia
tel: +216 97 246 706
fax: +216 71 391 166*
[[alternative HTML version deleted]]
2004 May 12
2
847 IAX Provider??
Anyone know of a provider that has 847 DID Numbers?
I would like to connect with them via IAX2.
Zac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040512/bd98e86b/attachment.htm
2016 Jul 26
2
[PATCH] Add support for the 'unless' matcher in the dynamic layer.
Even if it still did add overhead, it seems perfectly reasonable, from a
user's perspective (namely mine), that if I introduce unnecessary narrowing
matchers to my chain that there may be a performance penalty.
The ability to do the following easily outweighs any performance issues for
me:
anyOf (
/* hasName("..."), */
hasName("...")
)
though C++ not allowing
2023 Jan 27
2
aniMoutm/foiegras Assistance
Hi all, I am receiving the error *Newton failed to find minimum* whilst
trying to fit a move persistence model in this package. I think the error
is related to the optimiser in the TMB package but it is beyond my
statistics/coding knowledge to track down the specific cause and solution.
I would appreciate it if anyone knew some resources to assist with fixing
this. I have put a MRE and sample data
2012 Jun 29
3
Proxy config help please
Hello, I am new to dovecot and I am initially trying to setup a basic
imap proxy with password forwarding, I can start the dovecot service,
connect and give it my password, and that is where I hang. My config
is:
root at imap-test:/etc/dovecot# doveconf -n
# 2.0.19: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-24-generic x86_64 Ubuntu 12.04 LTS
auth_debug = yes
auth_verbose = yes
debug_log_path =
2018 May 02
2
Mac downloads at http://releases.llvm.org/download.html recently requiring latest MacOS
I described this off-list to Zac, but for anyone else who is following, simply specifying the target triple is not enough to have the build system set an older macOS deployment target. I.e the 6.0.0-rc1 binaries I've just uploaded have the same deployment target problem.
Looking at the 5.0.0 and 6.0.0-rc1 binaries, I can confirm that their deployment target was too new:
Load command 9
2016 Jul 26
2
[PATCH] Add support for the 'unless' matcher in the dynamic layer.
I was wondering if there is any objection to removing the 2-element minimum
on the eachOf, anyOf and allOf matchers.
It is frustrating when playing with matchers to have to edit significant
amounts of code to be able to temporarily go from 2 to 1 matcher inside an
any- or allOf matcher.
And overall it feels very "un-set-theory"-like.
The change was made here:
2018 May 01
2
Mac downloads at http://releases.llvm.org/download.html recently requiring latest MacOS
The past few packages on http://releases.llvm.org/download.html for mac
have required the latest version of mac os. Previously they were built for
10.5 (I believe).
I was just wondering if there is a technical reason for this change in
requirements and if not, if it could be revered. I have systems I actively
use which are 10.10 and 10.11 and it would be awesome if I didn't have to
build
2018 May 02
0
Mac downloads at http://releases.llvm.org/download.html recently requiring latest MacOS
Hi Zac,
Thanks for the heads-up. I've started targeting a minimum macOS deployment target of 10.9 for the release binaries.
Hope this helps. Let me know if there are any issues.
vedant
> On May 1, 2018, at 4:13 PM, Zac Hansen via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> The past few packages on http://releases.llvm.org/download.html
2006 Feb 24
2
reloading in development
I''ve just started getting so odd symptoms working with webrick. I use
TextMate editing my rails apps over a CIFS mount on the server.
Usually when I "edit/save/reload" a page I see the new changes.
However I''ve started getting the same old data and now have to
frequently restart the webrick server to get my changes to render.
What is available to debug on this to
2013 Jan 24
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
+John C and Daniel, who have access to the servers.
Way back when this thread was first active I asked around off-list where this needs to happen, and Daniel and Tanya said this (respectively):
>> I'd prefer to stick with using either svn-mailer or svnnotify, as those are the ones we use in other places. svnnotify in particular is very full featured, although we would need to install
2018 May 02
0
Mac downloads at http://releases.llvm.org/download.html recently requiring latest MacOS
How is -mmacosx-version-min=10.9 being set? LLVM_COMPILE_FLAGS? Or CMAKE_CXX_COMPILE?
> On May 2, 2018, at 19:22, Vedant Kumar via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> I described this off-list to Zac, but for anyone else who is following, simply specifying the target triple is not enough to have the build system set an older macOS deployment target. I.e the 6.0.0-rc1
2017 Jun 03
3
Building from source on an ARM71 based router
No, sorry, it's actually failing on "configure" which this script calls. I
should have been more clear.
./configured is failing at step: *Checking uname sysname type*
It's obviously missing some app/header/library, but reading through all the
breakpoints listed in the error (re-pasted below) I can't make out from the
code what it's looking for, and the config.log