Displaying 20 results from an estimated 1800 matches similar to: "No validation_context methods in Rails API. What for are they?"
2009 Dec 24
12
no such file to load -- ferret
Hi there,
I''m just trying to deploy my app to my vhost, and i''m getting an error
on the phusion passenger page:
no such file to load -- ferret
now everything worked fine in development.
DO i need to reinstall the plugin and gem again? if so - would these
be in domain.com/public? or should it be installed at domain.com?
ANy advice would be great!
THank you.
--
You received
2012 Aug 01
2
'redirect_to' taking infinite loop.
Hi,
The following controller method taking me into infinite loop. Once the
update action completes I want to reload the ''index'' page. May I know
why it is going into infinite loop?
def update
Device.find_by_id( params[:device_id] ).driver = (
params[:driver_id] == 0 ) ? nil : Driver.find_by_id( params[:driver_id]
)
redirect_to :action => :index, :tab =>
2009 Sep 25
3
disable dtmf on SIP peer
Hello,
I have one problem and I need to disable dtmf (disable rfc2833, info and
inband) on one (other peers must support dtmf) SIP peer . Is it possible?
Workaround would be use g729 codec with dtmfmode=inband.
Maybe there is better solution?
Thanks for help.
--
Pagarbiai / Best Regards,
Giedrius Augys
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Oct 05
5
asterisk, phpagi and singleton
Hello,
I've this situation: 300+ simultaneous calls and dialplan like this:
exten => _X.,1,Answer()
exten => _X.,2,DEADAGI(check_status.php)
exten => _X.,3,Dial(SIP/other/${NUMBER})
exten => _X.,4,Hangup
exten => h,1,DEADAGI(cdr.php)
When project is running , I had a lot of defunct php scripts (I've exceed
mysql connection limits and so on, deadagi help a bit). The
2012 Jul 27
7
Getting error while starting server plz help
c:/Ruby193/lib/ruby/gems/1.9.1/gems/rails-2.3.14/lib/rails_generator/options.rb:32:in
`default_options'': undefi
ned method `write_inheritable_attribute'' for
Rails::Generator::Base:Class (NoMethodError)
from
c:/Ruby193/lib/ruby/gems/1.9.1/gems/rails-2.3.14/lib/rails_generator/base.rb:90:in
`<class:Base>''
from
2009 Feb 27
1
change language and playback issue
Hi,
I have problem with Asterisk 1.6.0.1. I need to change language for
playing prompts in Lithuanian. But in Asterisk 1.6.0.1 version everytime
plays in English, but in Asterisk 1.4.x I haven't any problem. Maybe it is a
bug ...? So I paste my test dialpan and prompt's locations. I hope this
helps you.
Files are:
[root at voip asterisk]# find /var/lib/asterisk/sounds/test -name
2009 Dec 07
1
Cucumber and general Ruby question
Hello,
I have this cucumber step definition:
Given /^the site has pages "(.+)" and "(.+)"$/ do | page_1, page_2 |
Page.create :title => page_1 if Page.find_by_title(page_1).nil?
Page.create :title => page_2 if Page.find_by_title(page_2).nil?
end
This works, but obviously I would like to DRY it up. I was thinking along
the lines.
Given /^the site has pages
2007 Aug 27
4
Prepaid Billing: A2Billing, AstBill, ASTCC
Hi List;
I need to use an prepaid billing system with Asterisk,
and I do not know which one is more stable and
integrated with Asterisk?
A2Billing or AstBill or ASTCC?
Also, from where I can download it and ready about its
configuration?
Regards
ITS
IP Telephony and Contact Center Engineer
Eng. Bilal Ghayad
Mobile: 009659849460
2007 Nov 28
1
Replacing the database in Active Record with RPC-based interface
Hi there,
We''re about to move our persistent store from a MySQL database to an
RPC-based data store.
However, we really like programming against the AR-api, and would like
to keep as much as possible from, so that we can keep stuff like
callbacks, validations, relations etc.
How would you do it?
Does it make sense to replace the mysql-adapter with and RPC-based
adapter, translating
2017 Feb 02
6
Compiling Dovecot on Solaris 10
Hello,
I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error:
test-ioloop.c: In function `test_ioloop_pending_io':
test-ioloop.c:188: error: size of array `type name' is negative
My configuration is like this:
Install prefix . : /usr/local
File offsets ... : 64bit
I/O polling .... : poll
I/O notifys .... : none
SSL ............ : yes (OpenSSL)
GSSAPI ......... : no
2009 Aug 18
1
avoid indicate condition 9 and starting music on hold
Hello,
I've a problem. I've asterisk 1.6.0.5 version. And I've created
callcenter, but agents registers to another SIP server. When agent tries
transfer a client to another operator , pressing flash, I get this:
[Aug 18 16:06:37] WARNING[5259]: chan_sip.c:5349 sip_indicate: Don't know
how to indicate condition 9
[Aug 18 16:06:37] WARNING[5259]: channel.c:2858 ast_indicate_data:
2006 Jun 21
1
Calling same queue member all the time
Hello,
I'm trying to setup a queue where call goes from agent to agent in strictly
set order.
I have queue (roundrobin):
Agent1 penalty 1
Agent2 penalty 2
Agent3 penalty 3
When I call to this queue Agent1 rings. If this agent does not take the
call, after set timeout same Agent1 is dialed again.
The call never goes to Agent2 (only when Agent1
2008 Nov 17
1
asterisk conference
Hello,
I've asterisk 1.4.22. I need to that the first conference user hears
"You're the only conference user..." . When the second user joins (without
recording his name) , the first user only hears "new user have join" , when
the third user joins to conference, others hear "new user have join" and so
on. I'll try to do this with meetme, but it always
2008 Nov 26
1
language and meetme issue
Hello,
I have created a dynamic conference into two languages (english and
russian). Client calls to confrence number and interactive choose the
language. Meetme runs with 'dMi' options. Everything works perfect if one
conference room clients have choosed the same language. If clients had
choosed different language , there is a problem with user join/leave
announcements. For example:
2008 Dec 16
2
starting call recording using AMI or other stuff
Hello,
Is it possible, that during the call one side , for examples clicks the
button on the web, and this call starts recording? It's possible with
asterisk feature automon and DTMF. So it is possible to start recording the
channel using AMI or ... ?
Thanks
--
Pagarbiai / Best Regards,
Giedrius Augys
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Nov 06
1
app read accept # sign
hello,
I'm using Asterisk 1.6.0.5 . And I'm creating IVR, and I need that Read
application accepts # sign,
So is it possible? And maybe there is a workaround?
Thanks
--
Pagarbiai / Best Regards,
Giedrius
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091106/2f2b443c/attachment.htm
2017 Feb 06
2
Compiling Dovecot on Solaris 10
Hello,
thank You, this solution worked too. But had to do same thing for those files:
test-http-client-errors.c:388
test-http-client-errors.c:484
test-http-client-errors.c:556
test-http-client-errors.c:636
test-http-server-errors.c:594
main.c:63
director.c:1445
director.c:1448
imap-client.c:253
director.c:1445
director.c:1448
mail-stats.c:56
Is this an old compiler issue or something else?
2020 Mar 15
1
Not works URL
Hi,
URL not reachable: https://doc.dovecot.org/plugin-settings/acl/
--
Pagarbiai,
Olgerdas Balinskis
https://www.balinskis.lt
2008 Dec 17
1
ael queue gosub already has PBX structure??
Hello,
I want that after client and queue member call would be established, cmd
queue runs some 'procedures' . So I am using cmd Queue option 'gosub'. This
is my example of ael :
context QUEUE {
_X. => {
Ringing();
Wait(4);
Answer();
Queue(${Queue},wr,,,60,,,check-record);
Hangup();
};
};
macro check-record() {
2010 Aug 13
2
Rails 3 / ActiveModel for Credit Card information?
When submitting billing information in the past I''ve always used
attr_accessor for credit card details as they should not be saved in
the database. In addition I always end up storing the card
expiration date so that the date form helper works correctly.
With Active Model it seems logical to create a CreditCard class to
hold this data instead.
**1st issue.**
It seems there still