Advertisement
Guest User

Untitled

a guest
Mar 26th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. [general]
  2.  
  3.  
  4. externaddr=38.96.43.209
  5. localnet=10.42.0.0/21
  6.  
  7. context=unauthenticated ; default context for incoming calls
  8. allowguest=no ; disable unauthenticated calls
  9. srvlookup=no ; disable DNS SRV record lookup on outbound calls
  10. ; (unless you have a reliable DNS connection,
  11. ; in which case yes)
  12. udpbindaddr=0.0.0.0 ; listen for UDP requests on all interfaces
  13. tcpenable=no ; disable TCP support
  14.  
  15.  
  16.  
  17.  
  18. [office-phone](!) ; create a template for our devices
  19. type=friend ; the channel driver will match on username first,
  20. ; IP second
  21. context=LocalSets ; this is where calls from the device will enter
  22. ; the dialplan
  23. host=dynamic ; the device will register with asterisk
  24. nat=no ; assume device is behind NAT
  25. ; *** NAT stands for Network Address Translation,
  26. ; which allows multiple internal devices to share an
  27. ; external IP address.
  28.  
  29. dtmfmode=auto ; accept touch-tones from the devices, negotiated
  30. ; automatically
  31. disallow=all ; reset which voice codecs this device will accept or offer
  32. ;allow=g722 ; audio codecs to accept from, and request to, the device
  33. allow=ulaw ; in the order we prefer
  34. allow=alaw
  35. mwi_from=asterisk
  36.  
  37. [wilogic-outbound]
  38. context=from-pstn
  39. defaultuser=32487144778734
  40. host=sws0.wlphone.net
  41. allow=ulaw
  42. dtmfmode=inband
  43. nat=no
  44. type=peer
  45. trustrpid=yes
  46. sendrpid=yes
  47. canreinvite=no
  48. directmedia=no
  49.  
  50. [2way-outbound]
  51. context=from-pstn
  52. defaultuser=7144348010
  53. host=2way.ipcomms.net
  54. ;disallow=all
  55. allow=ulaw
  56. dtmfmode=rfc2833
  57. ;insecure=very
  58. nat=no
  59. type=peer
  60. directmedia=no
  61. trustrpid=yes
  62. sendrpid=yes
  63. canreinvite=no
  64.  
  65.  
  66.  
  67.  
  68.  
  69. ;;;;;;;;;;;;;;; GXP-2160
  70. [000b825c68cf](office-phone)
  71. mailbox=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement