Advertisement
Guest User

Untitled

a guest
Mar 10th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. [my-itsp]
  2. type = wizard
  3. sends_auth = yes
  4. sends_registrations = yes
  5. remote_hosts = itsphost
  6. outbound_auth/userna.me = username
  7. outbound_auth/password = password
  8. endpoint/context = default
  9. aor/qualify_frequency = 15
  10.  
  11. [user_defaults](!)
  12. type = wizard
  13. transport = simpletrans
  14. accepts_registrations = yes
  15. sends_registrations = no
  16. accepts_auth = yes
  17. sends_auth = no
  18. has_hint = yes
  19. hint_context = default
  20. hint_application = Gosub(default,${EXTEN},1(${HINT}))
  21. endpoint/context = default
  22. endpoint/allow_subscribe = yes
  23. endpoint/allow = !all,ulaw,gsm,g722
  24. endpoint/direct_media = yes
  25. endpoint/force_rport = yes
  26. endpoint/disable_direct_media_on_nat = yes
  27. endpoint/direct_media_method = invite
  28. endpoint/ice_support = yes
  29. endpoint/moh_suggest = default
  30. endpoint/send_rpid = yes
  31. endpoint/rewrite_contact = yes
  32. endpoint/send_pai = yes
  33. endpoint/allow_transfer = yes
  34. endpoint/trust_id_inbound = yes
  35. endpoint/device_state_busy_at = 1
  36. endpoint/trust_id_outbound = yes
  37. endpoint/send_diversion = yes
  38. aor/qualify_frequency = 30
  39. aor/authenticate_qualify = no
  40. aor/max_contacts = 1
  41. aor/remove_existing = yes
  42. aor/minimum_expiration = 30
  43. aor/support_path = yes
  44. phoneprov/PROFILE = profile1
  45.  
  46. [1000](user_defaults)
  47. hint_exten = 1000
  48. inbound_auth/username = bob
  49. inbound_auth/password = password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement