<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Date: Thu, 3 Aug 2006 16:46:24 -0400<br>From: &quot;C F&quot; &lt;<a href="mailto:shmaltz@gmail.com">
shmaltz@gmail.com</a>&gt;<br>Subject: Re: Re: [asterisk-users] Detecting voicemail from CO on FXO<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;port<br>To: &quot;Asterisk Users Mailing List - Non-Commercial Discussion&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<a href="mailto:asterisk-users@lists.digium.com">
asterisk-users@lists.digium.com</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<a href="mailto:81000b5a0608031346k304f7a55s191c3cc68f583f37@mail.gmail.com">81000b5a0608031346k304f7a55s191c3cc68f583f37@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
<br><br>Paul I don't know why you are overcomplicating things. Just like<br>asterisk can do the MWI for FXS it should be able to pick up the MWI<br>form the Telco on an FXO, and then based on that asterisk should be<br>able to turn on the MWI on any ohter device within asterisk. It would
<br>work something like this:<br>/etc/asterisk/zapta.conf:<br>detecttelcovoicemail=Sip/101,Zap/5<br><br>On 8/3/06, Paul Davidson &lt;<a href="mailto:planac@gmail.com">planac@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt; &gt;<br>
&gt; &gt; Date: Thu, 3 Aug 2006 14:52:53 -0400 (EDT)<br>&gt; &gt; From: Bob Bosiljevac &lt; <a href="mailto:bob@akn.ca">bob@akn.ca</a>&gt;<br>&gt; &gt; Subject: Re: [asterisk-users] Detecting voicemail from CO on FXO port
<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and&nbsp;&nbsp;&nbsp;&nbsp; passing to H.323 phone. Possible?<br>&gt; &gt; To: Asterisk Users Mailing List - Non-Commercial Discussion<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com
</a>&gt;<br>&gt; &gt; Message-ID: &lt;Pine.LNX.4.62.0608031414310.16856@zed&gt;<br>&gt; &gt; Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed<br>&gt; &gt;<br>&gt; &gt; &gt; Basically, I want to be able to detect that there is voicemail waiting
<br>&gt; at the<br>&gt; &gt; &gt; CO on an FXO port and somehow flash the message waiting light on an<br>&gt; H.323<br>&gt; &gt; &gt; phone (or any other type of phone)<br>&gt; &gt;<br>&gt; &gt; I assume that by the lack of response, there is no way to pick up on the
<br>&gt; &gt; vocemail waiting signalling from the CO on a FXO zap channel. Can somebody<br>&gt; &gt; confirm this.<br>&gt; &gt;<br>&gt; &gt; Bob.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; Interesting concept- but outside the present design principles of Asterisk.
<br>&gt; What that would imply is that Asterisk could be bridged (with configuration,<br>&gt; not code) to an external voice mail system- most of the focus here is using<br>&gt; Asterisk as a voicemail system for other PBX's.&nbsp;&nbsp;While Asterisk does have a
<br>&gt; way to indicate voicemail to a given phone (I haven't tried an h.323 phone,<br>&gt; but it definitely works with SIP and IAX, and it shouldn't be impossible to<br>&gt; make the zaptel driver recognize the stutter tone (if it doesn't already, I
<br>&gt; haven't poked into that source), a whole new configuration dialect or<br>&gt; subdialect would have to be invented to convey the message between the two.<br>&gt; Simple dialplan should be able to give you a 'one click to pickup external
<br>&gt; voicemail' type setup- it's the indication which Asterisk configs simply<br>&gt; don't understand presently.<br>&gt;<br>&gt; Nice little project for 1.6, if there's enough interest- I'd put it in as a<br>&gt; feature request in Mantis.
<br>&gt;<br>&gt; -pbd<br>&gt;<br></blockquote></div><br>You're right- that is a simplified way of putting it (a subdialect, as it were).&nbsp; Point is, to my knowledge (I'll happily stand down if it is) that support isn't presently there, and there hasn't been a huge rush of people looking for it.&nbsp; It's really only useful in the extremely small office (SOHO) situation, or to someone who wants to integrate a non-asterisk VM system with Asterisk- the converse of what most people here generally want to do.&nbsp; (I'd have to wonder why you'd do that, since Asterisk VM works so well, and is easily customized to your needs).&nbsp; I do have customers who might see some advantage to it- but more in a unified messaging sort of way, so that they could 'collect' all their voicemail, answering machines, etc, into one storage location (asterisk) and use that to transport it out again.&nbsp; Plus, as someone else pointed out- it might not be stutter tone- there are a few different ways of signalling voicemail on analog lines.&nbsp; All of which should be possible to handle in Zaptel drivers- but more research would have to be done.
<br><br>-pbd<br>