search for: welcom

Displaying 20 results from an estimated 17344 matches for "welcom".

Did you mean: welcome
2010 Dec 11
2
bash increment in a given way
It's ok, that i can use this, when i want an incrementing sequence, in a given way: # {START..END..INCREMENT} $ for i in {0..10..2}; do echo "Welcome $i times"; done Welcome 0 times Welcome 2 times Welcome 4 times Welcome 6 times Welcome 8 times Welcome 10 times $ but what's the "magic" for this? : $ MAGIC; do echo "Welcome $i times"; done Welcome 0 times Welcome 1 times Welcome 4 times Welcome 5 times Welcome 8 t...
2007 Nov 04
1
Issues after upgrading from 1.2 to 1.4: hangup immediately
Dear all I am trying to upgrade our asterisk from 1.2 to 1.4.x There is something that now fails to work, reading the various documentations, I can not explain why. Here is an extract of my extensions.conf [welcome] exten => 299,1,Answer ; Answer the line exten => 299,2,Set(TIMEOUT(digit)=5) ; Set Digit Timeout to 5 seconds exten => 299,3,Set(TIMEOUT(response)=10) ; Set Response Timeout to 10 seconds exten => 299,4,BackGround(welcome) ; Play Welcome...
2017 Mar 14
2
welcome plugin
Hello, If anyone is using the welcome plugin in dovecot 2.2.x to sent a one-time new welcome email to new users can I get a look at your configuration? I'm stuck, I create a user and the welcome action does not execute. If you've got a script to send the mail can I get a look at that as well? Thanks. Dave.
2007 Oct 16
6
RailsStory runner - empty response
...he system }, :type => RailsStory do Scenario "Publisher with no videos" do When "visiting", "/" do |page| get page end Then "viewer should see", "companies/show_initial" do |template| response.should have_text(/Welcome/) end end end When I run the story, I get the error: kwigger:~/workspace/rspec-stories alvin$ ruby stories/all.rb Running 1 scenarios: Story: View Home Page As a user I want to view my home page So that I can get a birds eye view of the system Scenario: Publisher with no videos...
2006 Jun 17
3
What is this failure trying to tell me?
Here is my unit test code. post :login, :user=>{ :login => "bob", :password => "test"} assert_response :redirect assert_session_has :user assert_redirected_to :action => ''welcome'' Here is the failure I''m getting when I run my tests. 2) Failure: test_login_required(UserControllerTest) [test/functional/user_controller_test.rb:122]: response is not a redirection to all of the options supplied (redirection is <"http://test.host/user/welcome&quot...
2006 May 08
2
session[:user_id] / name problem! Help!
Ok, I have a login on my site, and when I log in, I want to display "Welcome #{user}". In my session, if I do "Welcome <%= session[:user_id] %>" I''ll get "Welcome 1" which is right, but how can I access the name based on the session id? For instance, essentially I want to do this: "Welcome <%= session[:user_name] %>&q...
2002 Jun 05
13
Welcome to the Linux Magazine newsletter
******************************************************************** * PLEASE SAVE THIS WELCOME MESSAGE! * ******************************************************************** Welcome to linux-mag-news! This list is for the monthly Linux Magazine newsletter. SUBSCRIBING: Send a blank message to: join-linux-mag-news@sand.lyris.net UNSUBSCRIBING: Send a message to your...
2010 Apr 20
4
How to display the IP on the welcome screen
Hi all, I'm running CentOS 5.4 in a VMware guest, with the host connected to a DHCP enabled LAN When CentOS comes up, I would like to see the IP adress displayed on the welcome screen. This would save me the hassle of logging in the VM, getting the IP, and logging off before finally ssh'ing to the VM. Does anyone have a clue on how to do this ?? Thanks! PS: security is not an issue as I'm running the VM on my local laptop PPS: this is a "confort" issu...
2017 Jan 31
0
dovecot 2.2.27 welcome plugins script
Hello everyone, I am trying to send a mail to newly autocreated users, using the welcome plugins, however, i am get unable to pipe user information correctly to the script, acording to the wiki the scripts are called just as the quota warnig scripts. Also, every time that a try something new i have created a new user...... is a pain. what can i do to test this without to create...
2018 Jul 31
1
Welcome plugin - user and domain vars?
Hi List, I have multiple mail domains and depending on the domain name was looking for a way to pass the user and domain into a welcome.sh script. I looked at the quota script and saw of the 3 vars one of them is for the user. BOUNDARY="$1" USER="$2" MSG="" For the username - could we still reference USER="$2" in order to pass the username in the welcome email or is this only supported...
2011 Dec 20
1
File Convert
Hi users, I have Asterisk 1.6.2.20 in Ubuntu 10.04. I am trying to convert a gsm file to G729 using file convert, but I am facing error as follows, file convert /tmp/welcome.gsm /tmp/welcome.g729 Failed to convert /tmp/welcome.gsm to /tmp/welcome.g729! Command 'file convert /tmp/welcome.gsm /tmp/welcome.g729' failed. [Dec 20 17:24:18] WARNING[2221]: translate.c:256 ast_translator_build_path: No translator path from g723 to alaw [Dec 20 17:24:18] WARNING[2221]:...
2006 Apr 21
1
How to select Ceptral's Voice in Asterisk's Swift application??
Hi, I'm using Cepstral as a TTS Engine for Asterisk with Swift application. It works fine when I have just 1 voice installed. Now I have 2 voices in the same language installed but I can't seem to find the way to select which voice to use in Swift's application in Asterisk. Does anyone know?? Thank you, Pim
2006 Sep 07
6
Template "specialisation"
...use a specific version in some controllers to have a good DRY approach to my layout. Those controllers should add a little bit more HTML before rendering the results of the actions, in order to avoid copying the entire sitelayout every time. How can I do that? Currently my code is like this: class WelcomeController < ApplicationController #before_filter :show_options layout ''mydefault'' def contact render :partial => "contact" end private def show_options render :parti...
2016 Jan 12
2
Welcoming a new SIG member :)
Virt SIG folks, please join me in welcoming our latest SIG member, Marianne Lombard (username: jehane). She's been a Fedora contributor for quite sometime already, and will now be helping to ensure I'm not being a bottleneck RE: docker on CentOS virt :) Welcome aboard, Marianne. -- Lokesh Freenode: lsm5 GPG: 0xC7C3A0DD ---------...
2018 Apr 06
1
dovecot welcome scripts for multiple domains
Hello, I've got dovecot 2.3 going, and it uses welcome scripts successfully. My question is does anyone have a script that is multi-domain capable? Currently mine sends it's welcome message from say postmaster at domain1.com, well I've got five domains, can I set this script up so that it's smart about them? If user at domain3.com logs in...
2006 Feb 07
5
homepage instead of welcome page?
Got a noob question for ya... When I visit http://localhost:3000/ I get the nice "Welcome to rails" page. To get to a controller I have to go to: http://localhost:3000/controllername What if I don''t want the welcome message and want / to resolve to a controller? How do I set that up? Thanks, Dave -- Posted via http://www.ruby-forum.com/.
2006 Nov 17
3
Is this the "right way"?
The site I''m currently designing doesn''t have a db back end. So I''m using rails primarily for templating and some scripting. I approached this by creating a controller called ''main'' and various views like "index", "welcome", "about", etc. But then I''d get URL''s like www.mydomain.com/main/welcome when I wanted www.mydomain/welcome. To fix it, I made some routes in my config/routes.rb that look like: map.connect "welcome", :controller => "main", :action =>...
2010 Jan 24
1
how to build a welcome page?
I am describing what I am trying to accomplish: I want to create a main welcome page. So I ran script/generate admin/welcome. This created welcome controller Then I wanted to attach this welcome controller to the main application.html.erb In the application.html.erb file I want to show a ‘login’ control and two action buttons: ‘suppliers’ and ‘contractors’. This means someho...
2017 Mar 02
3
welcome plugin
Hello, Is anyone using the welcome plugin? I'm trying to utilize it to send a message when a user first logs in to the system, containing important information for them to know. The plugin loads, I don't have a configuration problem, but the message never gets sent. What can I provide to more easily troubleshoot this? Tha...
2010 Mar 10
4
Extensions.conf changed but not take effect
...ll one thing confused me a long time. when i change the extensions.conf file. why not take effects after restart the asterisk? details as follow: my dailplan is : [95040] exten => _95040XXXXX,1,Set(CALLINNUM=${CALLERID(dnid)}) exten => _95040XXXXX,n(start),Answer exten => _95040XXXXX,n(welcome),Background(${welcomefile},,123) ... exten => i,1,Playback(invalid) exten => i,2,Goto(${CALLINNUM},welcome) first, i have changed _95040XXXXXX to _95040XXXXX , but when excute exten => i,2,Goto(${CALLINNUM},welcome) cli error message as follow: -- Executing [s at extinvalid:2] G...