Displaying 9 results from an estimated 9 matches for "mymessage".
Did you mean:
mmessage
2004 Dec 29
2
So what if I can't dial out ... or in ... Asterisk just blows my mind!
...doing this BEFORE I flood the
list with my inane questions ...
But here goes:
I read a reply from one guy to another about recording. The message included
this context from extensions.conf:
[recordings]
exten => 500,1,Festival('Please record your message')
exten => 500,2,Record(mymessage:gsm)
exten => 500,3,Festival('You said')
exten => 500,4,Playback(mymessage)
exten => 500,5,Festival('Press 1 to continue or 2 to change your message')
exten => 500,6,ResponseTimeout(3)
So I figgered out how to make selected conferences automatically record the
"mi...
2003 Feb 06
2
Broadcast message with smbclient -M
Hello,
Is there a way to broadcast a message with smbclient -M?
Also, is there some utility out there with user interface where I can select
which machines should receive the message and then send it out?
Thanks,
Tomas
2006 Jun 29
1
Newbie: Help Please - Model Validation Error
Hi,
I''d be grateful for your help.
I get the error (see below) everytime I add the
following into a newly generated (via scaffold) model
class:
validates_presence_of :myname, :mymessage, :mytel
Without it, I can insert records into my database.
With it, I get the error :(
ERROR>>
ArgumentError in AdminController#create
wrong number of arguments (1 for 0)
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace | Full Trace
/usr/local/lib/ruby/gems/1.8/gem...
2005 Jan 10
2
Festival Woes
...tival server started on port 1314
client(1) Mon Jan 10 13:34:23 2005 : accepted from localhost
client(1) Mon Jan 10 13:34:23 2005 : disconnected
extensions.conf
; Record Message
exten => _*500,1,Answer
exten => _*500,2,Festival('Please record your message')
exten => _*500,3,Record(mymessage:gsm)
exten => _*500,4,Festival('You said')
exten => _*500,5,Playback(mymessage)
festival.conf
[general]
host=asterisk
port=1314
usecache=yes
cachedir=/var/lib/asterisk/festivalcache/
festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n
Any ideas?
2011 Feb 11
2
dialplan announcements
Hey all,
I tried to do some searching but I found snippets and I am having trouble
putting it all together.
I want to have an option off the IVR that plays back the announcement for
the day. At the end of the message, I want the caller to get kicked back to
the previous menu.
The conditions are that I want the recorder to dial a feature code that
prompts him to record the message. He
2006 May 03
1
How would you go about calling a list of numbers and 'speaking' a message?
Hello
I have been asked by a client to process a list of telephone numbers.
Asterisk should call each number in turn and if the recipient of the call
answers, play a message - eg from a wav.
How would I go about doing that?
Angus
2004 Dec 20
1
[Asterisk-Dev] RE: [Asterisk-biz] Asterisktraining andcertification :: AstriconTraining
Here here, a bit of documentation online would cut down considerably the
traffic on this list asking how to questions.
Cmon sokal, put the questions and training material online.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Rich
Adamson
Sent: Monday, December 20, 2004 4:18 PM
To: Asterisk Developers
2007 Jul 25
6
Using R_MakeExternalPtr
Hi all,
I've been writing a package and I've run into a problem that I'm unsure how
to solve. I am looking to pass a C++ class object to R so that it may be
passed back to another C++ function later on to be used. I'm quite new to R
and this is my first time writing a package, so I hope you can bear with me.
The following is how I create the class and use
2006 May 15
2
login engine error
Hi everybody,
I am new to rails.
I get the following error when run the rake engine:migrate for the
engine login_engine.
------------------------------------------------------------------------
gbalaji:~/projects/test/vendor/plugins/login_engine gopalbalaji$ rake
engine_migrate ENGINE=log --trace
(in /Users/gopalbalaji/Projects/test)
** Invoke engine_migrate (first_time)
** Invoke