<div class="gmail_quote">On Sat, Jun 16, 2012 at 4:23 PM, Stefan at WPF <span dir="ltr"><<a href="mailto:stefan.at.wpf@googlemail.com" target="_blank">stefan.at.wpf@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br><br>I have an internal extension, e.g. 1005 which is being called from an external/public number like 123456789. Now when it comes to the spoken voicemail information it says something like "number 1000 not available", however it should say "number 123456789 not available". How can I configure this? I already googled and I guess this is really easy, but I just couldn't figure out how to do this ): So thanks for any hint :-)<br>
</blockquote></div><br>In your voicemail.conf, configure the mailbox as 123456789 => 1234,username,emailaddy,pager,options, and not as 1005 => 1234,username,emailaddy,pager,options<br><br>And then in your extensions.conf you would call the Voicemail app like so:<br>
<br>exten => 1005,1,Verbose(Incoming call to 123456789 transfered to SIP phone 1005)<br>exten => 1005,n,Dial(SIP/1005,30)<br>exten => 1005,n,Verbose(No answer, going to voicemail for 123456789)<br>exten => 1005,n,Voicemail(123456789@default,u)<br>
exten => 1005,n,Hangup()<br><br><br>-- <br>Thanks,<br>--Warren Selby, dCAP<br><a href="http://www.selbytech.com" target="_blank">http://www.SelbyTech.com</a><br><br>