Advertisement
Guest User

Untitled

a guest
Feb 5th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. mgcp
  2. bind ip 127.0.0.1
  3. # default port is 2427 (is used for MSC's MGW)
  4. bind port 12427
  5. number endpoints 64
  6. line vty
  7. # default VTY interface is on 127.0.0.1 (used for MSC's MGW)
  8. bind 127.0.0.2
  9.  
  10. log stderr
  11. logging print extended-timestamp 1
  12. logging level all debug
  13. logging filter all 1
  14. logging print category 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement