Ah, so, really easy ;-) Thank you very much for this :-)<br><br><div class="gmail_quote">2012/6/17 Warren Selby <span dir="ltr"><<a href="mailto:wcselby@selbytech.com" target="_blank">wcselby@selbytech.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><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></div>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()<span class="HOEnZb"><font color="#888888"><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>
</font></span><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
<a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>