Hello Georgy,
Here are the files. I am only forwarding part of extensions.conf. I am getting to this point ok
Extensions.conf
[default]
exten=s,1,goto(ring-all,s,1)
exten=8500,1,Voicemailmain
exten=8500,n,Hangup
exten=6000,1,dial(sip/6000,30,r)
exten=6000,2,voicemail(u6000)
exten=6000,102,voicemail(b6000)
exten=6001,1,dial(sip/6001,30,r)
exten=6001,2,voicemail(u6001)
exten=6001,102,voicemail(b6001)
users.conf
[6000]
callwaiting=yes
cid_number=6000
context=all-extensions-outbound
email=
fullname=6000
group=
hasagent=yes
hasdirectory=no
hasiax=no
hasmanager=no
hassip=yes
hasvoicemail=yes
host=dynamic
mailbox=6000
secret=
threewaycalling=yes
zapchan=
registeriax=no
registersip=yes
canreinvite=no
nat=no
dtmfmode=rfc2833
disallow=all
allow=ulaw,alaw,gsm,ilbc,speex,g726,adpcm,lpc10,g729
vmsecret=2468
users.conf Continued
[6001]
callwaiting=yes
cid_number=6001
context=all-extensions-outbound
email=
fullname=6001
group=
hasagent=no
hasdirectory=no
hasiax=no
hasmanager=no
hassip=yes
hasvoicemail=yes
host=dynamic
mailbox=6001
secret=
threewaycalling=yes
zapchan=
registeriax=no
registersip=yes
canreinvite=no
nat=no
dtmfmode=rfc2833
disallow=all
allow=ulaw,alaw,gsm,ilbc,speex,g726,adpcm,lpc10,g729
vmsecret=1357
Sip.conf
[6000]
type=friend
context=all-extensions-outbound
username=6000
callerid=6000
host=dynamic
defaultip=10.40.27.254
secret=2ez4u2c
nat=no
canreinvite=yes
dtmf=info
outgoinglimit=1
incominglimit=2
mailbox=6000
disallow=all
allow=alaw,ulaw
[6001]
type=friend
context=all-extensions-outbound
username=6001
callerid=6001
host=dynamic
defaultip=10.40.27.26
secret=2ez4u2c
nat=no
canreinvite=yes
dtmf=info
outgoinglimit=1
incominglimit=2
mailbox=6001
disallow=all
allow=alaw,ulaw
Voicemail.conf
[general]
format=wav49|gsm|wav
serveremail=asterisk
attach=no
skipms=3000
maxsilence=10
silencethreshold=128
maxlogins=3
emaildateformat=%A, %B %d, %Y at %r
sendvoicemail=yes
maxgreet=60
maxmessage=120
maxmsg=25
attachfmt=wav49
emailonly=no
envelope=no
minmessage=3
operator=no
review=yes
saycid=no
sayduration=no
[zonemesages]
eastern=America/New_York|‘vm-received’ Q ‘digits/at’ IMp
central=America/Chicago|‘vm-received’ Q ‘digits/at’ IMp
central24=America/Chicago|‘vm-received’ q ‘digits/at’ H N 'hours’
military=Zulu|‘vm-received’ q ‘digits/at’ H N ‘hours’ 'phonetic/z_p’
european=Europe/Copenhagen|‘vm-received’ a d b ‘digits/at’ HM
[default]
6000=2468,6000,root@localhost
6001=1357,6001,root@localhost
Keep in mind that exten 6001 in fine.
Tnx,
Davemo