ChangeLog 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Build
  2. -- Hold lock when creating new H.323 channel to sync the audio channels
  3. -- Decrement usage counter when appropriate
  4. -- Actually unregister everything in unload_module
  5. -- Add IP based authentication using 'host'in type=user's
  6. 0.1.0
  7. -- Intergration into the mainline Asterisk codebase
  8. -- Remove reduandant debug info
  9. -- Add Caller*id support
  10. -- Inband DTMF
  11. -- Retool port usage (to avoid possible seg fault condition)
  12. 0.0.6
  13. -- Configurable support for user-input (DTMF)
  14. -- Reworked Gatekeeper support
  15. -- Native bridging (but is still broken, help!)
  16. -- Locally implement a non-broken G.723.1 Capability
  17. -- Utilize the cleaner RTP method implemented by Mark
  18. -- AllowGkRouted, thanks to Panny from http://hotlinks.co.uk
  19. -- Clened up inbound call flow
  20. -- Prefix, E.164 and Gateway support
  21. -- Multi-homed support
  22. -- Killed more seg's
  23. 0.0.5
  24. -- Added H.323 Alias support
  25. -- Clened up inbound call flow
  26. -- Fixed RTP port logic
  27. -- Stomped on possible seg fault conditions thanks to Iain Stevenson
  28. 0.0.4
  29. -- Fixed one-way audio on inbound calls. Found
  30. race condition in monitor thread.
  31. 0.0.3
  32. -- Changed name to chan_h323
  33. -- Also renamed file names to futher avoid confusion
  34. 0.0.2
  35. -- First public offering
  36. -- removed most hardcoded values
  37. -- lots of changes to alias/exension operation
  38. 0.0.1
  39. -- initial build, lots of hardcoded crap
  40. -- Proof of concept for External RTP