search for: internatonal

Displaying 1 result from an estimated 1 matches for "internatonal".

Did you mean: international
2005 May 31
4
Extension context question
I have a very simple question . I have 2 internal extension 301 and 300 sip phone . I want to these extesion can call each other, and ext 300 can call outside to pstn, and ext 301 to call internatonal. How can I do that ? [x1] exten => 300,1,Dial(SIP/300) include => pstnlocal [x2] exten => 301,1,Dial(SIP/301) include =>international [pstnlocal] exten => _9xxxxxxx,1,Dial(Zap/g1/${EXTEN}) [international] exten => _900.,1,Dial(Zap/g1/${EXTEN}) So it is good...