On Mar 26, 2005, at 9:38 PM, AS wrote: > How do I how to send a call as number at context ? > 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)