search for: greet

Displaying 20 results from an estimated 10434 matches for "greet".

Did you mean: great
2008 Jun 04
1
new to prototype : Ajax.Updater
...-equiv="Content-Type" content="text/html; charset=utf-8"/ > <script type="text/javascript" src="prototype.js"></script> <script language = "javascript"> function init() { document.getElementById(''greeting-submit'').style.display = ''none''; } function greet() { var url = ''greeting.php''; var pars = ''greeting- name=''+escape(document.getElementById(''greeting-name'').value); alert(pars); var t...
2012 Jun 18
2
Dovecot Maildir - How to Seperate mail folders
...reply. I tried that but it is not possible to SELECT such a mailbox. I have in dovecot.conf: --- mail_location=maildir:/data/messages%h namespace private { separator = / prefix = location = maildir:/data/messages%h inbox = yes list = yes } namespace public { separator = / prefix = greetings/ location = maildir:/data/greetings%h inbox = no list = yes hidden = yes } --- Messages are coming in from EXIM separated by a special HEADER into this two folders. For INBOX this works fine but not for greetings, although the maildir files are being created upon delivery. Sample IMAP...
2010 Jun 15
1
Voicemail vm-intro played even when temp greeting is setup
Hi there, I am configuring a small voicemail server and I am facing the following problem. Executing this command: exten => 1234,1,VoiceMail(${NUMBER}@test) When a user does not have a customized temporary greeting vm-intro message is played asking for the message to the user but when the user has already a temporary greeting both the temporary greeting and vm-intro are played. Basically what I would like to do is to avoid this second scenario so when a user has a customized temporary greeting just that is...
2005 Mar 16
1
Pattern Matching?
I need to deploy some quasi-virtual-PBXes, and I'd like to avoid having to be hands on for each new phone number deployed... so I would like to set up some administrative extensions that can record greetings... lets say: [admin] exten => 8(NXXNXXXXXX),1,Record($1|-greeting.gsm) [incoming] exten => _(NXXNXXXXXX),1,Playback($1|-greeting) exten => _(NXXNXXXXXX),2,Goto($1,1000) exten => _(NXXNXXXXXX),102,Playback(generic-greeting) [2122222222] exten => 1000,VoiceMail(22222) [31033333...
2011 Jun 11
15
after initialize blowing up---help
All, Can anyone see what''s happening here? ================== migration ======================= class CreateGreetings < ActiveRecord::Migration def self.up create_table :greetings do |t| t.string :greet t.string :language t.integer :count t.timestamps end end def self.down drop_table :greetings end end ================== greeting.rb =============================...
2006 May 31
5
Converting .wav to .WAV
Hi, how can I convert .wav files to .WAV: # file greet.* greet.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz greet.WAV: RIFF (little-endian) data, WAVE audio, GSM 6.10, mono 8000 Hz using 'sox'? Thanks -- Domenico Viggiani
2010 Jul 02
17
Doesn't work erb engine
I''m new in RoR:) I have controller and view (/app/controllers/greeting_controller.rb and /app/views/greeting/index.rhtml /.erb/.html.erb - doesn''t match). greeting_controller.rb source: class GreetingController < ApplicationController def index @message = "Hello world!" end end index.rhtml source: <html> <head><title&gt...
2009 Nov 29
2
VoiceMail greetings
Hello everybody, I'm using Asterisk ( 1.6.1.9 ) Voicemail. For example, if i call extension *11 which is not registered, from extension *12, i have no greetings at all, i only have the "please leave a message after the beep". I tried to record the busy, unavailable and temporary greetings for extension *11 using VoiveMailMain and the file are well created on the file system. I cannot understand why those files are not played. If i use...
2019 Oct 29
1
How do I search for "greetings of the day"
My users say that "greetings of the day" occurs in academic spam a lot. Since I don't trust my users, I opted to verify this bold claim. But how do I search for a sequence of multiple words? doveadm import -u restore at backup.invalid mdbox:/home/copymail/mdbox "" mailbox INBOX BODY "Greetings of...
2008 Dec 04
1
Asterisk 1.6.0.1, IMAP Voicemail storage and temporary greetings.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm have a bit of a problem with temporary greetings. I'm using 1.6.0.1 with IMAP storage. If I go into comedian mail and record a temporary greeting, I get a Message [0] on my IMAP server. In addition, I get /var/spool/asterisk/voicemail/default/134/temp.[gsm|wav|WAV] files. I have imapgreetings=no in the voicemail configuration file, a...
2009 Aug 19
27
First App- Error 500
I''ve created a simple hello world app that doesnt appear to serve up the view greeting.rhtml. :< Any ideas ? The error message is from development.log is... # Logfile created on Tue Aug 18 16:49:55 -0400 2009/!\ FAILSAFE /!\ Tue Aug 18 16:50:34 -0400 2009 Status: 500 Internal Server Error unknown error PS . It does show the default web page ok at http://localhost:3000 j...
2007 Jan 05
2
Voicemail personalised greetings using DB/IMAP backend?
...ment and am getting very close to achieving that goal. With Asterisk 1.4 I now have an IMAP backend for Voicemail messages which is great as users can check the same messages either through the voice portal or using Webmail. However, I'm not sure the best way of dealing with personalised greetings such as a user's unavailable/busy message etc. Despite the IMAP backend these greetings appear to be stored on the local file system under /var/spool/asterisk/voicemail/default, which means if I build a farm of Asterisk servers - each will have it's own spool directory. My aim is t...
2007 Nov 11
1
IMAP Voicemail -- HELP! Asterisk not playing Greeting!
...the IMAP server. Its storing messages perfectly--no problems. I should also mention that I'm using MySQL for real-time configuration. That must be working (at least partially), because I can authenticate v. the voicemail table. However, the Voicemail system does not play a custom unavailable greeting. When I record the greeting (using the std voicemail method), it creates a valid .WAV file, which I can play using the Playback command. However, when an incoming voicemail is received, Asterisk plays the default system greeting. I see this warning in the logs: //...2125551212 is the sample voi...
2007 Jan 05
1
Voicemail personalised greetings using DB/IMAPbackend?
Does this model give you functioning mwi? > -----Original Message----- > From: Ray Jackson [mailto:ray@jacksonz.net] > Sent: Friday, January 05, 2007 3:17 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [asterisk-users] Voicemail personalised greetings using > DB/IMAPbackend? > > > Hi all, > > I am attempting to build a horizontally scalable Asterisk > deployment and > am getting very close to achieving that goal. With Asterisk > 1.4 I now > have an IMAP backend for Voicemail messages which is great as &...
2007 Dec 09
2
Don't enter a queue if no one is logged in
I currently have the following setup: exten => 2000,1,Playback(/var/lib/asterisk/sounds/Greeting) exten => 2000,2,Queue(Qabcdef|t) exten => 2000,3,Playback(/var/lib/asterisk/sounds/EveryonesBusy) exten => 2000,4,Hangup exten => 2000,103,Hangup What happens is, that the greeting in step one is played regardless if anyone is logged into the queue. So immediately after the greet,...
2006 Nov 21
2
Answer Machine Detection
...> _x.,3,Wait(2) exten => _x.,4,Set(RECORDEDFILE=${CALLERID(num)}.wav) exten => _x.,5,Record(${RECORDEDFILE},,,skip) exten => _x.,6,Hangup My AMD conf ; ; Answering Machine Detection Configuration ; [general] initial_silence = 2500 ; Maximum silence duration before the greeting. ; If exceeded then MACHINE. greeting = 1500 ; Maximum length of a greeting. If exceeded then MACHINE. after_greeting_silence = 300 ; Silence after detecting a greeting. ; If excee...
2008 Mar 19
1
Newbie Queue: greetings when first joining queue
I was trying to find out how I could put in a greeting when a caller ***first*** joins the queue. I searched high and low but could only find (in queues.conf): . "announce", which is announcement to the agent . "announce-frequency" which is announcement of queue position . "periodic-announcement-frequency", "perio...
2010 Feb 24
2
AMD: HANGUP
...t agi://127.0.0.1:4577/call_log completed, returning 0 -- Executing AMD("Local/91441425477394 at default-b9f2,1", "2000|2000|1000|5000|120|50|4|256") in new stack -- AMD: Local/91441425477394 at default-b9f2,1 0000000000 (null) (Fmt: 64) -- AMD: initialSilence [2000] greeting [2000] afterGreetingSilence [1000] totalAnalysisTime [5000] minimumWordLength [120] betweenWordsSilence [50] maximumNumberOfWords [4] silenceThreshold [256] == Spawn extension (default, 91441425477375, 2) exited non-zero on 'Local/91441425477375 at default-1e22,2' -- Executing Dead...
2007 Oct 02
2
[LLVMdev] OCaml Install Error
...find any trace of it in > the 2.1 release source so I guess it's currently SVN only? Jan, Here's a trivial example. $ cat metahelloworld.ml (* metahelloworld.ml *) open Llvm open Llvm_bitwriter let _ = let filename = Sys.argv.(1) in let m = create_module filename in (* @greeting = global [14 x i8] c"Hello, world!\00" *) let greeting = define_global "greeting" (make_string_constant "Hello, world!" true) m in (* declare i32 @puts(i8*) *) let puts = declare_function "puts" (make...
2009 Dec 30
4
Per user voicemail greeting
I'm struggle to answer a simple question. One user at extension 4000 wants a custom .gsm file to play for their mailbox. I can't figure where to put it/what to set in voicemail.conf to achieve this: voicemail.conf 4000 => 4000,system,voicemail at ....net Relevant extensions.conf line: exten => 2,n,VoiceMail(4000 at voicemail) It all works fine, playing the system VM greating, but