similar to: Announcing sorcery-0.1.0

Displaying 20 results from an estimated 3000 matches similar to: "Announcing sorcery-0.1.0"

2015 Aug 18
1
logging into user mailboxes with admin credentials
Hey folks, We are planning a migration away from Dovecot (sorry) to Google Apps and are trying to figure out how to migrate the contents of user mailboxes to the new provider. Normally we would use an IMAP migration tool to log into each user's mailbox on the old and new providers and transfer the data that way. However, there is no central directory service; all accounts are local. We
2012 Nov 07
5
forwarding all calls to cells
Hello everybody, A client wants to install a FreePBX infrastructure, but have all calls forward to their cell phones rather than buying VoIP phones. They would be doing SIP trunks over a Comcast business line. Probably maximum 6 simultaneous calls. Any gotchas we should warn them about? Thanks! noam Noam Birnbaum El Presidente http://www.desksidemanner.com 415-854-0885 x89 tweet @noamb
2015 Feb 19
0
Asterisk 13 - sorcery realtime for pjsip publish objects
Good Morning, After further investigation, I found that the res_pjsip_publish_asterisk module does not use the realtime sorcery wizard, but instead only reads from the configuration files. I've been able to patch the module, using the logic from the other modules to learn how to make the sorery configuration read from the other sorcery wizards and it's now working for the
2016 Nov 09
2
sorcery.conf mappings
Is there some documentation for all the available sorcery.conf mappings for realtime? Asterisk already includes some tables in the database that are not enabled by default on the sorcery.conf like transports and outbound registrations. There are no examples in the file on how to enable them. Where can I find some documentation to enable those mappings? -- Telecomunicaciones Abiertas de
2015 Feb 18
3
Asterisk 13 - sorcery realtime for pjsip publish objects
Excellent. I was using ast-13.1.0 with no luck. I upgraded to 13.2.0 and have made it further, but am having a little difficulty. The outbound-publish object types seems to be working in realtime now. But the asterisk-publication object is only reading from sorcery.conf. I know you said that it *should* work, with no guarantee, which I'm fine with. I just want to make sure I don't
2011 Oct 22
0
Formating Sorcery
Hi, I have looked around for some documentation on the issue I am having, but have had no luck. I''ve been working with rails/ruby for about 5 months, so I apologize if this is something simple I am overlooking, but I am still beginning and any help would be very appreciated as I am stumped. I created custom salt, user authentication in my User model, but want to use Sorcery to implement
2015 Feb 19
0
Asterisk 13 - sorcery realtime for pjsip publish objects
On Thu, Feb 19, 2015 at 9:15 AM, Joshua Colp <jcolp at digium.com> wrote: > Matt Hoskins wrote: > >> Good Morning, >> >> After further investigation, I found that the res_pjsip_publish_asterisk >> module does not use the realtime sorcery wizard, but instead only reads >> from the configuration files. I've been able to patch the module, using >>
2015 Feb 19
2
Asterisk 13 - sorcery realtime for pjsip publish objects
Matt Hoskins wrote: > Good Morning, > > After further investigation, I found that the res_pjsip_publish_asterisk > module does not use the realtime sorcery wizard, but instead only reads > from the configuration files. I've been able to patch the module, using > the logic from the other modules to learn how to make the sorery > configuration read from the other sorcery
2016 Oct 01
2
Sorcery with templates
Hi list. I use sorcery to configure an astdb backend to my pjsip endpoints. This works well, but it would be even better if I could set attribute defaults for these endpoints in the config file. The way I do it now forces me to store all endpoint attributes for each endpoint, even when most of them are effectively defaults. If I need to change one, I need to update each endpoint in the astdb.
2015 Feb 18
0
Asterisk 13 - sorcery realtime for pjsip publish objects
Matt Hoskins wrote: > Hello, Kia ora, > I am currently trying to set up pjsip realtime and would like to have > outbound-publish, inbound-publication, and asterisk-publication sorcery > object types in ODBC realtime. Is that currently supported? I know that > some object types are known working and others are not. I was curious > what the status of those objects are. It
2015 Feb 18
2
Asterisk 13 - sorcery realtime for pjsip publish objects
Hello, I am currently trying to set up pjsip realtime and would like to have outbound-publish, inbound-publication, and asterisk-publication sorcery object types in ODBC realtime. Is that currently supported? I know that some object types are known working and others are not. I was curious what the status of those objects are. Thanks! Matt Hoskins | NPG Corp | Systems Architect
2011 Apr 20
1
Omniauth facebook authentication failure
I am using devise and omniauth for authentication. Wherever i click on the facebook login button i get this warning msg. ****************************************** warning: peer certificate won''t be verified in this SSL session ****************************************** But now i get this error msg ***************************************** OpenSSL::SSL::SSLError SSL_connect returned=1
2011 Jul 04
2
when use mongoid , Model.count can't work.
Hi, when i use mongoid to get the count of model named "User", I met a error : irb(main):001:0> User.count ArgumentError: wrong number of arguments (1 for 0) from /var/lib/gems/1.8/gems/mongoid-2.0.2/lib/mongoid/ cursor.rb:37:in `count'' from /var/lib/gems/1.8/gems/mongoid-2.0.2/lib/mongoid/ cursor.rb:37:in `send'' from
2012 Sep 16
1
“Routing Error No route matches {}” when omniauth failed on registration
(Original question was asked here: http://stackoverflow.com/questions/11506734/routing-error-no-route-matches-when-omniauth-failed-on-registration ) I am using omniauth-identity and configure its "fail on registration". My files: config/initializers/omniauth.rb OmniAuth.config.logger = Rails.logger Rails.application.config.middleware.use OmniAuth::Builder do #... provider
2011 Nov 21
0
OmniAuth provider not working (single sign on, two Rails apps)
I''m new to OmniAuth and am trying to get two sample apps (a provider and a client) to work. I have two sample apps I forked from a blog post on omniauth and single sign in: http://blog.joshsoftware.com/2010/12/16/multiple-applications-with-devise-omniauth-and-single-sign-on/ Provider - https://github.com/RobZolkos/sso-devise-omniauth-provider Client -
2013 Aug 26
2
linkedin login using omniauth
Hi, I am trying to add linkedin login feature in my rails application using omniauth gem..I used omniauth gem for Fb login and it''s working fine..but it''s not working for linkedin login this is my code /model/user.rb class User < ActiveRecord::Base attr_accessible :name, :oauth_expires_at, :oauth_token, :provider, :uid def self.from_omniauth(auth)
2012 Oct 06
1
how to scope the /auth/:provider/callback , using OmniAuth for users and members
I have two separate groups of people authenticated w Devise , but in this case I cannot used the Devise embedded OmniAuth support. So i am using directly the OmniAuth gem. Initialized w : Rails.configuration.middleware.use OmniAuth::Builder do ..provider :twitter, .. end It''s running fine , but I have an issue with the callback route mapping : I tried match
2012 Jan 22
3
Using Mongoid with ActiveRecord
I''m trying to use mongodb and postgresql simultaneously with Rails 3.1. I believe I have everything set up correctly. What I''m interested in knowing is how to get rails to flip-flop back- and-forth between mongoid and activerecord. For example, if I want to generate an ActiveRecord model after using mongoid, rails automatically defaults to the Mongoid gem. > rails g model
2013 Oct 23
2
how is mongoid syntax implemented ?
In mongoid, a ORM mapped database object is like below. The part "type: String" seems to me to not fit into any standard ruby syntax and I was curious how does mongoid implement that ? class Step include Mongoid::Document field :Label, type: String field :Descript, type: String field :ErrorText, type: String embedded_in :step_data end -- You received this message
2010 Feb 25
0
Bundle install error involving hash range errors
While running "bundle install" on a new Rails3.0.0.beta app on Ubuntu 9.10 / Ruby 1.8.7 with the following line in my Gemfile: gem "mongoid", :git => "git://github.com/durran/mongoid.git", :branch => "prerelease" I got the following error: Installing mongoid (2.0.0.pre) from git://github.com/durran/mongoid.git (at prerelease)