Guest User

Untitled

a guest
Jun 23rd, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. sip.conf
  2. =======================================================
  3.  
  4. [general]
  5. context=default
  6. allowguest=no
  7. nat=yes
  8. externhost=xxxxxx.homelinux.org
  9. localnet=192.168.123.0/24
  10. register => 103558:xxxxxx@sip.us4.voip.ms:5060
  11.  
  12. internal_timer=yes
  13. videosupport=yes
  14. high_priority=yes
  15.  
  16. ...
  17.  
  18. ; ipkall
  19. [1337]
  20. type=peer
  21. dtmfmode=rfc2833
  22. context=ipkall-inbound
  23. insecure=very
  24. host=voiper.ipkall.com
  25. nat=no
  26.  
  27.  
  28. extensions.conf
  29. ============================================================
  30.  
  31. ...
  32.  
  33. [ipkall-inbound]
  34. exten => 1337,1,Answer
  35. exten => 1337,2,Playback(tt-weasels)
  36.  
  37. ...
  38.  
  39. chan_dahdi.conf
  40. =============================================================
  41. trunkgroups]
  42.  
  43. [channels]
  44. language=en
  45.  
  46. context=ipkall-inbound
  47. signalling=fxs_ks
  48. faxdetect=incoming
  49. usecallerid=yes
  50. echocancel=yes
  51. echocancelwhenbridged=no
  52. echotraining=800
  53. group=0
Add Comment
Please, Sign In to add comment