similar to: ADSI Functions

Displaying 13 results from an estimated 13 matches similar to: "ADSI Functions"

2004 Jul 29
2
Aastra 480e phone ADSI config
There isn't much documentation on adsi, but I called NETXUSA (the vendor of my 480e) and they helped me along. My experience: 1. I really had no experience with ADSI so I had (probably still have) some misconceptions on how the configuration is loaded onto the phone. 2. I set the following in my /etc/asterisk/asterisk.adsi (most of this is the stock asterisk.adsi script): ;
2004 Aug 06
3
Play music for a link
Hello! Please, I would like to know how I can play music by link of the my web-site... My radio is: http://200.206.207.221:8000 The link, this: <embed type="application/x-mplayer2" ID="MediaPlayer" Name="MediaPlayer" WIDTH="127" HEIGHT="16" src="http://200.206.207.221:8000" autostart="1" transparentatstart="1"
2004 Aug 06
2
Slow icecast loopback
There is no Debian stable package and our radio is in production... It's not a good idea to switch without a test phase and I don't think that it's going to correct the problem. Michael Smith wrote: >On Tuesday 16 September 2003 15:52, EISELE Pascal wrote: > > >>Hi, >> >>I'm using Icecast 1,3,12 under Debian GNU/Linux. When I use my local IP
2004 Aug 06
0
Play music for a link
hmmm, that looks like an embedded script for windows media player, am i correct? <p><p><p>Dave St John CEO Mediacast1 www.mediacast1.com ----- Original Message ----- From: "Tiago Cruz" <tiagocruz@linuxdicas.com.br> To: <icecast@xiph.org> Sent: Friday, September 19, 2003 7:01 AM Subject: [icecast] Play music for a link <p>> Hello! > >
2006 Feb 13
3
moofx - scriptaculous
I was wondering whether somebody could point me to some documentation on how I would convert a moofx class to scriptaculous. Please see this very basic class: fx.ScrollThumbs = Class.create(); fx.ScrollThumbs.prototype = Object.extend(new fx.Base(), { initialize: function(el, options) { this.el = $(el);
2003 Sep 03
4
telantek.adsi
I am working with the telantek.adsi file, and I was wondering how I would create a softkey for Transfer. I tried making a key definition and using SENDDTMF "#", but that didn't work. Is there another way I could do this? Also, does anybody have any ADSI scripts for use with Asterisk that they would like to share? Thank you for your time. __________________________________ Do you
2013 Nov 13
2
[LLVMdev] SCEV getMulExpr() not propagating Wrap flags
Hi folks, I'm trying to analyse this piece of IR: for.body: ; preds = %for.body, %entry %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ] %0 = shl nsw i64 %indvars.iv, 1 %arrayidx = getelementptr inbounds i32* %b, i64 %0 %1 = load i32* %arrayidx, align 4, !tbaa !1 %add = add nsw i32 %1, %I %arrayidx3 = getelementptr
2017 Jan 04
1
Re: libvirtError: block copy still active: disk not ready for pivot yet
I understand that libvirt provides async events that are triggered once the block job reaches ready state and successfully pivots as it is reported by qemu. Whats the event that is triggered and what's the handler that we have to implement? To be more specific, I am looking for the onEVENT callback method that is invoked when the event is fired. On Tue, Jan 3, 2017 at 6:28 PM, Kashyap
2007 Jan 04
2
Re: [nut-Patches][303751] Checking UPS Temperature
One disadvantage of handling it through a script is that is will not be done by default. Most users probably don't know about the problem of burning batteries, as it is not very common. A potential problem with Eric Wilde's patch is that it is not general enough; some UPS models have an boolean OVERHEAT flag although they don't report the actual temperature. So the UPSOVERTEMP
2013 Nov 16
2
[LLVMdev] SCEV getMulExpr() not propagating Wrap flags
On 16 November 2013 06:56, Andrew Trick <atrick at apple.com> wrote: > - getMulExpr constructs a new AddRec with NSW: > > Flags = AddRec->getNoWrapFlags(clearFlags(Flags, SCEV::FlagNW)); > const SCEV *NewRec = getAddRecExpr(NewOps, AddRecLoop, Flags); > Hi Andrew, Thanks for looking at this. Clearing the flags here makes sense, but it's being too
2013 Nov 16
0
[LLVMdev] SCEV getMulExpr() not propagating Wrap flags
On Nov 13, 2013, at 3:39 AM, Renato Golin <renato.golin at linaro.org> wrote: > Hi folks, > > I'm trying to analyse this piece of IR: > > for.body: ; preds = %for.body, %entry > %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ] > %0 = shl nsw i64 %indvars.iv, 1 > %arrayidx = getelementptr inbounds
2016 Dec 28
2
libvirtError: block copy still active: disk not ready for pivot yet
Hi guys, When performing live merge, in few cases, we see the following exception: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vdsm/utils.py", line 736, in wrapper return f(*a, **kw) File "/usr/share/vdsm/virt/vm.py", line 5278, in run self.tryPivot() File "/usr/share/vdsm/virt/vm.py", line 5247, in tryPivot ret =
2006 Oct 09
1
Vorbis primitive API examples (LONG)
Okay, how do I drop a changeset/patchset/tag for you folks from SVN? At this point, I have written three examples of how to use the basics of the ogg streaming and decoding in Tremor. I heartily welcome any suggestions, improvements and corrections that you can point out in the code. The examples required me to make some small modifications to the main tremor library. However, the changes