similar to: targeted ads

Displaying 20 results from an estimated 500 matches similar to: "targeted ads"

2009 May 08
0
targeted ads
Micha? Jaszczyk wrote: > Hi there, > > I work at an internet radio station. My management thought it might be > a good idea to enhance our radio with targeted ads. Do you know of any > streaming server that is capable of inserting targeted ads into the > stream? So far I have only found Ando Media's Targeted Ad Injector > (http://andomedia.com/) which claims to be open
2008 Oct 26
1
jingle/gtalk still very troubling
Hi! I just tried to call a friend using jingle, but I got refused. Errorcode was 502, he tried to call me, heard it ringing once and then it stopped. I used: originate jingle/gtalk_account/friend at jabber.linuxlovers.at [application] I'm registered to googletalk, but this should mean no harm, or should it. Once I was able to receive a text-message from him, but couldn't
2009 Feb 19
1
[LLVMdev] Improving performance with optimization passes
> > On Thursday 19 February 2009 19:00:14 Jon Harrop wrote: >> I'm toying with benchmarks on my HLVM and am unable to get any >> performance >> improvement from optimization passes... > > I just disassembled some of the IR before and after optimization. > This example > function squares a complex number: Something is definitely wrong with the way
2008 Mar 28
1
jingle with Asterisk + PSTN
Hi All I am developing a client that uses libjingle to do xmpp stuff with ejabberd. I can also make audio calls between those clients. What I am trying to archive now is to send calls to pstn using jingle. I was told in the jingle-dev community that asterisk can do that. Is there any way to send jingle audio calls to asterisk and will it understand them ? If yes..can I forward those calls to PSTN
2007 Nov 08
3
Asterisk as a SIP to XMPP Jingle voice gateway
Hello, I'm looking for a SIP to XMPP Jingle voice gateway. I see that Asterisk has Jabber and Jingle support, but it looks like Asterisk acts as a Jabber client. Are there any Jabber server solutions, where Jabber users can call SIP users by using the SIP URI and vice versa? -- Eric Chamberlain, CISSP Chief Technical Officer Voxilla - http://voxilla.com/
2008 Oct 17
1
[OT] RE: CELT 0.5.0 is out
Use Jingle, anyway Jingle kicks SIP on almost every aspect. Especially on the way the standards are made. Diana David Hogan wrote: >> I understand, but CELT would be useless for SIP if one can't >> > read/guess > >> correctly decoder configuration from the RTP data. >> >> One possible way to cope with this would be to have several CELT >>
2008 Oct 27
1
gtalk/jingle full report
Hello everyone! Philippe, you told me to make a bugreport. Well, here it comes, I'm still not sure, if tis is a bug or a miss-configuration. So I've put up a collection of configurations/output/debug files from a simple asterisk session testing the gtalk call. You can download it here: http://juliencoder.de/ap.txt Or I can mail it, just tell me where and I'll attach it to
2012 Sep 20
1
chan_motif, xmpp, jabber, jingle
Hi all, For one of my inverstigations it looks like i'm back to "square one" I'm trying to accept an incoming xmpp call and forward it conditionally to a sip, isdn, or voicemail. No google is involved as i use a local xmpp server (ejabberd) I was experimenting on 1.8.15.1 (with jabber.conf, jingle.conf), but some suggested me to have a look at asterisk11,so i did... I
2015 Apr 17
2
[LLVMdev] how to use "new instruction()"
Thanks Nick, that's something what I am trying to implement as the following. But it seems I still only get the constant value not the instruction. Could you please go over the following instruction and see what wrong with it? Thanks for your time again. Value *vecVal = NULL; IRBuilder<> builder(&*pInst); Type *vecTy = VectorType::get(Type::getDoubleTy(ctxt), 2); Value
2007 Aug 28
3
Speex is the default codec for Jabber's Jingle VoIP
Just a heads-up, I received confirmation that Speex is now the default codec for the Jabber's Jingle VoIP protocol. While not the default in Google's Jabber, Speex has been reported to work on Google Talk as well as of last year. This information is not news breaking, but many people aren't aware of it yet, so spread the word. -Ivo
2007 Aug 28
4
Speex is the default codec for Jabber's Jingle VoIP
Peter Saint-Andre a ?crit : > Ivo Emanuel Gon?alves wrote: >> Just a heads-up, I received confirmation that Speex is now the default >> codec for the Jabber's Jingle VoIP protocol. > > Which we hope to finalize soon for broader adoption. :) That's good to hear. Are you supporting wideband or just narrowband? Jean-Marc
2014 May 25
2
Keeping icecast + ices 2.X running on a strict schedule?
Hello, Icecast and Ices are running on the same machine and it is a dedicated server. It is a Xeon 1270 V2 CPU with 16 GB ram running Centos 64-bit. Any thoughts on which settings I could try next? I have tried everything that appears to relate to the speed at which the stream occurs to no avail. One point I forgot to mention is that some tracks bring on more deviation than others. Shorter tracks,
2009 Jan 26
4
Error while building wine 1.1.13 on Mac Os X
As in subject, when I try building wine 1.1.13 using Mac OS X 10.5.6 using both the latest developer tools and fink packages (for libjpeg, libpng, libxml2, etc) it gives an error on "make && make depend" with the following message: -- rm -f libwine_port.a ar rc libwine_port.a ffs.o fstatvfs.o futimes.o getopt.o getopt1.o getpagesize.o gettid.o interlocked.o isinf.o isnan.o
2011 Oct 23
1
[LLVMdev] Can insertvalue ignore its last operand?
Hi, Some of my code is compiled to %insert2 = insertvalue { float, float } %insert, float %33 When the index value (the last operand) is omitted, does it mean it uses some default value, say 0? The manual does not allow this syntax though. http://llvm.org/docs/LangRef.html#i_insertvalue Thanks. -- Jianzhou
2012 Oct 10
1
motif load
Hi, Are there any thoughts about how "cpu-expensive" motif is? Does it only translate SIP <--> jingle (during call-setup) if so, impact will probably neglectible. or does asterisk remains constantly in between the data-stream? In that case, it might be something to pay serious attention to, when doing multiple call conversions simultaneously... hw
2014 May 25
2
Keeping icecast + ices 2.X running on a strict schedule?
Hello, Regarding accounting for track lengths, could sox (soxi) be getting it wrong? Here's my approach atm: $lengths = array(); foreach($files as $val) { //Note that $files has already been populated by glob() $temp = explode(":", shell_exec('soxi -d "'.$val.'"')); $length = $temp[0] * 60 * 60;//convert the hours to seconds. $length += ($temp[1] *
2007 Jun 04
2
Re: XIPH Internet-Drafts
On Mon, Jun 04, 2007 at 03:20:05PM -0600, Peter Saint-Andre wrote: > >>Hi Luca, > >> > >>Thank you for working on the Theora and Vorbis drafts in the IETF's AVT > >>WG. Do you also plan to work on the Speex draft? > > > >other people are working on the speex I-D, Ralph should be able to tell > >you which to contact ^^; > > Hi Ralph,
2009 Feb 19
0
[LLVMdev] Improving performance with optimization passes
On Thursday 19 February 2009 19:00:14 Jon Harrop wrote: > I'm toying with benchmarks on my HLVM and am unable to get any performance > improvement from optimization passes... I just disassembled some of the IR before and after optimization. This example function squares a complex number: let zsqr(r, i) = (r*r - i*i, 2*r*i) My compiler is generating: define fastcc i32 @zsqr({
2006 Apr 19
1
Jingle support - can we test the feature ?
Hi, we would like to build IM-Voice community for our students around Asterisk, Jingle, Jabber. Can we already test those features ? Anyone already running such setup? Any more info ? Thanks in advance, regards, Rob.
2010 Oct 24
2
Installing multiple wine version from Ubuntu Repository?
Probably I should ask this question to Ubuntu forums, but nevertheless... Is possible to install multiple concurrent version of wine from the wine repositories? Reasons to prefer this to building from sources should be obvious, I suppose: easyness in regression testing, compatibility, installation/removing... I've tried looking to the build scripts of deb files, on the eventual possibility