Advertisement
Guest User

pjsip.conf

a guest
Feb 27th, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. [simpletrans]
  2. type=transport
  3. protocol=udp
  4. bind=0.0.0.0
  5.  
  6. [me1]
  7. type = endpoint
  8. context = house
  9. disallow = all
  10. allow = ulaw
  11. aors = me1
  12. auth = auth-me1
  13.  
  14. [me1]
  15. type = aor
  16. max_contacts = 5
  17.  
  18. [auth-me1]
  19. type=auth
  20. auth_type=userpass
  21. password=xxxxxxxxx
  22. username=me1
  23.  
  24.  
  25. [anveo]
  26. type=registration
  27. outbound_auth=anveo
  28. server_uri=sip:sip.anveo.com
  29. client_uri=sip:3322815257@sip.anveo.com:5010
  30. contact_user=3322815257
  31. endpoint=anveo
  32. line=yes
  33.  
  34. [anveo]
  35. type=auth
  36. auth_type=userpass
  37. password=xxxxxxxxxx
  38. realm=anveo.com
  39. username=3322815257
  40.  
  41. [anveo]
  42. type=aor
  43. contact=sip:sip.anveo.com
  44. contact=sip:anveo.com
  45. contact=sip:anveo
  46. contact=sip:15555555555@sip.anveo.com
  47. contact=sip:15555555555@anveo
  48. contact=sip:192.168.10.3
  49. contact=sip:me1@192.168.10.3
  50. contact=sip:me1@192.168.10.3:5060
  51. contact=sip:192.168.10.2
  52.  
  53. [anveo]
  54. type=endpoint
  55. context=from-anveo
  56. ;disallow=all
  57. ;allow=ulaw
  58. outbound_auth=anveo
  59. aors=anveo
  60. ;identify_by=username,ip
  61.  
  62. [anveo]
  63. type=identify
  64. endpoint=anveo
  65. match=72.9.149.69
  66. match=169.48.232.147
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement