To answer your question, no, not easily.  The way that the
Asterisk voicemail system is architected, it looks at ths SIP
registration, I'm assuming the Cisco phone is using SIP, and will send
the appropriate NOTIFY messages to the SIP account as specified in the
mailbox field for the user as specified in sip.conf.  Since the
phone is registered to Asterisk A instead of Asterisk B, the voicemail
system on Asterisk B does not see the phone as being registered and
consequently does not see the need to send a NOTIFY, let alone where to
send the NOTIFY.<br>
<br>
A solution to this would be to mount the voicemail directory from
Asterisk B to Asterisk A via some networked filesystem, such as
NFS.&nbsp; This would allow Asterisk A to have access to both the
registration information and the voicemail files, therefore allowing
Asterisk A to know that there are voicemail messages and consequently
send the appropriate messages to the phone.<br>
<br>
There are many things which become much more difficult as you try to
scale past 1 Asterisk server.&nbsp; Much of this stems from the fact
that, from its inception, Asterisk was never designed or meant to be a
clustered softswitch but instead to be an office type PBX.&nbsp; That
being said, much work has been done recently in order to make Asterisk
more friendly to being scaled past 1 server and can be made to do this
quite well with some knowledge of the underlying protocols and
networking infastructure functions.<br>
<br>
-C<br>
<br>
<br>
<br>
On 9/9/05, <b class="gmail_sendername">Jimmy Smith</b> &lt;<a href="mailto:jimmy.voippro@gmail.com">jimmy.voippro@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&nbsp;hey all.. got a nice one.. got a cisco phone connected to
asterisk A .. withc connects to ASTERISK B&nbsp;&nbsp;&nbsp; ... my VM
is on B..&nbsp; is there a way to relay VM notif to cisco ? <br>
<br>
<br>
thanks<br>

<br>_______________________________________________<br>--Bandwidth and Colocation sponsored by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://Easynews.com" target="_blank">Easynews.com</a> --<br><br>
Asterisk-Users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>To UNSUBSCRIBE or update options visit:<br> &nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br></blockquote></div><br>