Advertisement
Guest User

Untitled

a guest
Mar 13th, 2025
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. root@asterisk:/etc/asterisk# cat extensions.conf
  2. [from-sip-trunk]
  3. exten => 30000,1,Answer()
  4. exten => 30000,2,ConfBridge(1,vocaconf,admin_user)
  5. root@asterisk:/etc/asterisk#
  6. root@asterisk:/etc/asterisk#
  7. root@asterisk:/etc/asterisk#
  8. root@asterisk:/etc/asterisk# cat sip.conf
  9. [general]
  10. context=public
  11. bindaddr=0.0.0.0
  12.  
  13. [cucm1]
  14. type=peer
  15. host=10.229.45.10
  16. context=from-sip-trunk
  17. allow=ulaw
  18. insecure=port,invite
  19. qualify=yes
  20. port=5060
  21.  
  22. ;[cucm2]
  23. ;type=peer
  24. ;context=Fromtrunk
  25. ;host=10.229.45.11
  26. ;qualify=yes
  27. ;port=5060
  28.  
  29. ;[cucm3]
  30. ;type=peer
  31. ;context=Fromtrunk
  32. ;host=10.229.45.12
  33. ;qualify=yes
  34. ;port=5060
  35. root@asterisk:/etc/asterisk#
  36. root@asterisk:/etc/asterisk#
  37. root@asterisk:/etc/asterisk# cat confbridge.conf
  38. # confbridge.conf
  39. [admin_user]
  40. type=user
  41. marked=yes
  42. admin=yes
  43. music_on_hold_when_empty=yes
  44. announce_user_count=yes
  45.  
  46. [default_user]
  47. type=user
  48. pin=1234
  49. wait_marked=yes
  50. end_marked=yes
  51. music_on_hold_when_empty=yes
  52. announce_user_count=yes
  53.  
  54. [vocaconf]
  55. type=bridge
  56. max_members=10
  57. root@asterisk:/etc/asterisk#
  58.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement