[Asterisk-Users] context

Jerry jjones at quiddesign.com
Sat Mar 26 20:54:46 MST 2005


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)




More information about the asterisk-users mailing list