Hello,
I try to install a voicemail on my phone park but it doesn’t work…
sip.conf :
[305]
username=305
type=friend
secret=1111
record_out=Adhoc
record_in=Adhoc
qualify=no
port=5060
nat=never
mailbox=305@default
host=dynamic
dtmfmode=rfc2833
context=default
canreinvite=no
callerid=device <305>
voicemail.conf :
305 => 4242,cedric,myemail,attach=yes|saycid=yes|envelope=yes|delete=no|nextaftercmd=yes
extensions.conf :
[default]
exten => 305,1,Dial,(${SIP/305},40,t)
exten => 305,2,Answer()
exten => 305,3,Voicemail,304
exten => 305,4,Hangup()
Is this configuration correct?
I think I miss something…
Can you help me please???
Thanks