Alexander Lopez
2006-Jan-29 21:29 UTC
[Asterisk-Users] dialing 2 channels at the same time with differentcallerID number?
You can then call up the macro like this: [extensions] Exten => 1120,1,Macro(call-cell,SIP/120,Local/120@cellular) Exten -> 2120,1,Macro(call-cell,SIP/120) [macro-call-cell] Exten => s,1,Dial($ARG1&ARG2) [cellulars] Exten => 120,1,Set(CALLERID(num)=5555551212) Exten => 120,2,Dial(Zap/g2/8002MYCELL)> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Damon Estep > Sent: Sunday, January 29, 2006 11:09 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] dialing 2 channels at the same time > with differentcallerID number? > > > Can anyone think of a way to dial 2 different numbers at the > same time, but set the callerID number differently for each channel? > > The application is a simultaneous ring of an office extension > and a cell phone where the user wants to know that the call > to the cell phone is a redirected call from the office. > > > Maybe the use of a "local" channel with changed caller ID > behavior as the second channel dialed? > > To add additional complexity, I need to be able to pass an > argument to a macro to enable/disable this "feature" > > TIA > > Damon > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >