[Asterisk-Users] Proper syntax for expression in GotoIf() command

2005-02-17 Thread Scott Bussinger
I'd like some suggestions on the proper way to format a line in my extensions.conf file. In our office, most calls are sent to a group of extensions and whoever is available answers the call. What I'd like to do is prefix the caller ID with PRV: for those calls that are sent directly to a

RE: [Asterisk-Users] Proper syntax for expression in GotoIf() command

2005-02-17 Thread Race Vanderdecken
, February 17, 2005 3:49 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] Proper syntax for expression in GotoIf() command I'd like some suggestions on the proper way to format a line in my extensions.conf file. In our office, most calls are sent to a group

[Asterisk-Users] Proper Syntax

2004-09-26 Thread Henry Devito
I set up the pilot number to voicemail to be 777. When a user calls 777 the voicemail answers and asks for mailbox, then password. Is there a way for the Voicemail to read what extension they are calling from and just ask for the password? I have a person complaining because they have to

Re: [Asterisk-Users] Proper Syntax

2004-09-26 Thread Bruce Komito
exten = 777,1,VoicemailMain([EMAIL PROTECTED]) Bruce Komito High Sierra Networks, Inc. www.servers-r-us.com (775) 236-5815 On Sun, 26 Sep 2004, Henry Devito wrote: I set up the pilot number to voicemail to be 777. When a user calls 777 the voicemail answers and asks for mailbox, then

Re: [Asterisk-Users] Proper Syntax

2004-09-26 Thread Vahan Yerkanian
Henry, exten = 451,1,Answer exten = 451,2,Wait(1) exten = 451,3,VoiceMailMain([EMAIL PROTECTED]) exten = 451,4,Wait(1) exten = 451,5,Hangup is what you're looking for. VoiceMailMain(${CALLERIDNUM}) might be enough if you're not storing your voicemailboxes in mysql regards, Vahan Henry Devito

[Asterisk-Users] Proper syntax for the Cut application?

2003-11-03 Thread Steven Sokol
Hi. I am looking for the proper syntax for the Cut application. I am working on a Feature Code extension that drops a caller directly into a voicemail box. Here is what I have: exten = _55.,1,Answer() exten = _55.,2,Cut(VMEXT=EXTEN|55|2) exten = _55.,3,Voicemail(u${VMEXT}) exten =

Re: [Asterisk-Users] Proper syntax for the Cut application?

2003-11-03 Thread Tilghman Lesher
On Monday 03 November 2003 12:13, Steven Sokol wrote: Hi. I am looking for the proper syntax for the Cut application. I am working on a Feature Code extension that drops a caller directly into a voicemail box. Here is what I have: exten = _55.,1,Answer() exten =