Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. [transport-udp-nat]
  2. type = transport
  3. protocol = udp
  4. bind = 0.0.0.0
  5. ; NAT settings
  6. local_net = 192.168.44.0/24
  7. external_media_address = 131.161.43.126
  8. external_signaling_address = 131.161.43.126
  9.  
  10. ; Falemaisvoip - 011
  11. [falemaisvoip]
  12. type=registration
  13. outbound_auth=falemaisvoip
  14. server_uri=sip:179.124.44.234
  15. client_uri=sip:2754375@179.124.44.234
  16. ;retry_interval=60
  17. auth_rejection_permanent=no
  18. ;forbidden_retry_interval=3
  19. ;fatal_retry_interval=1
  20. ;support_path=yes
  21.  
  22. [falemaisvoip]
  23. type=auth
  24. auth_type=userpass
  25. username=2754375
  26. password=zehwxhsh
  27.  
  28. [falemaisvoip]
  29. type=aor
  30. contact=sip:179.124.44.234
  31. qualify_frequency=15
  32.  
  33. [falemaisvoip]
  34. type=endpoint
  35. context=from-pstn
  36. disallow=all
  37. allow=g729,alaw
  38. auth=falemaisvoip
  39. outbound_auth=falemaisvoip
  40. aors=falemaisvoip
  41. rtp_symmetric=yes
  42. force_rport=yes
  43. rewrite_contact=yes
  44. direct_media=no
  45. from_user=2754375
  46. from_domain=179.124.44.234
  47.  
  48. [falemaisvoip]
  49. type=identify
  50. endpoint=falemaisvoip
  51. match=179.124.44.234
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement