On Mar 26, 2005, at 9:38 PM, AS wrote:

How do I how to send a call as [EMAIL PROTECTED] ?

Not exactly sure what you are asking. If you are trying to dial a specific extension within a specific context then I use a GoTo.

[currentcontext]
exten => 8885551212,1,GoTo(anothercontext,100,1)

[anothercontext]
exten => 100,1,Dial(whatever)

_______________________________________________
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

Reply via email to