Hi,
Im using Asterisk@home, i have configuered a DID in my extensions.conf
;eric
exten => 4088344333,1,Answer
exten => 4088344333,2,Dial(SIP/104,100,tr)
exten => 4088344333,3,Hangup
From the above lines you can see that when ever some one dial on 4088344333, Asterisk would route that call to extension 104 desifned in SIP.CONF,
Now the problem is when ever I dial from local extensions to local extensions i.e. 101 to 104 it works fine and goes to Voicemail if the person doesnt picks up the call, but when someone dial to the DID (which is mapped to 104 sip extension) it doesnt brings the Voicemail
Please help…
Thanks
Kurt