similar to: dialplan announcements

Displaying 20 results from an estimated 1100 matches similar to: "dialplan announcements"

2011 Feb 16
5
Polycom IP335
I am posting here since you guys are my last hope. I am trying to configure a Polycom Soundpoint IP 335 with MWI. Is there any way to eliminate the scrolling messages and Msgs softkey? I am trying to get it where it's just the light that indicates the new messages. I don't know if Asterisk has to send a different notification or what have you. Thanks, --Eric -------------- next
2011 Sep 15
2
testing simultaneous calls
Asterisk 1.4.26 keeps randomly crashing then restarting itself on my live production. I cannot run valgrind and I do not have the right flags set in menuselect. I can however at the dead of the night run stress tests. I want to simulate x-amount of concurrent calls to both a dtmf dialplan, which is working, as well as MoH dialplan to see if this could be the cause of crashing. How
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
2004 Dec 29
2
So what if I can't dial out ... or in ... Asterisk just blows my mind!
I subscribed to this list for about two months before I began posting, so I've got a buttload of email to sift through ... I'm 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
2010 Sep 06
2
Macro when calling cellphone (GSM) + silence when connecting
Hello list, I'm using the following macro when calling an external callphone/GSM number : [macro-press1] exten => s,1,NoOp() exten => s,n,Playback(/var/lib/asterisk/sounds/prompts/press1) exten => s,n,Read(INPUT,,1,1,1) exten => s,n,NoOp(input : ${INPUT}) exten => s,n,GoToIf($["${INPUT}"=="1"]?exit:hangup) exten => s,n(exit),NoOp(call accepted) exten
2011 Feb 02
1
Problems using Background within a macro on V 1.4
Hi List I have had a look at the various posts on this and seem to be more confused than ever - but then again that's not hard ;-) I am using Version 1.4.33.1 build from the Debian "lenny" distros I am trying to implement a simple screening [macro-screen] exten => s,1,Background(press1) exten => s,n,WaitExten(5) exten => 1,1,NoOp(accepted) ; Dont set a reply so dial
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:
2001 May 14
5
unique and precision of long integers
Hello. I have a dataset with about 500,000 observations, most of which are not unique. The first 10 observations look like 901000000000100000010100101011002 901101101110100000010100101011002 901000000000100000010100000001002 901000000000100000010101001011002 901000000000100000010101010011002 901000000000100000010100110101002 901000000000100000010100101011002 900000000000100000010010101011002
2005 Jan 10
2
Festival Woes
Asterisk v1.0 is running on RH 9. I installed festival RPM (festival-1.4.2-16.i386.rpm) and edited the festival.scm file to add: (define (tts_textasterisk string mode) "(tts_textasterisk STRING MODE) Apply tts to STRING. This function is specifically designed for use in server mode so a single function call may synthesize the string. This function name may be added to the server safe
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
2003 Jun 30
1
make 1.7.1 crashes in Mac OS X
I trying to compile R-.1.7.1 under OS X. Configure worked fine; then make crashes with: /sw/lib/libg2c.a(err.o) definition of common _f__formatted (size 4) /sw/lib/libg2c.a(err.o) definition of common _f__hiwater (size 4) /sw/lib/libg2c.a(err.o) definition of common _f__putn (size 4) /sw/lib/libg2c.a(err.o) definition of common _f__reading (size 4) /sw/lib/libg2c.a(err.o) definition of common
2006 Feb 08
3
Newbie and MySQL
Please forgive me if this has been answered in another post. I''ve looked around but couldn''t find a solution. I bought the book "Agile Web Development with Rails" and think I''m going to really like it. I went through the first chapter with no problems. However, as I begin developing the database on page 57, I get a consitent error: Before updating scaffolding
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
2017 Jan 25
2
Backend subtraction changed to negative addition
Hi all, I am writing a custom backend. Doing more testing i notice that for some reason something like: int test(int x) { return x - 1; } is being turned into this IR: ; Function Attrs: nounwind define i32 @test(i32 %n) #0 { entry: %n.addr = alloca i32, align 4 store i32 %n, i32* %n.addr, align 4 %0 = load i32* %n.addr, align 4 %sub = sub nsw i32 %0, 1 ret i32 %sub } But finally in
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
2016 May 18
4
enlarging partition and its filesystem
Hi all! I've got a VM at work running C6 on HyperV (no, its not my fault, that's what the company uses. I'd rather gag myself than own one of th ose things.) I ran out of disk space in the VM, so the admin enlarged the virtual disk. but now I realize I don't know how to enlarge the partition and its filesystem. I'll be googling, but in case I miss it, it'd be great if
2007 Jun 21
1
TDM400 one way calls
Dear All I have a problem with a TDM400 card with 4 x FXS modules. The card carries extensions only and there are no incoming lines. I can make a call to the extension on this card with no problems. However, when I try and call out I just get a busy signal. I also get an error message (as shown at the bottom). Is this a problem? Configs below: [root at asterisk etc]# more zaptel.conf
2008 Nov 14
1
ParkandAnnounce?
In theory ParkAndAnnounce has a lot of usefulness, however, that we've had very little success with application... Our application is similiar to the local Walgreens pharmacy.. Dr. Calls in, selects the "Im a doctor with a prescription option"... call is parked, and announcement overhead is given.. "Doctor holding on ${EXTEN}" exten =>
2011 Apr 20
1
asterisk log - "=======" extension not found?
My trusty support group, Any one come across this in there logs regarding the equals extension? [Apr 16 13:29:42] NOTICE[23047] chan_sip.c: Call from '<extension name>' to extension '========' rejected because extension not found. I do not know how they would generate this. -------------- next part -------------- An HTML attachment was scrubbed... URL: