similar to: Start recording during call by pressingbutton sequence

Displaying 20 results from an estimated 1000 matches similar to: "Start recording during call by pressingbutton sequence"

2004 Mar 23
14
ztdummy
The USB core was completely rewritten in 2.6, and as such the functions that ztdummy depends on do not exist in 2.6. I get the feeling that these changes are too much to easily fix ztdummy, so I don't expect to see it working on 2.6 any time soon (if ever) I made some small changes to zaprtc to work on 2.6 and I have MoH and Meetme functions working fine in my lab. For production I would
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
2004 Oct 03
0
FW: Broadvoice
I can receive incoming calls. I can see via sip debug that I am communicating with BV just fine. When I call a BV number it goes through just fine. When I call any other # I get: "We're sorry your call can not be completed at this time. Please hang up and try your call again later" Broadvoice tech support does not see any errors and they see that I am registered just fine. I have
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.
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
2008 Aug 05
1
Re: Which Wine Download?
Zac, I tried your PCLinuxOS script and I am getting the following error messages configure: error: X development files not found. Wine will be built without X support, which probably isn't what you want. You will need to install development packages of Xlib/Xfree86 at the very least. Use the --without-x option if you really want this. make: *** No rule to make target `depend'. Stop.
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
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
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:
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
2006 Mar 21
4
habtm > join()
I''m trying to pull ou the ''name'' field for each of my associated rows and pass it as a string of names. I''m missing something obvious here but I thought @bag.packages.name.join(", ") would work. do I have to loop through @bag.packages? that seems like the long way. thanks -zac -- Posted via http://www.ruby-forum.com/.
2009 Aug 26
1
Open Source Visual Call-Flow and IVR Dev Tool v1.0 Released!
After over a year of alphas, betas, and release candidates I'm happy to announce that Version 1.0 of SafiServer and SafiWorkshop has just been released under the open source license GPL (ver 3). You can download installers from our site www.safisystems.com and the source code can be downloaded from Sourceforge (more details available on our site). If you're not familiar with our system
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
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 =
2008 Aug 05
2
Re: Which Wine Download?
John Drescher wrote: > On Mon, Aug 4, 2008 at 8:04 PM, Dellji at yahoo.com > <wineforum-user at winehq.org> wrote: > > > Zac, > > I tried your PCLinuxOS script and I am getting the following error messages > > > > configure: error: X development files not found. Wine will be built > > without X support, which probably isn't what you want. You will
2007 Mar 03
1
Ajax.Updater with evalScripts: true strips curly braces
When I return an html fragment to Ajax.Updater with evalScripts: true set, and there is a script fragment with curly braces in it (a function declaration or an object literal), the curly braces are getting stripped out somehow, and leaving me with invalid JS. I think this is the case because I put an alert in the evalScripts method right before the "return eval(script)" and it had no
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
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
2006 May 30
8
Handset recommendations
Seeking recommendations on handsets for use with Asterisk. I've been looking at the Aastra 480i CT because of its cordless handset and also the new Linksys SPA-942. Anyone using either one of these with comments on them? Any other thoughts on good reasonably priced handsets? This is for just a couple of people who work from home offices and will be connecting to an Asterisk server hosted
2004 Jan 02
4
Newbie - getting two local phones to communicate would be a good start :)
Hi This is hard work :) I have read the Asterisk Handbook, BudgeTone User Manual, Andy Powell's useful notes, Zac Sprackett's Asterisk Resource Pages and more. I am not a linux newbie but am new to Asterisk. I have failed to find any docs that explain how to get a very very simple, minimal, system up and I am trying to get the following to work: 2 BudgePhone 102D connected on a LAN to a