Displaying 20 results from an estimated 3000 matches similar to: "Sugar Auto-Dial with Asterisk?"
2007 Oct 13
1
Fwd: [sugar] video encoding
Hi,
Is anyone able to help Mr Stoner?
-Ivo
---------- Forwarded message ----------
From: Ed Stoner <ed@whsd.net>
Date: Oct 9, 2007 5:32 PM
Subject: [sugar] video encoding
To: sugar@lists.laptop.org
I would like to provide the functionality of a "video export" from
within an activity I am working on. I'm starting with a png for each
frame of the video and would like to do
2007 Apr 03
0
[946] trunk/wxsugar/samples/sugar-sample.rb: Illustrate enumerable_controls and has_style
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Dec 24
0
[800] trunk/wxruby2/doc/textile/treectrl.txtl: TreeCtrl#traverse has moved to wx sugar
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Feb 20
1
sugar constructor error
I tried out the sugar. The following code crashes:
require ''rubygems''
require ''wx''
require ''wx_sugar/all''
frame = Wx::Frame.new(nil, :title => "Text")
panel = Wx::Panel.new(frame)
With the following error.
0.1.13/lib/wx_sugar/keyword_constructors.rb:244: [BUG] Bus Error
Any ideas?
Micah Martin
8th Light, Inc.
8thlight.com
2017 Apr 26
2
LibFuzzer syntax sugar flag
Hi All,
Recently we have introduced a short syntactic sugar flag for compiling a file with libfuzzer:
one just needs to add “-fsanitize=fuzzer” to the command line, and the driver would specify
coverage flags and link with libfuzzer automatically.
I wanted to ask whether it would make more sense to rename the flag to “-ffuzzer”,
as it’s not a sanitizer, and it has a much heavier effect.
Thanks,
2007 Apr 04
1
wx layout with sugar
I''m sure this will be user error on my part, but I can''t seem to get the
following to layout properly.
Basically, I want the p1 to fill the available space and p2 to be as small
as possible (with the root panel filling all the available space). With
the following code, the buttons in the p2 end up being truncated, (i.e.
the bottom line is missing).
Where am I going
2017 Apr 28
2
LibFuzzer syntax sugar flag
I think libfuzzer deserves its own flag. I view fuzzing as a smarter testing technology while sanitizers are associated with inserting additional checks into the program. The different linking behavior is another major difference.
Anna.
> On Apr 27, 2017, at 4:08 PM, Kostya Serebryany via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> on the one hand, -fsanitize=fuzzer might
2013 Feb 04
2
Contract Syntactic Sugar
## the following is a dream: add some sugar syntax to allow for
contracts with teeth (in and out checking)
> is.positive <- function(x) (all(x>0))
> exponentiate <- function( x ::is.data.frame , exponent ::is.numeric is.positive) :: is.vector is.numeric {
x$base :: is.positive ## error also if base does not exist
in x; may need some special IQ
x$base^exponent
}
2006 Dec 14
5
wxruby2-preview Gauge and wx-sugar with SplitterWindow
First of all, just wanted to say big thanks for all the great work on
wxruby2 .. I''ve been a user of 0.6 for a long time and its proved very
useful over the years. It''s great to finally have a multi-platform, gem
installable ui toolkit that doesn''t suck!
Secondly, thanks also for wx-sugar. I was drowning in sizers and started
to write my own layout library ... but
2005 May 07
4
string syntactic sugar in R? - long post
Currently in R, constructing a string containing
values of variables is done using 'paste' and can be
an error-prone and traumatic experience. For example,
when constructing a db query we have to write,
paste("SELECT " value " FROM table where
date ='",cdate,"'")
we are getting null result from it, because without
(forgotten...)
2006 Mar 13
1
Need help implementing call center featuresofAsterisk
It sounds like Naren and company has their own CRM application. They need a predictive dialer that allows third party app integration.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Matt
Florell
Sent: Monday, March 13, 2006 8:03 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re:
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
I'm running Asterisk CVS-v1-0-12/20/04.
I'm using PHP with Manager API Here is the code:
####################################################################
# Make call
####################################################################
$socket = fsockopen($ask_db,"5038", $errno, $errstr, $timeout);
if (!$socket) {
echo "$errstr ($errno)<br /\n";
} else {
2007 Feb 20
4
Best way to implement syntax sugar?
Hi!
I''m *very* new to rails, I just dove in about a month ago and I''m
loving it.
One thing I decided I immediately wanted to do, was shorten the
number of keystrokes neccessary to URI, HTML, or Jscript encode something.
The project I''ve come into already has helpers defined for this.
Right now, what I''ve done is:
alias h! string_esacpe_html
alias u!
2007 Sep 27
10
Adding more sugar to wxSugar
Hi all,
New wxRuby event handling offers the choice between using blocks or
methods seamlessly and easily. This is great respectively for simple
app and more complex app.
Nevertheless, currently the creation of an application, a frame, or a
dialog is very tedious for simple app :
- you need to create a subclass of Wx::App, Wx::Frame ...
- you need to put the initialization code in the initialize
2007 Apr 23
1
Microsoft Dynamics CRM 3.0 Integration with Asterisk
Hi,
Microsoft Dynamics CRM 3.0 integration with Asterisk/Trixbox has been
included in StarJunction and Star Outlook Dialer. This is in addition
to existing support for SugarCRM and Salesforce CRM. It is available
at http://www.starutilities.com/staroldialer.htm
Thank you for your valuable comments and suggestions.
Kamran
2006 Nov 19
2
underscores, sugar, and more and more bugs
I sent this earlier under with the subject "artificial sugar causes
cancer" and I think some spam filters ate it. Here it is again:
======================================
All,
If you look at http://rubyforge.org/tracker/index.php?func=detail&aid=6760&group_id=797&atid=3149
you''ll see that Chad (the submitter) found the source of the bug.
Unfortunately, the source
2007 Apr 07
1
CRM integration with Asterisk
Hi
I have seen discussion about Asterisk integration with SugarCRM and
Salesforce.com CRM in mailing list archives.
I just want to add here that Star Outlook Dialer (Free Edition) has
built in integration (through StarJunction) with SugarCRM as well as
with Salesforce CRM. It is available for free download at
http://www.starutilities.com/staroldialer.htm
Regards,
Kamran
2006 Jun 20
2
TrixBox
Hi
I want to setup an IVR on Trixbox and use it to send calls to agents, and i want to integrate this with sugar CRM that comes with tixbox.
can some one please help me
Adi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060620/66d8121f/attachment.htm
2005 Jan 21
0
Manager API on gives the DIALSTATUS of the first picked up channel?
Hi All!
Let me explain the problem. When using the Originate?
command from the manager api, the dialstatus variable returns results?
for whichever phone picks up first, and in this case it is the IAX/2?
connection. It doesn't matter if Zap/G2/XXXXXXX is set as the channel,?
or an extension either. What I am ultimately trying to do is get the?
dialstatus of the Zap/X/XXXXXXX channel, i.e.,
2005 May 31
4
Asterisk@Home 1.1b1 has been released
We have replaced the simple contact management system
in Asterisk@Home with SugarCRM a full CRM system. This
might seem like over kill for a home PBX but Sugar has
the best contact management we have seen. With click
to dial functionality and the ability to import data
from other contact managers it’s a great fit for
Asterisk@Home.
We have also added new version of the usual Asterisk
software AMP