Displaying 20 results from an estimated 70000 matches similar to: "admin rounting"
2007 Jun 06
2
PRI Partial Re-Rounting
Hello List
We are trying to redirect calls directly, instead of opening a new channel and dialing out.
Etc:
A calls B on our asterisk, and is directly redirected to C
We have been told that this feature should be available on a PRI level, and is called Partial re-routing.
Anybody has an idea of whether this is supported in Asterisk?
Kind Regards
Jon Sch?pzinsky
Detele.
No virus found in
2006 Apr 10
1
routing
I have this in my routes.rb:
...
map.connect ":action/:id", :controller => "default_controller"
..
It worked nicely, until I added a second controller to my project. The
new (second) controller is "Admin".
The problem is I cant reach the actions in the second controller.
http://mysite.com/some_action is routed to some_action in
default_controller. That is
2009 Nov 12
9
uninitialized constant XML::Document
Hi All,
I have installed "libxml-ruby" gem on my ruby instllation. while trying
to create xml document with ruby progam in Rad Rails am getting error
like "uninitialized constant XML::Document (NameError)"
do i need to config any thing else in environment.rb file
Thanks in advance
Chinna.
--
Posted via http://www.ruby-forum.com/.
2014 Jun 03
2
LIbvirt Python Snapshot -Domain Crashing
Hi,
I'm using libvirt(1.0.0) with python, for managing virtual machines..
but while taking multiple snapshot domain is crashing...
Snapshot XML
-------------------------
<domainsnapshot>
<name>snp1</name>
<creationTime></creationTime>
<description>Description</description>
<state></state>
<domain>
2013 Jun 06
1
Unable to ping google... but can ping bing...
Hello all, this is what happens when I attempt to ping both search engines:
http://bin.cakephp.org/view/168484871
One has 100% packet loss, the other none. Here is my route -n:
http://bin.cakephp.org/view/219711338
Also, this is my iptables -L output:
http://bin.cakephp.org/view/2102713387
This is a 64-bit virtual machine running on Azure, OpenLogic CentOS 6.3.
If more info is needed,
2007 Feb 13
1
cakePHP Programmierer gesucht
Für die Entwicklung einer Online Community suchen wir einen erfahrenen
cakePHP Programmierer in Heimarbeit und Vollzeit.
- fundierte cakePHP Kenntnisse.
- svn Routine.
- zeitlich ab sofort verfügbar.
- 2-3 Monate, ggf. länger.
- Kurz-Bewerbung per E-Mail.
- Bezahlung wahlweise pauschal nach Milestones oder Stundensatz.
Bitte senden Sie uns einen Link auf eine Demo Page Ihrer bisherigen
Arbeit,
2015 Jul 17
1
CakePHP in CentOS7
Hello everyone,
is there anyone who got CakePHP running in his CentOS7 machine?
I did it like the installation guide on cakephp.org says but I ran into file permission problems for error.log and cache configuration errors. The skeleton application is not running.
Regards
Tim
2007 Jan 31
2
rspec + CakePHP
Hi,
I am in a situation where I am going to have to rewrite a working Ruby
on Rails application in CakePHP with PHP5. I have a whole bunch of
specs written with rspec, and I was wondering if it would be possible
to somehow use these specs to test the Models and Controllers that I
am rewriting in CakePHP. I am going to be basically just exactly
duplicating the Rails application, with identical
2009 Aug 06
13
Redirect after login
Hi,
I''m new to Ruby/RoR so please bare with me!
I''m trying to adapt a ruby setup where someone logs in to a bonjour
service via a web browser. I have the login screen which asks for host
and password. There is only one user per host and i can log in fine.
It''s suppose to redirect me to /list in my browser but
doesn''t. Once i''ve entered the correct
2009 Aug 06
6
initializers
I created a "config/initializers/tasks.rb"
In it I have the following is all:
logger.info("Running tasks")
However nothing is logged or run. Am I missing something?
--
Posted via http://www.ruby-forum.com/.
2010 Feb 16
0
[JOBS] Unique Developer Opportunity at Anideo (Singapore)
Anideo, a Singapore and US based web products company founded by 3
Harvard graduates, one of whom started Facebook.com is currently
hiring!. You will be creating, coding, and building cutting-edge web
applications that will be used by millions of people. Anideo retains
its Silicon Valley start-up culture with flexible work schedules, a
relaxed office environment and unique hacker perks.
The 3
2014 May 22
3
Host OS, Storage Info
Hi,
Is there any way to get host OS information and host Storage in formations
using libvirt API...?
Rgds
-Sijo
2008 Oct 27
8
pagination in ajax
hi,
I am curently using rails version 2.1.1.
Currently i have done simple pagination using will_paginate
plugin.it works.but when i am trying pagination using ajax
with help of will_paginate plugin
it wont works.i am also using RemoteLinkRenderer helper,
but it gives an error uninitialized constant RemoteLinkRenderer.
can anyone provide any tutorial or sample code so that i can
2009 Jun 02
3
valdate_presnce_of email, :if => :validate_id + Factory girl
Hi
In the model I have User
attr_accessor :validate_email_id
validates_presence_of :email ,:if => :validate_email_id
Could anybody please tell me how can I define a Factory for the above?
Thanks in advance
Sijo
--
Posted via http://www.ruby-forum.com/.
2009 Jul 19
9
Equipment_URL Failed to Generate (new_equipment_path)
I''m trying to use new_equipment_path, which creates the appropriate
link. But, when trying to evaluate "equipment/new" I get the error
below. I''ve included my routes (rake route). Equipment is one of those
words that pluralizes to "equipment", so the singular is right (from
what I know from this forum.
Any help would be appreciated.
Error:
equipment_url
2009 Oct 29
4
manipulating form
Hi,
I work with forms and i won''t to set a name for a form to use
javascript functions..
How can i do
Thanks
2014 Jun 06
2
Libvirt Python Bindings - Remote Connection using openAuth.
Hi,
I am using libvirt with python binding, and I want to connect to a remote
host.
I was able to connect after making ssh certificate, but It is not
applicable for my project.
So I want to use openAuth() method, but I could not succeed connecting to a
remote host using it.
Here is my code
------------------------
import libvirt
USER = "root"
PASS = "mypasswd"
def
2014 Jun 06
1
Re: Libvirt Python Bindings - Remote Connection using openAuth.
Martin,
What do you mean by libvirt credentials...?
-Sijo
On Fri, Jun 6, 2014 at 1:57 PM, Martin Kletzander <mkletzan@redhat.com>
wrote:
> On Fri, Jun 06, 2014 at 01:06:55PM +0530, Sijo Jose wrote:
>
>> Hi,
>> I am using libvirt with python binding, and I want to connect to a remote
>> host.
>> I was able to connect after making ssh certificate, but It
2009 Oct 23
4
error: nested-routes with nested-model having foreign keys
Hi,
I have this Test, User and Project models where every test belongs_to
a project and project has_many tests.
Test also belongs_to User as ''owner''.
Then i followed railcast#139 to create nested route as -
map.resources :projects, :has_many => :tests
But somehow i get this error when url is ''http://127.0.0.1:3000/
projects/1/tests'' in
2008 May 20
3
gem and pluggin
Hi
This is a general question.What is the differnece between these
?Why I am asking such a question is i am using will_paginate
pluggin..Now it is available as gem..So is there any performance
(stability and speed of execution) difference?
Thanks in advance
Sijo
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because