Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. [common-endpoint](!)
  2. type=endpoint
  3. language=ru
  4. disable_direct_media_on_nat=yes
  5. ;direct_media_method=update
  6. dtmf_mode=auto
  7. rtp_timeout=60
  8. rtp_timeout_hold=10
  9. tos_audio=ef
  10. tos_video=af41
  11. cos_audio=5
  12. cos_video=4
  13. media_encryption_optimistic=no ; Use encryption if possible but dont fail the call
  14. rewrite_contact=yes
  15. rtp_symmetric=yes
  16. force_rport=yes
  17. sdp_session=ruVoIP.net PBX
  18. message_context=context-messaging
  19. allow=!all
  20. allow=alaw,g722,ulaw,slin,speex,gsm,g729,opus
  21. ;allow=alaw,g722,ulaw,slin,speex,gsm,g729
  22. ;allow=g723,g726,adpcm,lpc10,speex16,ilbc,g726aal2,slin16,siren7,siren14,g719,speex32,slin12,slin24,slin32,slin44,slin48,slin96,slin192
  23. allow=vp8,h264,h263,h263p,h261,mpeg4
  24. ;set_var=JITTERBUFFER(adaptive)=200
  25.  
  26. [common-aor](!)
  27. type=aor
  28. qualify_frequency=120
  29. qualify_timeout=3.0
  30. default_expiration=1800
  31. maximum_expiration=3600
  32. minimum_expiration=60
  33.  
  34. [common-auth](!)
  35. type=auth
  36.  
  37. [common-registration](!)
  38. type=registration
  39. max_retries=3
  40. retry_interval=60
  41. forbidden_retry_interval=300
  42. fatal_retry_interval=3000
  43. expiration=180
  44. auth_rejection_permanent=no
  45. transport=transport-udp
  46. line=yes
  47.  
  48. [pctel.ru-endpoint](!,common-endpoint)
  49. context=ext-fromservers
  50. from_domain=sip.pctel.ru
  51. aors=pctel.ru
  52.  
  53. [pctel.ru](common-aor)
  54. max_contacts=1
  55. remove_existing=yes
  56. contact=sip:217.198.162.30:5060
  57.  
  58. [pctel.ru-auth](!,srv-auth)
  59.  
  60. [pctel.ru-registration](!,common-registration)
  61. server_uri=sip:217.198.162.30
  62.  
  63.  
  64. [srv_d353](pctel.ru-auth)
  65. username=username
  66. password=secret
  67. [srv_d353](pctel.ru-endpoint)
  68. from_user=username
  69. accountcode=5963
  70. outbound_auth=srv_d353
  71. [srv_d353](pctel.ru-registration)
  72. outbound_auth=srv_d353
  73. client_uri=sip:username@pctel.ru
  74. contact_user=srv_d353
  75. endpoint=srv_d353
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement