FedchenkoIhor

Untitled

May 22nd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. context outbound35 {
  2. _[2-5]xxxxxx => {
  3. Dial(SIP/${EXTEN}@vegatrunk35,300,T);
  4. }
  5. _0xxxxxxxxx => {
  6. Dial(SIP/${EXTEN}@vegatrunk35,300,T);
  7. }
  8. }
  9. context outbound36 {
  10. _[2-5]xxxxxx => {
  11. Dial(SIP/${EXTEN}@vegatrunk36,300,T);
  12. }
  13. _0xxxxxxxxx => {
  14. Dial(SIP/${EXTEN}@vegatrunk36,300,T);
  15. }
  16. }
Add Comment
Please, Sign In to add comment