search for: rssfeed

Displaying 20 results from an estimated 201 matches for "rssfeed".

2005 Apr 20
2
RSS downloader
Hi, I am current writing a ruby application that does something similar the RSSFeed plugin for azureus (see http://azureus.sourceforge.net/plugin_details.php?plugin=rssfeed). in ruby. The plan is to use it drive rubytorrent to do the actual downloading. Does anyone know of a similar project written in ruby ? This is my first project in ruby, I have been programming in C and C++...
2005 Sep 20
6
iax2 trunking wackyness
Hi I was doing some bandwidth testing, and my incomming usage is 36% more than my outgoing bandwidth. The setup is IAX2 trunking using GSM codec. Is there any obvious reason I am overlooking to figure out why there is such a big difference between the two.? I am using CVS-head September 3rd, maybe there is a version skew? Any suggestions will be appreciated. Thanks Clive
2005 Jan 17
3
On Hold music
...... I think from memory the correct version is 0.59r Also, I think Redhat has simply made a symlink to mpg321 (which is *not* the same). -- Cheers, Matt Riddell _______________________________________________ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss) _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users ___...
2005 May 16
4
Web Client with IAX2 and ilbc
Guys. Maybe this is asking for a lot :) but is there any web client that can use IAX2 and ilbc? This is for a "call us" web idea.... Any leads?
2007 Mar 08
2
Rendering a view from a model
...owing class method in a Rails model, in which I retrieve some objects from the DB... @bubbles = Bubble.find(:all, :limit => 30) # What is the limit? open( "public/xml_data/main_data_feed.xml", "w" ) { | l | l.write ERB.new( IO.read( File.join( RAILS_ROOT, "app/views/rssfeed/bubbles.rhtml" ) ) ).result } When I attempt to run this with runner I get the following error... ./script/runner XmlInterface.generate /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.2/lib/commands/runner.rb:47: (erb):14: You have a nil object when you didn''t expect it! (NoMethodError)...
2004 Sep 21
12
Astricon pictures
Hey, I am here at Astricon and about to go down to registration. Is there any interest in pictures if I take my digital camera? I am sure that someone is already doing this. (Probably someone official). I would take pictures of each day and upload them to my website if anyone is interested. Let me know! -- Kristian Kielhofner
2006 Jan 11
3
video development
Hi Fran, you could do it using Adobe/Macromedia Flash Media Server 2, but I guess that's not the answer you are looking for. If you manage to do this and release it under GPL I'll kick in $50 for a bounty. Regards, Dean Collins dean@collins.net.pr +1-212-203-4357 +61-2-9016-5642 (Sydney in-dial). -----Original Message----- From: asterisk-users-bounces@lists.digium.com
2005 Sep 21
7
add 0 (zero) to incoming callerID - how?
I have an asterisk box and SIP / IAX2 phones. To call out, users have to add 0 (zero) before a real telephone number. That means, that if they want to call someone that has a number 123456, they have to call 0-123456. Simple, right? This has a serious drawback though - when someone calls us from the number 123456, we see the callerID 123456, and we're unable to use the callback/redial
2006 Mar 01
1
break in a each function
i have a method , and i only want the first 10 feeds to be put in the database , why doesn''t this control structure works , when the counter is 10 it has to jump out the iteration greetz Klaas def get_feed2(rssfile) # Open the RSS file rssfeed = open(rssfile.url) # Use the built-in REXML module # Read the entire RSS file into memory rssdoc = Document.new rssfeed.read #Extract some header data about the feed title = rssdoc.elements[''rss/channel/title''].text link = rssdoc.elements[''rss/ch...
2006 Feb 28
1
make a method in a controller do something by console script
is there a possibility to automate a method in a controller by a ruby script , i have written a method which is taking rssfeeds from other sites and puts it to my database , but i want to have this method called each 15 minutes , can you do it by a console script or do i have build a stand-alone program? can somebody put me on the correct track?or give me some hints greets Klaas -- Posted via http://www.ruby-forum.c...
2004 Sep 22
1
News From Astricon
...stricon.voctel.com/news.php If anyone has any comments about Astricon, please forward them to me and I will put them up on the site so that all the people who didn't go can read them. Cheers, Matt Riddell http://www.sineapps.com/news.php (Daily Asterisk News - html) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
2004 Nov 25
1
Interview with Mark Spencer
Hi, Just thought I'd let everyone know of our latest interview - this time with Mark Spencer - the creator of Asterisk. -- Cheers, Matt Riddell _______________________________________________ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
2005 Jan 13
3
High delay with diax099f + Asterisk
Hi all! Somebody knows something to do with a high delay using Asterisk + DIAX!? When I used IAXComm(Linux) in both sides(peer and me) no problems. Whan I used DIAX099f(WinXP) in both sides(peer and me) I have a delay in the voice coming from the person that I called. I don't have delay in my voice to the peer phone. CODEC: u-law (I tried with all available codecs) Thanks for your help!
2005 Mar 15
2
Wiki down: Is there another source for documentation?
As the title suggests, I was wondering if there was another source of documentation for Asterisk. Related: If one wanted to contribute to documentation, who would one contact? Thanks! Sean
2005 Jun 05
2
TDM400P Polarity reversal detection
Hi Can TDM400P detect polarity reversal on FXO module? We have C.O. lines that reverse polarity on Answer and release. Thank You This message (and any associated files) is intended only for the use of the individual or entity to which it is addressed and may contain information that is confidential, subject to copyright or constitutes a trade secret. If you are not the intended recipient you
2005 Sep 30
2
Why does the s extension not work in my extensions.conf file
Hello In my extensions.conf file: [frompstnisdn] exten => s,1,Dial(SIP/200&SIP/202,20) exten => s,2,Voicemail(su200) exten => s,3,Hangup I use the s, start, extension to handle incoming calls. In my zapata.conf: context=frompstnisdn This works ok on another asterisk box I setup. But on incoming calls I get: -- Extension '787367' in context 'frompstnisdn'
2005 May 25
4
SER Help
Hi, I'm looking for a tutorial or installation guide for SER to be used with asterisk to solve the remote SIP agent problem. All the documents available are for large scale installation. Any help is highly appreciated. Regards. __________________________________ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail
2005 Sep 30
2
analog phone/door buzzer going through a Sipura SPA2000 ATA dials really slowly
Hello We have setup a doorbell which has an inbuilt analog phone which is connected to our Asterisk via a SPA2000 ATA. The problem we are getting is that when a caller presses the buzzer it is taking two or more minutes to finally call the reception phone. In the SPA2000 I have set dtmfmode to be inband. I notice that with the asterisk you dial a number and then it waits for a timeout
2005 May 25
5
Asterisk Crashing; Not getting Core dumps
This is frustrating. Asterisk has crashed now twice today and neither crash has produced a core file. My ulimit is unlimited. I'm using safe_asterisk so asterisk is restarting immediatly, but how the hell am I suposed to find out wtf happened with no core file? Debug log doesn't say anything either. AGRHHHHHHHH -Matthew --
2009 Oct 15
1
R RSS feed
I was trying to subscribe to an RSS feed from <http://developer.r-project.org/RSSfeeds.html> but IE chokes on DTDs and Firefox also has trouble with this feed. (I'm not sure if it has trouble with DTDs in general.) I went to one of our web developers to see what I should use to read the feed, and he pointed out that the mix of RSS 2.00 and rss-0.91 looks like a mistake: &l...