<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>

<p>Not in any way a good solution, but what I've done is create an extension that flashs the line, and then returns the call to my sip phone. For example:</p>

<p><font size="2">[app-flash]
<br />exten =&gt; _*4.,1,macro(test,${EXTEN:2},${CALLERIDNUM})</font></p>

<p><font size="2">[macro-test]
<br />exten =&gt; s,1,Answer
<br />exten =&gt; s,3,Flash
<br />exten =&gt; s,3,Dial(SIP/${ARG2},30,t)
<br />exten =&gt; s,4,Dial(SIP/${ARG1},30,t)
<br />exten =&gt; s,t,Hangup
<br />exten =&gt; s,i,Hangup
<br />exten =&gt; s,h,Hangup</font></p>

<p><font size="2">Then if you're on a call through the Zap line, and transfer the call to *4xxxx, it will flash the line and return it to xxxx SIP extension. I've been trying to get it to auto-detect the SIP extension to return it to, but callerid is different depending on if the call is incoming or outgoing through the Zap. </font></p>

<p><font size="2">Again, not good.. but works in a home environment. I think we'll need in-call triggers to do anything better.</font></p>

<p><font size="2">Ben Wern</font></p>

<p>
<br />
<br />
<br /><b>---------- Original Message -----------</b>
<br />From: &quot;mike jennings&quot; &lt;mike.jennings@charter.net&gt; 
<br />To: &lt;asterisk-users@lists.digium.com&gt; 
<br />Sent: Wed, 28 Jul 2004 22:38:41 -0500 
<br />Subject: [Asterisk-Users] call waiting, * and FXO 
<br />
<br />&gt; <font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I have been told that the combination of call waiting, * and FXO does and will not work because “Asterisk is a PBX”.  I guess I’d like to hear if this is a hard and fast “no this will not work and here’s why”, or that this currently doesn’t work but with some coding might work. 
<p /></span></font>
<br />&gt; <font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
<p>  </p>
</span></font>
<br />&gt; <font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I’d like to have the option to be able to continue using call waiting with an FXO line (and I know I’m not alone).  I know if I switched to a SIP based connection instead of the FXO this would work, but I currently like my unlimited plan with Vonage.  
<p /></span></font>
<br />&gt; <font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
<p>  </p>
</span></font>
<br />&gt; <font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Would anyone like to enlighten me?
<p /></span></font> 
<br />&gt; <font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
<p>  </p>
</span></font>
<br />&gt; <font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I have done numerous searches and I’ve included a few postings that were mostly not answered.
<p /></span></font> 
<br />&gt; <font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
<p>  </p>
</span></font>
<br />&gt; <font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://lists.digium.com/pipermail/asterisk-users/2004-May/046855.html">http://lists.digium.com/pipermail/asterisk-users/2004-May/046855.html</a>
<p /></span></font> 
<br />&gt; <font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://www.vovida.org/pipermail/mgcp/2001-May/000571.html">http://www.vovida.org/pipermail/mgcp/2001-May/000571.html</a>
<p /></span></font> 
<br />&gt; <font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
<p>  </p>
</span></font>
<br />&gt; <font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Thanks
<p /></span></font> 
<br /><b>------- End of Original Message -------</b>
<br /></p>

</BODY>
</HTML>