Commit Graph

15 Commits

Author SHA1 Message Date
MelwareDE 49d3f54fcc Add support for tx stream counter polling 2011-07-01 20:30:39 +00:00
MelwareDE c5a0982ee5 Add support for host based protocol code 2011-04-13 10:39:05 +00:00
MelwareDE b684805ca1 Restored compilation with version 1.2 2011-02-04 17:36:26 +00:00
MelwareDE ca1b241cdf For unknown reason NULL PLCI queue is not properly processed while line interconnect is in process. The queue grows from line interconnect to line interconnect and causes long delay. This behavior to be investigated. Current solutionis to drom queue if exceeds practicelly acceptable limits 2010-12-17 12:10:14 +00:00
MelwareDE 02d04c7e9d Use const to improve optimization 2010-12-16 23:05:00 +00:00
MelwareDE 22833e5ec7 Group based conference, debug 2010-12-16 14:28:46 +00:00
MelwareDE 6decf34007 Group based conference, remove groups only if enture conference is in idle state, clean up 2010-12-14 16:28:18 +00:00
MelwareDE 47a34d4bb9 chat_connect connection was established only after next user joined the conference 2010-11-26 16:57:43 +00:00
MelwareDE a60f4cf67a Add chat_connect to interconnect two chat roouss using NULL PLCI 2010-11-24 17:08:11 +00:00
MelwareDE fa4d1ef6ac Add Diva streaming for resource PLCI 2010-08-23 15:21:52 +00:00
MelwareDE 1eeb822d08 Common code update, no change in functionality 2010-08-23 08:18:28 +00:00
MelwareDE 999b9e306b Customer reported unexpected behavior after incoming call with redirection number information element. The problem is caused by destruction of internal structures of libc and arrives not on every system but
on system of interest (Debian Lenny) confirmed with asterisk 1.4 and 1.6.
Code review shhown that i->owner->cid.cid_rdnis can be changed by ast_(strdup,free) and by standard C library functions at same time.                  
To resolve this and future problems generally change malloc -> ast_malloc, strdup -> as_strdup and free -> ast_free.
2010-08-19 08:44:21 +00:00
MelwareDE aad92617a7 Use streaming for resource PLCI 2010-08-02 13:04:24 +00:00
MelwareDE 0381db531a Allow to disable Diva streaming by configuration 2010-06-30 09:17:09 +00:00
MelwareDE 2aeb53c779 Clan up implementation of Diva streaming 2010-06-30 08:33:41 +00:00