search for: appreacitate

Displaying 3 results from an estimated 3 matches for "appreacitate".

Did you mean: appreaciate
2009 Dec 23
1
How to send variables through AMI originate and read those variables in context?
...Channel: SIP/123 Context: TestFestival Priority: 1 Exten: 555 Variable: $numberONE, $numberTWO, $numberTHREE /etc/asterisk/extensions.conf: [TestFestival] exten => 555,1,Answer() exten => 555,n,Festival(you entered: $numberONE $numberTWO $numberTHREE) exten => 555,n,Hangup() I very much appreacitate any input on this. trixbox1*CLI> manager show command originate Action: Originate Synopsis: Originate Call Privilege: originate,all Description: Generates an outgoing call to a Extension/Context/Priority or Application/Data Variables: (Names marked with * are required) *Channel: C...
2013 Mar 20
2
Rspec + Devise + BaseController
Hello there, I''m creating a base controller for the admin section of a project. All controllers whitin the admin section will inherit from it. ##################################################### #app/controllers/admins/base_controller.rb class Admins::BaseController < ApplicationController layout "admin_cms" before_filter :authenticate_admin! end
2013 Aug 26
4
Puppet ssl errors " SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed"
Hi all, I am trying to setup puppet master and puppetdb on same node using puppetdb module. When I try to run puppet agent -t, I see following erorr notice: Unable to connect to puppetdb server (ip-10-172-161-25.us-west-1.compute.internal:8081): SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed notice: Failed to connect to puppetdb; sleeping 2