Moises Silva b5b2f6134d freetdm: multiple fixes for the core and analog
* Replace ftdm_channel_flag_t with defines. We reached the 32bit limit where does not seem reliable
          to keep using enum.
	* Flags member for ftdm_channel_t is now uint64_t
	* Added FTDM_CHANNEL_CALL_STARTED flag to indicate when the API user knows about a call
	* Refactored raw_data member for ftdm_sigmsg_t. If raw_data needs to be freed it must be requested explicitly
          through the autofree member
	* Added collected member to ftdm_sigmsg_t for FTDM_SIGEVENT_COLLECTED data instead of using raw_data
	* Created define FTDM_DIGITS_LIMIT for DNIS/ANI digits limit
	* Fix some stat checks and outdated code in ftmod_analog
	* Refactored ftdm_channel_get_history_str API to return the time offsets and time since last state change
	* Do not send FTDM_SIGEVENT_STOP and FTDM_SIGEVENT_RELEASED on calls that were never reported to the user
2010-12-20 14:06:54 -05:00
..
2010-09-27 13:26:09 -05:00
2010-12-16 14:24:54 -06:00
2010-09-07 09:40:47 -05:00
2010-11-24 03:58:22 +00:00
2010-08-19 10:38:54 -05:00
2010-08-19 10:38:54 -05:00
2010-08-19 10:38:54 -05:00
2010-12-17 16:19:56 -06:00
2010-11-07 14:35:29 -06:00
2010-09-14 17:14:53 -07:00