Guest User

Untitled

a guest
Jul 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <include>
  2. <extension name="8084">
  3. <condition field="destination_number" expression="^8084$">
  4. <action application="set" data="continue_on_fail=true" /> <!--
  5. we still need this to continue if bridging times out -->
  6. <action application="set" data="call_timeout=5" />
  7. <action application="socket" data="192.168.56.1:8084 sync full"/>
  8. </condition>
  9. </extension>
  10. </include>
  11.  
  12.  
  13. Here is the LSOF output
  14.  
  15. freeswitc 2468 root 31u IPv4 5785
  16. TCP ubuntuvm01:5080 (LISTEN)
  17. freeswitc 2468 root 33u IPv6 5791
  18. TCP localhost:5060 (LISTEN)
  19. freeswitc 2468 root 36u IPv4 5804
  20. TCP 192.168.56.3:5060 (LISTEN)
  21. freeswitc 2468 root 48u IPv4 5910
  22. TCP 192.168.56.3:8021 (LISTEN)
  23. freeswitc 2468 root 50u IPv4 5912
  24. TCP *:8080 (LISTEN)
Add Comment
Please, Sign In to add comment