<font face="arial" size="2">As I understand this, it's a problem of redirecting the call to the same FXS channel.<br /><br />
To replicate this behaviour in the Asterisk you could try the following in the extensions.conf:<br />
(suppose your FXS channel is group 1 in zapata.conf)<br /><br />
exten =&gt; 100,1,Dial(Zap/g1/${EXTEN},20)<br />
exten =&gt; 100,1,Hangup<br /></font>
                <font face="arial" size="2">
                                <br />
exten =&gt; 200,1,Dial(Zap/g1/${EXTEN},20)<br />
exten =&gt; 200,1,Hangup<br /></font>
                <font face="arial" size="2">
                                <br />
Then you'll end up with 2 extensions using the same FXS channel (of course not at the same time).<br /><br />
Hope this is what you are looking for.<br /><br />
Alyed</font>
                <br />
                <br />
                <font face="Tahoma, Arial, Sans-Serif" size="2">
                                <hr align="center" size="2" width="100%" />Return-Path: &lt;asterisk-users-bounces@lists.digium.com&gt; Wed Mar 29 15:42:30 2006<br />Received: from digium-69-16-138-164.phx1.puregig.net [69.16.138.164] by mail11.webcontrolcenter.com with SMTP;<br />   Wed, 29 Mar 2006 15:42:30 -0700<br />Received: from digium-69-16-138-164.phx1.puregig.net (localhost [127.0.0.1])<br />        by lists.digium.com (Postfix) with ESMTP id 347B3C322;<br />        Wed, 29 Mar 2006 15:38:29 -0700 (MST)<br /></font>
                <br />Hi guys,<br /><br />I'm setting up asterisk to run with another pbx server. This pbx server<br />support a feature that allows 2 extensions connect to the same FXS. No I put<br />asterisk in the middle.<br /><br />Asterisk receives the call and dial to a SIP/peer.<br /><br />How the pbx installed support 2 extensions to one fxs... How can I figure out<br />in asterisk which extension was dialed before the call came to asterisk?<br /><br />Does asterisk receive this information in some variable?<br /><br />${BRIDGEPEER}<br />${CALLERID(dndi)}<br />${BLINDTRANSFER}<br />${BLINDTRANSFER}<br /><br />I tried the above variables without success.<br /><br />Thanks in advance.<br /><br />Fernando Lujan<br /><br /><br />_______________________________________________<br />--Bandwidth and Colocation provided by Easynews.com --<br /><br />Asterisk-Users mailing list<br />To UNSUBSCRIBE or update options visit:<br />   http://lists.digium.com/mailman/listinfo/asterisk-users<br /><br />