On Thu, 20 Jan 2005 21:32:37 -0600, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi asterisk users! > > > > Here's my issue, I've deleted the "s" extension cause I don't want any > action to be taken on incoming calls as my pbx is for home use, but I would > like to ring all my VoIP extensions at the same time the PSTN line rings and > to be able to pick up the call in any extension, honestly I don't know if > this is possible, some ideas ??? >
Use the & between your dial targets. >From the sample config.... ;exten => 6245,1,Dial(SIP/Grandstream1&SIP/Xlite1,20,rtT) wiki page is here http://www.voip-info.org/tiki-index.php?page=Asterisk+cmd+Dial Have fun, -Chuji _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
