adtranvofr.conf.sample 840 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ;
  2. ; Voice over Frame Relay (Adtran style)
  3. ;
  4. ; Configuration file
  5. [interfaces]
  6. ;
  7. ; Default language
  8. ;
  9. ;language=en
  10. ;
  11. ; Lines for which we are the user termination. They accept incoming
  12. ; and outgoing calls. We use the default context on the first 8 lines
  13. ; used by internal phones.
  14. ;
  15. context=default
  16. ;user => voice00
  17. ;user => voice01
  18. ;user => voice02
  19. ;user => voice03
  20. ;user => voice04
  21. ;user => voice05
  22. ;user => voice06
  23. ;user => voice07
  24. ; Calls on 16 and 17 come from the outside world, so they get
  25. ; a little bit special treatment
  26. context=remote
  27. ;user => voice16
  28. ;user => voice17
  29. ;
  30. ; Next we have lines which we only accept calls on, and typically
  31. ; do not send outgoing calls on (i.e. these are where we are the
  32. ; network termination)
  33. ;
  34. ;network => voice08
  35. ;network => voice09
  36. ;network => voice10
  37. ;network => voice11
  38. ;network => voice12