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 sip/456 with different cid for each
when extension 123 is dialed from context default.

On 5/31/06, Brent Torrenga <[EMAIL PROTECTED]> wrote:

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 another phone.


Sincerely,

Brent A. Torrenga

Torrenga Engineering, Inc.
907 Ridge Road
Munster, Indiana 46321-1771

tel:+1 219 836 8918 x325
fax:+1 219 836 1138
email:[EMAIL PROTECTED]
web:www.torrenga.com

___
--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


___
--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


[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 another phone.


Sincerely,

Brent A. Torrenga

Torrenga Engineering, Inc.
907 Ridge Road
Munster, Indiana 46321-1771

tel:+1 219 836 8918 x325
fax:+1 219 836 1138
email:[EMAIL PROTECTED]
web:www.torrenga.com

___
--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