Advertisement
Guest User

Untitled

a guest
Sep 26th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. [global]
  2. type=global
  3. user_agent=VoIPEX
  4.  
  5. [system]
  6. type=system
  7.  
  8.  
  9. ;==============TRANSPORTS
  10.  
  11.  
  12. [udp-transport]
  13. type=transport
  14. protocol=udp
  15. bind=0.0.0.0
  16.  
  17.  
  18. [endpoint-basic](!)
  19. type=endpoint
  20. transport=udp-transport
  21. context=internal
  22. disallow=all
  23. allow=alaw
  24.  
  25. [auth-userpass](!)
  26. type=auth
  27. auth_type=userpass
  28.  
  29. [aor-single-reg](!)
  30. type=aor
  31. remove_existing=yes
  32. max_contacts=1
  33.  
  34.  
  35. ;===== vr1a20 =====
  36. [vr1a20]
  37. type=registration
  38. outbound_auth=vr1a20
  39. server_uri=sip:vr1a20@zf.voipex.io:5060
  40. client_uri=sip:vr1a20@zf.voipex.io:5060
  41.  
  42. [vr1a20](auth-userpass)
  43. username=vr1a20
  44. password=SIPMaJe20
  45.  
  46. [vr1a20](aor-single-reg)
  47. contact=sip:zf.voipex.io:5060
  48.  
  49. [vr1a20](endpoint-basic)
  50. outbound_auth=vr1a20
  51. aors=vr1a20
  52.  
  53. [vr1a20]
  54. type=identify
  55. endpoint=vr1a20
  56. match=zf.voipex.io
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement