Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. ;--
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. Non mapped elements start
  4. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5.  
  6. [general]
  7. bindport = 5060
  8.  
  9. [vodafone]
  10. username = myphonenumber
  11.  
  12.  
  13. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  14. Non mapped elements end
  15. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  16. --;
  17.  
  18.  
  19. [global]
  20. type = global
  21. user_agent = fritzbox
  22. rewrite_contact = yes
  23.  
  24. [transport-udp]
  25. type = transport
  26. protocol = udp
  27. bind = 0.0.0.0:5060
  28. external_media_address = mydomain
  29. external_signaling_address = mydomain
  30. local_net = 192.168.0.0/255.255.0.0
  31.  
  32. [transport-tcp]
  33. type = transport
  34. protocol = tcp
  35. bind = 0.0.0.0
  36. external_media_address = mydomain
  37. external_signaling_address = mydomain
  38. local_net = 192.168.0.0/255.255.0.0
  39.  
  40. [reg_XXXXX.sip.arcor.de]
  41. type = registration
  42. retry_interval = 20
  43. max_retries = 10
  44. contact_user = myphonenumber
  45. expiration = 120
  46. transport = transport-udp
  47. outbound_auth = auth_reg_XXXXX.sip.arcor.de
  48. client_uri = sip:myphonenumber@XXXXX.sip.arcor.de
  49. server_uri = sip:XXXXX.sip.arcor.de
  50.  
  51. [auth_reg_02064.sip.arcor.de]
  52. type = auth
  53. password = password
  54. username = myphonenumber
  55.  
  56. [vodafone]
  57. type = aor
  58. contact = sip:myphonenumber@XXXXX.sip.arcor.de:5060
  59.  
  60. [vodafone]
  61. type = identify
  62. endpoint = vodafone
  63. match = XXXXX.sip.arcor.de
  64.  
  65. [vodafone]
  66. type = auth
  67. username = vodafone
  68. password = password
  69.  
  70. [vodafone]
  71. type = endpoint
  72. context = ankommend_vodafone
  73. dtmf_mode = rfc4733
  74. disallow = all
  75. allow = ulaw
  76. allow = alaw
  77. allow = speex
  78. allow = gsm
  79. allow = vp8
  80. allow = h261
  81. allow = h263
  82. allow = h263p
  83. allow = h264
  84. allow = mpeg4
  85. rtp_symmetric = yes
  86. force_rport = yes
  87. rewrite_contact = yes
  88. direct_media = no
  89. media_encryption = no
  90. from_user = myphonenumber
  91. from_domain = XXXXX.sip.arcor.de
  92. language = de
  93. auth = vodafone
  94. outbound_auth = auth_reg_XXXXX.sip.arcor.de
  95. aors = vodafone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement