search for: file_download

Displaying 20 results from an estimated 22 matches for "file_download".

2007 Nov 14
1
New Foxy Fixtures (Rails 2) & STI (Single Table Inheritance)
I''ve got some problems right now using the new model for relationships in fixtures (by label, not by id) and STI. What I''ve got, is a couple of models: Attachment --> FileDownload Version Version has_one file_download with file_download_id on the versions table In my fixtures, I have two FileDownloads in my attachments.yml like so: hemingway_alpha_zip: size: 100 filename: hemingway_alpha.zip content_type: application/zip type: FileDownload project: hemingway now, in my versions.yml, I have: alpha:...
2007 Jul 12
0
No subject
...> Please see the official tracker in the Digium buglist: > > > > > > > > http://bugs.digium.com/view.php?id=5768 > > > > > > > > Here are the schemas we did for OpenLDAP: > > > > > > > > > > > http://bugs.digium.com/file_download.php?file_id=14842&type=bug > > > > > > > http://bugs.digium.com/file_download.php?file_id=14841&type=bug > > > > > > > > Also, for Novell eDirectory, see: > > > > > > > > http://forge.voicerd.org/frs/?group_id=7&releas...
2006 Dec 06
1
0002475: [patch] Allow app_directory to work with REALTIME
Hi All, I'm running 1.2.9.1 stable. I'm wondering has this patch been applied to stable release or is it still only in CVS. Will this file patch apply correctly to 1.2.9.1 stable? Which file do I patch? I'm guessing app_directory_realtime_1.6.1.patch <http://bugs.digium.com/file_download.php?file_id=4915&type=bug> and config.h.patch <http://bugs.digium.com/file_download.php?file_id=4898&type=bug> or config.c.patch <http://bugs.digium.com/file_download.php?file_id=4898&type=bug> . Thanks. JR JR Richardson Engineering for the Masses -----...
2003 Nov 27
13
Asterisk behind NAT << How to do it.
...; asterisk server inside_mask=255.255.255.0 ; internal ip mask. /24 as this example outside_addr=216.239.33.100 ; this can also be a FQDN! ie. ; my.domain.com ; ... plus whatever else you have in your sip.conf Download the patch at: http://bugs.digium.com/file_download.php?file_id=430&type=bug Either update your Asterisk or verify you have at least version 1.249 of chan_sip.c: cd /usr/src/asterisk/channels/ cvs status chan_sip.c =================================================================== File: chan_sip.c Status: Locally Modified Working...
2009 Feb 02
2
Using the parallel port from domU
..._access = True) TypeError: function takes exactly 4 arguments (3 given) Except of a bug from 2007 and which should be fixed for a long time (and which is only PARTIALLY included in xen as available in 5.2), I have not found anything. I did apply the unapplied part of http://bugs.centos.org/file_download.php?file_id=474&type=bug but there is no change. Any ideas ? TIA manuel
2010 Mar 12
0
Asterisk 1.2 crash: gdb trace on core dump
...i, I'm one of those people who still need to maintain * 1.2 systems and cannot easily upgrade. :-( My 1.2 systems were very stable until I upgraded from 1.2.37 to 1.2.40. I have made some changes within my dialplan but nothing unusual. Today I've had a crash: https://issues.asterisk.org/file_download.php?file_id=25571&type=bug Yesterday I had another: https://issues.asterisk.org/file_download.php?file_id=25572&type=bug Could anyone please have a look at these gdb traces? Other than that the traces seem to point to ast_expr2 and chan_iax2, I don't really have a clue as to why Aste...
2010 Jun 28
3
Pickup a ringing Queue member
Hello. I'm using asterisk 1.4.30. I've found this patch for app_queue.c : https://issues.asterisk.org/view.php?id=11700 Can I easily implement this by issuing : */wget 'https://issues.asterisk.org/file_download.php?file_id=17192&type=bug' -O - | patch -p0/* ?? Does this mean I have a "patched" asterisk ? (I ask this because some applications require a non-patched asterisk version) Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: h...
2011 Apr 12
1
CEL Logging to MySQL - Please Test
I've recently finished an add-on module for CEL logging to MySQL, and it needs to be tested. The feature is being tracked at https://issues.asterisk.org/view.php?id=19058 And the patch is available at https://issues.asterisk.org/file_download.php?file_id=29110&type=bug Thank You, -Jonathan Penny -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110412/bf0f8f96/attachment.htm>
2007 Jun 21
2
segfault during cbind
.../main/bind.c:1263 (gdb) p i $7 = 22839 (gdb) p idx $8 = 22840 Both rm and lapply are needed to trigger the fault; an R level gc() before the final line 'cures' the fault (and the valgind complaint). The data file is available (with free registration) at https://www.affymetrix.com/support/file_download.affx?onloadforward=/analysis/downloads/na22/ivt/Barley1.na22.annot.csv.zip Martin -- Martin Morgan Bioconductor / Computational Biology http://bioconductor.org
2009 Apr 19
3
asterisk-1.6.0.9-x86_64: voicemail: Segmentation fault (core dumped)
Hello, Information: gcc -v: gcc version 4.3.3 (Debian 4.3.3-3) os: Debian/Testing Pulled latest release from asterisk site, compiled, installed it. I have a barebones configuration: $ ls -l asterisk extensions.conf modules.conf sip.conf users.conf voicemail.conf You can see them here: http://home.comcast.net/~jpiszcz/20090418/extensions.conf
2003 Nov 02
2
Clearing Queue Stats?
Is there a way to clear the Queue stats? That is with out restarting *? I'd like to reset them daily and don't see a way to do that. Unless the only way is maybe a cron restart asterisk like every weekday @ 04:00?
2005 Mar 22
4
Chanspy is back !
Guys'n'Gals vote for bug 3836 - Chanspy is back. Better than ever. Let's get this one into CVS. Julian
2006 Jan 19
0
Connection pooling
I wrote a connection pooling patch because asterisk is not usable with MSSQL without it. If you're using, or would like to use, MSSQL I recommend you to check it out. http://bugs.digium.com/file_download.php?file_id=8809&type=bug Just so you know, this is a diff against 1.2.1 and it's been only tested with 1.2.1 (because that's what we are using in production). To enable pooling, you need to edit your res_odbc.conf file and add pooled => yes poolsize => 10 To the entries you wan...
2006 Oct 24
0
CDR_DISPOSITION_FAILED - Call has been answered correctly
...01:41 ----------------------------------------------------------------------------------------------------------------------------------- There are no complainings about dropped calls or something else. I must say, this is a ringgroup call, and this took me into this bug: http://bugs.digium.com/file_download.php?file_id=9084&type=bug "Thanks to Mark Spencer for the attached file that appears to fix this bug which apparently was only happening when the Dial statement contained more than one SIP user and when those SIP users were not connected." Is there someone else out there using this...
2007 Mar 29
1
DTMF Corruption Problem in 1.4.2 for SIP RFC2833 plz halp
...d what will actually come through could be along the lines of "12234445". Sometimes it works, sometimes it doesn't. I had this problem with 1.2 back in November but was able to solve it with the following bug and patch: http://bugs.digium.com/view.php?id=5970 http://bugs.digium.com/file_download.php?file_id=11337&type=bug Because DTMF was reimplemented in 1.4, I can not apply the above patch. Does anyone have any ideas on how I could fix this problem? Help would be greatly appreciated. And by the way, my Asterisk box is talking to a Level 3 SIP gateway with the following configurat...
2011 Mar 22
1
How to use Atxfer in AMI
...reason why and/or under which conditions my phone should handle these values like a request for attended transfer. For the record, I have seen that a patch had been submitted a while ago : http://bugs.digium.com/view.php?id=10585, with some files kined, like this one : https://issues.asterisk.org/file_download.php?file_id=16698&type=bug we can find under "atxfer-trunk-r90428.diff" Besides, it appears : http://svnview.digium.com/svn/asterisk/trunk/main/manager.c?r1=105864&r2=106236 that the difference has nothing to do with the original patch, despite the comment """ Addin...
2010 Oct 05
2
CDR record for call originated from CLI originate
hello List, i am in a situation where i cannot get cdr records for call originated from CLI , i am not able to get when i used application or extension. is there any solution regarding this ,i working since last 3 days onto this. regards Dhaval -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Sep 13
2
ztdummy problem in fedora7, kernel 2.6.22.5-76.fc7
hi there i am facing problem in installing the ztdummy module in fedora7, 2.6.22.5-76.fc7 is the version of the kernel. here are some logs for your kind consideration, i have tried varios solution from voip-info.org and many more, but in vain. Message from "/var/log/messages" Sep 13 14:27:14 localhost kernel: Zapata Telephony Interface Registered on major Sep 13 14:27:14 localhost
2006 Oct 10
2
Increase VoiceMail Messages Recording Gain - Audio Calls are Ok
Hi all I'm deploying a VoiceMailserver with Asterisk behind a legacy pbx, providing Voicemail to email services for Lecagy PBX extensions. On busy or unanswered calls, Legacy pbx will dial a specific DID (one per extension) to asterisk, and the call is handled by Voicemail application. I've several SIP extensions on this Asterisk box, and calls between Asterisk extensions and legacy PBX
2011 Apr 08
0
488 error in T38 Gatewaying in Asterisk 1.8 with patch 13405
...support for T38 gateway but I have been trying to get the patches https://issues.asterisk.org/view.php?id=13405 to work. It seems like some people have been able to get transparent T38 gateway to work on 1.8 I have downloaded the latest patch asterisk-1.8.4_fax.patch<https://issues.asterisk.org/file_download.php?file_id=28947&type=bug> applied it. Installed my spandsp spandsp-0.0.6pre18.tgz and it compiles succesfully. I'm using zoiper to test the T38 faxing. Here is my dialplan '_5062XXXXXXX' => 1. Set(FAXOPT(t38gateway)=yes) [pbx_config] 2. Dial(DAHDI/g0...