well, i have done these things i believe correctly. i can call in and the voicemail activates. and i can leave a message. i can tehn check the message from the ip phone no problem. but i cant call the ip phone number and hit “*” and get my password prompt. i have the a extension in place… and ill post that file… but i think i am doing something wrong with the extensions.conf file, casue i dont think it is listening.
EXTENSIONS.CONF
[general]
static=yes
writeprotect=no
;
[globals]
[default]
[local-exchange]
;Local Echange (Don’t use a line if you don’t need it!)
exten => 5294381,1,Dial(SIP/)
exten => 5294382,1,Dial(SIP/photo)
; Outgoing Call Routing
[529-4381-out]
exten => _X!,1,Dial(Zap/1/${EXTEN})
[529-4382-out]
exten => 5294382,1,VoiceMailMain(3262)
exten => _X!,1,Dial(Zap/2/${EXTEN})
; Incoming Call Routing
[529-4381-in]
exten => s,1,Dial(SIP/)
exten => s,2,Hangup
[529-4382-in]
exten => s,1,Dial(SIP/photo,5)
exten => s,2, Answer()
exten => s,3,Voicemail(3262)
exten => a,4,VoiceMailMain(3262)
exten => s,5,Hangup
and of course there are the mailbox listings in the voicemail.conf file and sip.conf.