|
let me paste in what I posted on the blog and then
you can see what I am trying to do
would you also be able to fix up the code to work
the code I atempted to use so I can see how its done?
I oviously totally missed some major steps that
were
neccisary
below is the intire post on the blog
KMBI 107.9FM AM1330 A ministry of Moody Bible Institute
Derek Cutlip
Senior Announcer
3408S. Freya St.
Spokane, Wa. 99223
Studio 509-448-2555
Cell 509-290-0406
Fax 509-448-6855
EMAIL: derek.cutlip-f0IR6p6gQVeHXe+LvDLADg@xxxxxxxxxxxxxxxx
WEB: www.kmbi.fm
thanks
hank
----- Original Message -----
Sent: Tuesday, October 25, 2005 3:49
AM
Subject: RE: [Amportal-users] having
problems getting code in extentions_custom.conf to work
Hank, without looking
into your problem too deeply, you should be aware that the leading underscore
signifies that the rest of the exten is a pattern match, and may contain X N
or fullstop. If it doesn?t, there?s no need to have the leading
underscore.
You also need to be
sure that it?s in the correct context. At the start of these lines, you need
[from-internal-custom] ? note that there?s square brackets around that if your
text-to-speech doesn?t read it out correctly
Then again, I may
have the wrong idea of what you want to do.
--Rob
exten =>
_202,1,Background(pls-hold-while-try)
exten =>
_202,2,Dial(SIP/${EXTEN},20,m)
exten =>
_202,3,VoiceMail(${EXTEN}@default)
exten =>
_202,4,Hangup
exten =>
_202,103,Voicemail(${EXTEN}@default)
exten =>
_202,104,Hangup
exten =>
_203,1,Background(pls-hold-while-try)
exten =>
_203,2,Dial(SIP/${EXTEN},20,m)
exten =>
_203,3,VoiceMail(${EXTEN}@default)
exten =>
_203,4,Hangup
exten =>
_203,103,Voicemail(${EXTEN}@default)
exten =>
_203,104,Hangup
No virus found in this incoming message. Checked by AVG Free
Edition. Version: 7.1.361 / Virus Database: 267.12.4/146 - Release Date:
10/21/2005
|