Displaying 18 results from an estimated 18 matches similar to: "Problem with mixed-case usernames and group mapping"
2005 Aug 03
0
Chan_bluetooth and AudioGateway phone [long]
Hello,
I start trying to use a USB dongle and a Bluetooth GSM phone to make GSM
call with asterisk using the BLT channel provided by the GSM phone.
Unfortunately I get a "Everyone is busy/congested at this time" whenever
I try to Dial("IAX2/****@****/2", "BLT/MotorolaLara/3474501***")
For sure I make some mistake in the configuration. Unfortunately I don't
find
2006 Oct 15
0
chan_bluetooth - one way audio
I have compiled chan_bluetooth and I have used it many times before... but
now I have a problem and I can?t find a solution. I have a bluetooth dongle
(MSI) connected to my asterisk and I use a V3 phone to make calls to another
cell phones... the thing is that I just get one way audio.. I can hear
people from my IAX softphone but they can?t hear me... I don?t know what
could be.. anyone had
2006 Jan 27
1
chan_bluetooth: successful compile and outbound cell calls: Still tweaking inbound setup. WAS: Cannot compile chan_bluetooth on Asterisk 1.2.1
Editing subject line to reflect current status.
On 1/26/06, Nilesh Londhe <lvnilesh@gmail.com> wrote:
> Since T616 is not answering (and incoming calls are going to Cingular
> voicemail after 30 sec,) I suspect the problem focus area is...
>
> > -- Executing Answer("BLT/T616", "") in new stack
>
> Is
2019 Oct 30
2
How to make ScalarEvolution recompute SCEV values?
Hello all,
I’m pretty new to LLVM.
I'm writing a pass for loop optimization. I clone and rearrange loops, setting the cloned loop as the original loop’s parent. This can be done multiple times, until there is no more work to do. The trouble is, after the first time I do this, the cloned loop's SCEVs become unknown types when they should be AddRecExpr.
If I re-run the whole pass on the
2006 Feb 14
3
Arranging Models
I know we could arrange controllers as modules. Can we also arrange models
in modules?
--
Rgds,
--Siva Jagadeesan
http://www.varcasa.com/
My First Rails Project.
Education Through Collabration
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060214/d65f88c2/attachment.html
2006 Jun 09
4
WEBrick won''t start
without going into actual source code yet, here is the general scenario:
i''ve pulled down a project from svn that a friend has been developing on
a linux box... i''m on a windows box.
if i run "ruby script/server", i get one line of output:
=> Booting WEBrick...
then it dies and goes back to command prompt with no error messages.
...however, if i pull down the
2006 Aug 07
2
NoMethod Error: Modifying Location of support modules
I''m trying to follow along with the Agile Development with Ruby on Rails
book and have encountered a problem with code having the following
syntax (partial class provided):
require "digest/sha1"
class User < ActiveRecord::Base
private
def self.hash_password(password)
Digest:SHA1.hexdigest(password)
end
end
I''m getting an error as:
undefined method
2003 Dec 20
0
Fw: Re: CAMPANHA NATAL SEM BAIXARIA - PARTICIPE!
----- Mensagem Original -----=20
Eu boicotaria estas empresas s=F3 pelo fato de financiarem os enjoativos e =
rancentos Cassetas, mas me surpreendi ao descobrir que tantos produtos que =
eu costumo comprar s=E3o transg=EAnicos. Fui conferir no site do greenpeace=
e =E9 verdade!!!!!!!!!!!!!
Boicote neles!
----- Original Message -----=20
C A M P A N H A=20
N A T A L S E M B A I X A R I A
2006 Feb 01
6
how to create a command line script that acts on a model?
Hi,
I''m looking to create a ruby script that loads a bunch of records and
manipulates these. Where do I start?
I got this to begin with:
#!/usr/bin/env ruby
require File.dirname(__FILE__) + ''/../config/boot''
players = Player.find :all
But it complains about a DB connection. How do I set this up?
Jeroen
2006 Feb 15
11
VPS hosting
Speaking of hosting, have any of you used a VPS provider that offers
gentoo as the VPS OS? All of the ones I know of use fedora, debian,
ubuntu, or CentOS.
--
- Adam
** Expert Technical Project and Business Management
**** System Performance Analysis and Architecture
****** [ http://www.everylastounce.com ]
[ http://www.aquick.org/blog ] ............ Blog
[
2006 May 23
1
Detecting internet connection
Hi,
Is it possible to detect whether the internet connection is on from the
application?
Thanks,
Lantis.
--
Posted via http://www.ruby-forum.com/.
2005 Dec 22
3
Is Hieraki included with Rails 1.0?
The Hieraki website says that it version 2.0 will be included with Rails 1.0.
Is that true?
--
Best Regards,
-Larry
"Work, work, work...there is no satisfactory alternative."
--- E.Taft Benson
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Feb 19
4
Sending Scheduled Email Ticklers
Hi All,
I am developing a RoR app for managing community information and would
like to have an summary of current events and interests mailed out
monthly. The tickler email would be a basic summary of items and links
back to the site.
I would like to schedule the email delivery dates and have the app send
out email to registered users that opted for this service. Once
scheduled, a monthly
2006 Jul 27
7
WebService
Hi all!
how do I make a WebService using rails?
thaks !
--
Cordialmente,
Carlos J?nior <junior@boanoitebh.com>
(31) 9244-6543
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060727/f52d1e1c/attachment.html
2006 Jul 02
11
Google maps api in ruby/rails
I''ve been looking for any modules/tools that are available for using
the google maps api in rails. I found a couple of quick examples, but
not much more. If anyone knows of good sites that cover using google
maps api in rails please post it here:)
Chris
2006 Feb 13
8
Netvibes.com / Scriptaculous
Hi list,
Is it possible to create a "dashboard" type application, like
Netvibes.com, w/ script.aculo.us?
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Dec 30
6
Suggestion for New User
I, like many people, am starting to learn Ruby because of Rails. I am
going through several tutorials and am understanding the concepts
without too much difficulty, but the one area I am having trouble with
is learning the new language.
I am not a trained programmer. Rather, I learned how to program out of
necessity and therefore lack some of the background that many of you
have.
I am
2005 Dec 31
26
Free "Agile Web Development with Rails" Text
Hi All,
I''m a RoR n00b that has been lurking for a week or so. About two weeks
ago I bought the text version of Agile Web Development with Rails.
Today, I bought the .pdf version because I run a Sony Notebook and find
a .pdf more user friendly. Therefore I have the text to give away for
free. If anyone in the continental US would like the copy please let me
know and I''ll mail it