similar to: xml output from * ?

Displaying 20 results from an estimated 2000 matches similar to: "xml output from * ?"

2004 Sep 22
3
Galaxy Voice changed their SIP proxy
I got a call from GV on Monday evening telling me they wanted me to move my Asterisk server over to a new IP address (216.229.127.40) by this saturday. Why the couldn't tell me this in an email is beyond me but anyways .. So I done changed the number and so far its all ok but whilst testing I noticed that I could no longer accept incoming phone calls. I swapped back and still no inbound
2004 Apr 18
2
Dynamic recording function?
Hi Folks, Yesterday I had need to record a phone conversation. This is not something I'd ordinarily have to do and so I have not configured my * server to do any recordings. When looking for example dialplan stuff I found many examples where the calls are always recorded when the phone is picked up but none that could be done dynamicly. What I'd like to be able to do is press a button
2004 Apr 12
3
Zapateller issues
Hi All, In theory if I do this; exten => s,1,Zapateller(nocallerid) exten => s,2,Privacymanager exten => s,3,Dial(a bunch of SIP extensions) My callers should only hear the anti-telemarketing tones if they call from a line that has no caller*ID and then get offered an opportunity to enter it, right? What I'm finding is that in the event of no CID the caller gets dumped into the
2004 Sep 28
1
IAX softphone issues
Hi Folks, I'm trying to get DIAX to work as an IAX soft phone and I'm having some issues. Outbound calls from the phone to the rest of the world are fine. It's just that I can't get the inbound to work. I have a stanza in my extensions.conf that reads; exten=>_3410,1,Dial(IAX2/3444@default|20) And a stanza in my iax.conf that reads [3444] type=friend context=default
2005 Jan 02
3
Codec Selection in Asterisk
I am wondering how Asterisk selects codecs between devices. For example, in my sip.conf I have: disallow=all allow=ulaw allow=alaw allow=g729 Does the order matter? Does it mean it will try each codec in succession and use the first that both endpoints support? Thanks, Adi
2007 Aug 21
7
Signin to LinkedIn
Hi, Does anyone have the formula for getting logged into LinkedIn? Here''s my current attempt: require ''rubygems'' require ''mechanize'' agent = WWW::Mechanize.new home_page = agent.get(''http://www.linkedin.com'') signin_page = agent.click home_page.links.text(''Sign in'') puts "\nSIGNIN PAGE"
2007 Mar 08
2
Videos
I am trying to get my latest installation of Centos (4.4) to see videos when I am in www.cnn.com. I installed mplayer using yum and that went well. But I still get the screen from microsoft saying I need to install their plugin.. What more can I do to get these videos to work when I use either mozilla or konqueror.. Thanks..
2006 Jan 30
3
Howto change @article.article.headline to @article.headline ?
I have to actions: def index @articles = Article.find(:all, :conditions => "un_published != ''1''", :order => "created_on desc") end and def group id = params[:id] @articles = ArticleGroup.find(:all, :include => [:group, :article], :conditions => ["articles.un_published !=
2006 Jul 26
4
can you pass data when you render :action
how can i do: render :action => "headline", :id => @user.id Thanks, Ben Lisbakken -- Posted via http://www.ruby-forum.com/.
2009 Mar 06
2
Paragraph tags around <div> blocks
For those of you who are expert you may chuckle over this. Perhaps if it's in the record, however, it may help someone else. I was getting cases of <div id="content"> standing on a line by itself, getting converted to this: <p><div id="content"></p> Yes, the line above and below are blank. Yes the div tag is starting at the first column It
2006 Jul 25
11
Prevent users from entering urls
How could I make it so that links on my page could link to a controllers action, but if the user manually entered the url, it would redirect them back to the main page? Is this possible? Thank you, -Ben Lisbakken -- Posted via http://www.ruby-forum.com/.
2011 Jul 11
1
Finding Confidence Intervals
This is a very basic question, so please bear with me. I've been learning about AB Testing, which is largely used in internet marketing to examine the effectiveness of certain aspects of ads, websites, etc. Here's a couple links to people who want to know more about AB Testing:
2007 Mar 26
2
How to limit a user to access a few sites.
Hi , I am now running squid with ncsa_auth. I have bound ip addresses to usernames. So users now can access Internet from their ips. Now I want a few users to prevent from accessing all the sites. But Instead, I want them to allow to access a few sites scuh as google.com,cnn.com, bbc.com. I want to limit in that way. I have wriiten below rules. But those users still can access all the sites.
2002 Sep 19
3
Using large-scale repetition in audio compression
This idea is so simple that I'm sure it must have been thought of before, and discarded, since AFAIK it's not used anywhere. I did a quick web search but that didn't turn up much, so I figured I'd put it up for discussion here anyway. How about using large-scale repetition in audio compression? I'm thinking of redundancy in repeated pieces of a song, ie a chorus.
2006 Jun 09
5
Using link_to with an image tag & link text
Hi , I was trying to use link_to along with image_tag to setup a link that would open in an external window. But I was unable to make a link using both text & an image So my current workaround looks like this inside a partial where link is http://foo.com & text would be descriptive <img src="images/arrow.gif" border="0"/> <%= link_to(text, link, :popup
2008 Sep 23
3
Finding distinct months using find_by_sql
Hello, I''m wondering if someone might be able to offer me a solution to the following problem that has so far stumped me. I''m trying to get the distinct months (and years) from a date field to display as a list in a view. For example, there might be a number of records stored with dates in the table ''headlines'': name date record1 21-09-2008 record2
2007 Jul 26
1
Lohan the observable
Sorry, that name is a misnomer. However, I was excited to find that Ruby has a built in Observable module and I''m pretty bored, so I apologize in advance.... require ''observer'' # one who is observed class Celebrity include Observable attr_accessor :name attr_reader :is def is=(val) @is = val changed notify_observers(self) end end # one who
2004 Apr 08
1
can't hear vm audio
So I've been fighting to get the X100P working. A battle which I've kinda won but not without a cost. Before I won the Zaptel battle I was able to hear all of the messages that asterisk plays. For example, when I'm accessing VoiceMail I would have been requested to input my password. This did work but now it doesn't. Asterisk does show that it is playing the file but no audio is
2006 Jun 27
6
Custom action on Active Record Validation Failure?
Instead of having it highlight the bad fields when you enter in a record that fails validation, is there a way to make it do an action? I''m looking for something like this: validates_uniqueness_of :user_id,:url => {:controller => "headline", :action => "index"} so that on failing the uniqueness check, it would go to the headline controller. --
2005 Aug 24
7
AGI + Ruby
I would like to write AGI script in Ruby Would anybody please show me right direction.. Thanks