similar to: Fw: your mail

Displaying 20 results from an estimated 9000 matches similar to: "Fw: your mail"

2010 Jan 15
0
Logs problem of queue_log-mysql
Hello! I'm trying to registers events of queues in /var/log/asterisk/queue_log and Mysql database .I have configured realtime queue_log on MySQL and works well, but /var/log/asterisk/queue_log file is empty, since you're not registering events of queues. Removing extconfig.conf configurations (queue_log => mysql,general), /var/log/asterisk/queue_log works well, events logs on
2008 Jan 25
0
Shift count warning messages
Jean-Marc, I dug into this further, and found that the warning occurred when PSHR32 had a shift greater than 15. in fixed_generic.h, PSHR32 is defined as: #define PSHR32(a,shift) (SHR32((a)+((1<<((shift))>>1)),shift)) For 16-bit compilers the "1" needs a cast: #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) This change fixed the
2008 Jan 26
1
Shift count warning messages
Hi Jim, Thanks a lot for investigating. It definitely makes sense now. I'll fix the problem now. Is there any other place where you see that same (or similar) problem? Jean-Marc Jim Crichton a ?crit : > Jean-Marc, > > I dug into this further, and found that the warning occurred when PSHR32 > had a shift greater than 15. > > in fixed_generic.h, PSHR32 is defined as: >
2008 Jan 23
0
Shift count warning messages
I looked back at my old C55 EC build, and I had the same warning in mdf.c which Mike found. The assembly code did have a valid shift, and this build did cancel echo. When I built with the SVN head, I saw the errors in kiss_fft.c also. The assembly there also has valid shifts. So, I suspect that these warnings do not indicate a real problem. It might be interesting to break down the
2008 Apr 08
1
Speex and C5510
Thanks Jim, But i didnt find this project... It's in CCS folder or on TI site ????? Thk's Em 08/04/2008, ?s 15:52, Jim Crichton escreveu: > The TI directory of the Speex source distribution contains a C5509A > project that builds and runs in TI's Code Composer Studio > simulator. This project does file I/O to files specified in the > main source file. See
2008 Apr 08
0
Speex and C5510
The TI directory of the Speex source distribution contains a C5509A project that builds and runs in TI's Code Composer Studio simulator. This project does file I/O to files specified in the main source file. See README.TI_DSP in the main directory for some tips. You should use the 1.2 beta 3 distribution. You should be able to load, build, and run this with no effort except to get the
2008 Jan 22
0
Shift count warning messages
Mike, I played briefly with the echo canceller on the C5509A back in May 2006. I got the same compiler warnings, and sent a message to the list which included this: "I got several compiler warnings for "shift out of range" in mdf.c, which I fixed by adding EXTEND32 to all of the SHL32s with 16 bit operands (st->frame_size in 6 places, st->wtmp2 in 1 place)." I sent
2009 Aug 07
2
Anyone had any luck with SIP clients on theiPhoneplatform?
That sounds like the ideal app for me too. Fring requires we register with Fring and give them user id/password pair. In our case it did not work until we put a public IP on our Asterisk. I just bought WeePhone and I'll give it a try on the iPhone. Cheers, Enrique -----Mensaje original----- De: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] En
2009 Aug 07
1
Anyone had any luck with SIP clients on the iPhoneplatform?
I'm using it rather successfully. Not perfect, but it works. It is limited to WiFi connectivity... at least here in Spain I cant get either client to work over 3G. I'm using Fring and Truphone. Although I have only configured a SIP to my Asterisk with Fring. Skype works fine. We tested with several Nokia 5800 (EM) using Fring. Call quality is worse. At best, we have a 1+ second delay.
2004 Sep 23
0
New Icecast2, Ices install
Thanks Geoff that was it. I've got every thing installed, I've just got to spend a little time playing to see if it works. Thanks again. Marion -----Original Message----- From: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org] On Behalf Of icecast-request@xiph.org Sent: Thursday, September 23, 2004 2:00 PM To: icecast@xiph.org Subject: Icecast Digest, Vol 4, Issue 22 Send
2008 Jan 23
2
Shift count warning messages
Thanks Jim for looking into that, I was really starting to wonder what was going on. Let me know if you find a way to tell the compiler to stop complaining. Jean-Marc Jim Crichton a ?crit : > I looked back at my old C55 EC build, and I had the same warning in > mdf.c which Mike found. The assembly code did have a valid shift, and > this build did cancel echo. > > When I built
2006 Feb 07
5
Re: ices0.4: icecast mp3 stream for source ?
thank you, for your fast answer. my problem with ogg is, that the mediaplayer don?t understand it. a lot of users are using ms mediaplayer unfortunately. greets Geoff Shang schrieb: > Carsten Henkel wrote: > >> we would like to use IceCast 2.3.1 as a mp3 streamer source for >> reencoding several sources of ices 0.4. >> >> It is working perfectly already by using
2010 Jan 12
1
Problem logs queue_log-mysql
Hello! I'm trying to registers events of queues in /var/log/asterisk/queue_log and Mysql database .I have configured realtime queue_log on MySQL and works well, but /var/log/asterisk/queue_log file is empty, since you're not registering events of queues. Removing extconfig.conf configurations (queue_log => mysql,general), /var/log/asterisk/queue_log works well, events logs on
2009 Aug 18
3
IAX2 ActiveX Control
hello, please any IAX2 ActiveX control that wrap libiax2 or libiaxclient? i want to develope my softphone in delphi thanks __________ Information from ESET NOD32 Antivirus, version of virus signature database 4345 (20090818) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
2008 Jan 22
2
Shift count warning messages
Jim Crichton a ?crit : > I played briefly with the echo canceller on the C5509A back in May > 2006. I got the same compiler warnings, and sent a message to the > list which included this: > > "I got several compiler warnings for "shift out of range" in mdf.c, > which I fixed by adding EXTEND32 to all of the SHL32s with 16 bit > operands (st->frame_size in 6
2006 May 16
1
Asttapi for Asterisk 1.2 Testers Needed (was RE: Asterisk TAPI - Outlook click2dial)
I've finished a patched version of asttapi that will work with asterisk 1.2. There were fundamental changes to the Asterisk Management interface between 1.0 and 1.2 that broke asttapi. I think my patched version will work on 1.0 and 1.2 branches, but I have no way of testing since I don't have a 1.0 install nor do I want one :). I'm looking for testers, if anyone's willing to
2006 May 16
0
Asttapi for Asterisk 1.2 Testers Needed (was RE:Asterisk TAPI - Outlook click2dial)
Had I have been smart originally I would have done this to start. Some rudimentary documentation above and beyond Asttapi 0.10's poor documentation is available along with the download at http://www.kirkhamsystems.com/asttapi. Clint -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kerry Garrison Sent:
2009 Dec 16
3
About Asterisk Manager (C# Sharp)
Hi everyone, I'm having a trouble while developing monitoring tool for queues. I'm using C# Sharp & I follow the instruction on http://www.voip-info.org/wiki/view/Asterisk+manager+Example%3A+C+Sharp. My question is how can I get information about how many people are there waiting on queue with this asterisk manager? I want to make that every time there is a call come into the
2007 Mar 09
1
RV: deliver configuration
Sorry, but I can't see a file named auth-master in any place... Luis Venegas wrote: > Hi., > > I am trying to configure Virtual Users. Whenever I use: > "virtual_transport = dovecot" I get: > > deliver(user_at_domain): > net_connect(/usr/local/var/run/dovecot/auth-master) failed: No such file > or directory > See: http://wiki.dovecot.org/LDA You
2007 Sep 24
0
[Fwd: [imp] How to enable Quota function ( status ) for user ?]
Dear All, Who can help me to solve the problem ? Thanks ! Edward. -------- Original Message -------- Subject: [imp] How to enable Quota function ( status ) for user ? Date: Mon, 24 Sep 2007 22:18:03 +0800 From: edwardspl at ita.org.mo To: IMP <imp at lists.horde.org> CC: horde at lists.horde.org <horde at lists.horde.org> Dear All, Mine is Linux FC6 and Dovecot ( Mail