Asterisk openser integration

Hi all,

i’m very new to asterisk and i’m trying to integrate it
with openser for voicemail. I’ve followed the instructions
at openser.org/dokuwiki/doku.php/as … ntegration
but i can’t get it working…
when a user logged on openser digits *86 is redirected to asterisk, running
on the same machine at port 5070:

if(uri =~ “^sip:*86@”) {
xlog(“L_INFO”, “VOICEMAIL - M=$rm RURI=$ru F=$fu T=$tu IP=$si ID=$ci\n”);

rewritehostport(“xxx.xxx.xxx.xxx:5070”);

}

…and in extensions.conf:

exten => *86,1,VoicemailMain(${CALLERIDNUM})
exten => *86,2,Hangup

i can see the INVITE redirected to port 5070 but asterisk does not respond anything.
‘tail -f /var/log/asterisk/full’ doesn’t show any message about the INVITEs…

any help would be greatly appreciated…

assauei

Post your general settings of Sip.conf in Asterisk