[Asterisk-Users] Can you dial with different CID's?

2006-05-31 Thread Brent Torrenga
Is it possible to dial more than one extension with a different CID to each extension? I'm thinking macros might be needed, but I don't have a good handle on macros. Is it possible? Any hints? BTW - this would be used for showing an internal extension to one phone and a PSTN accessible number to

Re: [Asterisk-Users] Can you dial with different CID's?

2006-05-31 Thread C F
Use the local channel, something like this will do: [default] exten = 123,1,Dial(Local/[EMAIL PROTECTED]Local/[EMAIL PROTECTED]) [cid] exten = 1,1,Set(CALLERID(name)=cid1) exten = 1,2,Dial(Sip/123) exten = 2,1,Set(CALLERID(name)=cid2) exten = 2,2,Dial(Sip/456) the above will dial sip/123, and