search for: greets

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

Did you mean: greetz
2008 Jun 04
1
new to prototype : Ajax.Updater
hey guys.. im a prototype rookie here.. the concept of "a framework for javascript" seemed mouth watering.. but my rails got stuck when i started using it. here is the guinea pig im using to experiment on prototype. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html
2012 Jun 18
2
Dovecot Maildir - How to Seperate mail folders
Hi Timo, thank you very much for your quick 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
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
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
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>
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.
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 the day" doveadm import -u restore at backup.invalid
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, as
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 just not
2007 Jan 05
2
Voicemail personalised greetings using DB/IMAP backend?
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 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
2007 Nov 11
1
IMAP Voicemail -- HELP! Asterisk not playing Greeting!
I'm using Asterisk 1.4.13, the latest released version. The linux platform is FC7. I setup my Asterisk server to use IMAP storage. Dovecot is 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
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
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, we
2006 Nov 21
2
Answer Machine Detection
Hi all, i'm trying to make AMD, Answer Machine Detection, to work on my outbound context but i can't get it to work, just on inbound context like whe i use the application Answer before AMD, but i need to make AMD to do the detection on an outbound predictive dialer integration. Follow are the inbound and outbound examples. My current environment is Asterisk 1.4beta3 and a Digum
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", "periodic-announce" which may seem applicable to
2010 Feb 24
2
AMD: HANGUP
*Code:* == Manager 'sendcron' logged off from 127.0.0.1 -- Executing Playback("Local/91441425477394 at default-b9f2,1", "sip-silence") in new stack -- Playing 'sip-silence' (language 'en') -- Executing AGI("Local/91441425477394 at default-b9f2,1", "agi:// 127.0.0.1:4577/call_log") in new stack -- AGI Script
2007 Oct 02
2
[LLVMdev] OCaml Install Error
On 2007-10-02, at 10:46, Jan Rehders wrote: > where can I read more about this? I assume (hope) the lib provides > some kind of OCaml bindings? I could not 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
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