Displaying 3 results from an estimated 3 matches for "guirec".
Did you mean:
guiriec
2015 May 22
0
Disconnecting call for lack of RTP activity in 301 seconds
...tpholdtimeout" parameter in sip.conf.
Tested from v1.8.10.0 to 1.8.32.3.
The version 1.8.8.0 is not affected. I don't know between 1.8.8.0 and
1.8.10.0.
Does anybody has a solution to increase the timeout of a call on hold ?
Is this a bug or a new parameter ?
Thanks.
--
Cordialement,
Guirec DEGRAEVE
gdegraeve at absystech-telecom.fr <mailto:email at absystech.fr>
Technicien VoIP & Syst?mes et R?seaux
http://www.absystech.fr/
Fix | +33 3 20 50 99 02
Mob | +33 6 26 29 43 60
Fax | +33 3 20 74 50 05
AbsysTech est partenaire privil?ge HP Gold, habilit? sp?cialiste r?seau
<...
2012 Dec 18
0
problem with globalize3 : undefined method `create_translation_table!'
Hello,
I have the problem posted at this address :
https://github.com/svenfuchs/globalize3/issues/172.
I created a new project with a new model and I integrated globalize3. I
created a migration like this :
class CreatePages < ActiveRecord::Migration
def up
create_table :pages do |t|
t.timestamps
end
Page.create_translation_table! title:
2013 Jul 19
0
Best practices for capybara's features spec?
Hi,
I realy like to use capybara''s features spec but I have some questions
about the organisation :
1. How should I group the features specs?
-----------------------------------------
For the moment, I try to group by controllers. For example, I can have a
file "users_spec.rb", "artists_spec.rb", etc... Maybe it''s better to group
by user story... What do