search for: dialogic

Displaying 20 results from an estimated 4337 matches for "dialogic".

2007 Apr 14
0
[963] branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl: Added a few missing methods and cleaned up a bit.
<!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 Mar 29
0
[926] branches/wxruby2/wxwidgets_282: Update Dialog wx2.6 -> wx2.8 API, remove deprecations and cruft, update doc
<!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 Feb 17
7
Released: window dialog script
Hello, First, please let me thank you to Ryan Gahl and Jerod Venema for their patient help - really appreciated their input - I couldn''t have done this script without their support. Today I released a dialog script based on scriptaculous and prototype. A demo can be seen here: http://net4visions.com/dev/dialog/dialog.htm . Please see the readme and changelog file for details. Your
2007 Aug 14
0
Winbind fails to refresh Kerberos tickets (3.0.25b - Fedora Core 5) - 2nd Try
This is the second attempt at sending this. Apologies for any duplicates. I've got Winbind up and running to authenticate our users against our AD and to save kerberos tickets. I have used the "winbind refresh tickets = yes" setting expecting this to renew these kerberos tickets before they expire. This does not appear to work. Gnome will pop up a dialog box saying that the
2007 Jul 28
4
Modeless Dialog causes Application to hang on exit
Hello, my name is Gregor and I''m new to this list and to wxRuby/wxDialogs. That''s why I wanted to introduce myself shortly. I''m a Ruby fan for 2 years now and I''m doing a lot of web development with Rails and a little Camping and I''m currently writing my Master''s Thesis around Ruby. You may follow my thoughts on my blog www.nach-vorne.de if
2007 Oct 09
3
Trouble with dialog based application
Hi, A long time ago, I made some MFC GUI programming ... There was basically 2 kinds of application : - dialog based application : a simple app based on a dialog (without menu, toolbar, status bar ...) - frame based app (Single Document or Multiple Document) with menu, toolbar, status bar ... I tried to make a dialog based app with wxRuby but the application never exits !! The following code
2010 Jul 05
7
How to Dialogic 240/JCT-T1 interface with Asterisk?
Hello all Asterisk Users, This is my first post here. We are in a process of moving Dialogic 240/JCT-T1 from old voicemail server to Asterisk box. Which card drivers do we need? Please share experience if anyone have successfully configured Dialogic JCT-T1 card with asterisk? Only source proves that this card work with * http://lists.digium.com/pipermail/asterisk-dev/2003-April/000244.htm...
2011 Mar 13
2
Having a problem with choose.files
I am relatively new to R, and am having a problem with the following snippet of code, and I do not at all understand why it is behaving this way. I am running Windows XP, with R 2.12.1. I copy and paste these 4 lines into the R Console: t<-c("a","b","c") ans<-select.list(t) txtNBS<-winDialogString("NBS","300") choose.files() I
2008 Mar 12
0
Problem sending CallerID Name to Dialogic based phone app
Hi, Asterisk 1.4.17 Sangoma a102DE I'm having some issues sending CallerID Name to a Dialogic based phone app. According to the pri debug (asterisk2a-pri-debug.txt in [3]) you can see that it is sending the CallerID Name "Mike - Budgetone - reachme.com" to the Dialogic card, but it isn't regestering on the Dialogic based system. I can receive CallerID Names from our Paetec, o...
2006 Nov 13
0
[739] trunk/wxruby2/samples/dialogs/dialogs.rb: Changed back to using block version of paint in on_paint method.
<!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 Mar 23
7
Lightbox-eske Dialogish Object
So, one of the things I''ve always wanted to do was expand upon the simplicity of the Lightbox Gone Wild! object that the coders at www.particletree.com put together months ago. I used it on an application I wrote to organize my own picture albums on my localhost web server, but I had to hack it apart to get it to do the things I wanted it to do. I looked at the Prototype Window
2006 Oct 23
0
[709] trunk/wxruby2/samples/dialogs/dialogs.rb: Use paint method again, remove unnecessary global (Alex Fenton)
<!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:
2014 Sep 01
1
Asterisk 11.Why two NOTIFY while ringing ?
Hello, On a Asterisk 11.12.0, I'm studying BLF behaviour with Yealink phones. My ultimate goal is to present Operator the name and number of every incoming call so that he/she can if it's worth to pickup a ringing incoming call. I've discovered notifycid option in sip.conf. When a call comes in, I can see that Asterisk is sending two successive NOTIFY messages while the target is
2006 Feb 18
10
Updated: window dialog script
Dialog script has been update. A demo can be seen here: http://net4visions.com/dev/dialog/dialog.htm . Please see changelog for changes. The dialog script can be downloaded from here: http://www.net4visions.com/dev/downloads/dialog.zip . _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 May 03
4
Wx::HtmlWindow.on_link_clicked
Hello, wxruby-users. This is an addition which implement wrapper for overloading wxHtmlWindow::OnLinkClicked method. Unfortunately, it was impossible to make it correctly without ugly hack to wxpp.rb, but i`m hope it does not broke it. Please look at attachment for a patch for htmlwindow.t and wxpp.rb and additional file htmllinkinfo.t (need to be added to $objs array in extconf.rb). Sample
2003 Sep 16
0
Dialogic channel pricing
Speaking as former Dialogic/Bayonne user who was frustrated for months with Dialogic's complexity and months of initial testing with GlobalCall only to use their many-years-old and very complex base Dialogic drivers(and eventually scrapping it all for Digium/Asterisk and being up one week later), I can tell you that Digiu...
2007 Jun 22
2
1.4.5
I am seeing a peculiar message on my console screen on my new installation of Asterisk 1.4.5I would appreciate any comments. Really destroying SIP dialog '3f9a224b517f88c961a311324bfe24b7 at 64.211.222.23' Method: OPTIONS Really destroying SIP dialog '099a002b064129d74fc2e4cd4a88c2ef at 64.211.222.23' Method: OPTIONS Really destroying SIP dialog
2005 Dec 16
3
''floating dialog'' class
Inspired partly by what others are posting here, and partly out of necessity, I threw together a "floating dialog" widget class. It''s more or less a rip-off of the dialog widget from the Dojo framework - I had a need for something similar, but didn''t want to move outside of the Prototype/Scriptaculous libraries. When activated, the "dialog" floats in fixed
2004 May 27
3
dialogic was RE: "Glare" condition - How well does asteriskhandle?
Steven Critchfield <critch@basesys.com> wrote: __________ >On Wed, 2004-05-26 at 14:23, tpanton@attglobal.net wrote: >> On which subject, has anyone else >> got time to work with me on a chan_dialogicGC ? It looks do-able but I am ignorant of how asterisk does threading. > >Do you have GPL drivers for the dialogic card? Follow previous comments >about licensing. There is a dialogic driver from Digium for a cost. Yes, I looked into that. I hope I'm not treading on digium's toes...
2003 Sep 16
3
Dialogic Hardware (Take 2)
...ssure that I have been following the * development for a while and understand the value the Digium hardware gives me vs any other vendor. Most of the people on this list probably know whats good for everyone else, but I like to find out for myself (I am not a CNN junky). Now the * site mentions Dialogic as supported hardware at: http://www.asterisk.org/index.php?menu=hardware It also mentions in the manual that supprt for Dialogic hardware is avalable from digium. All I want to know is how, where. And is there any other third party channel for Dialogic is available. Now I dont see anything...