Commit Graph

33 Commits

Author SHA1 Message Date
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
MelwareDE 0c34043dfe Improved performance 2010-06-11 11:18:22 +00:00
MelwareDE 4f70be4d63 Clean up debug output, improved performance 2010-06-11 11:17:59 +00:00
MelwareDE f129c0813d Print version info only one time 2010-06-11 11:16:41 +00:00
MelwareDE 9fed7726d1 Fixed debug messages 2010-06-10 16:38:51 +00:00
MelwareDE 9d8d02961b Use common segment allocator to provide compatibility with older XDI and to save OS resources 2010-06-03 01:45:18 +00:00
MelwareDE 842012cc0f Share segment alloc 2010-06-02 22:42:15 +00:00
MelwareDE 77265e267b Diva streaming, rx 2010-05-07 22:28:56 +00:00
MelwareDE 325380b5e9 Diva Streaming 2010-04-08 22:10:54 +00:00
MelwareDE 02e04fc7fd Already part of this project 2010-04-06 16:45:49 +00:00
MelwareDE ce2dffd58d Diba streaming debug interface 2010-04-06 16:41:45 +00:00
MelwareDE 890826688f Syntax 2010-04-06 16:41:11 +00:00
MelwareDE d1e0d25194 Syntax, warnings 2010-04-06 16:40:37 +00:00
MelwareDE 2fa97e73e7 Diva streaming runtime 2010-04-06 16:22:38 +00:00
MelwareDE ab01847bce XDI driver user mode interface 2010-04-06 16:20:56 +00:00
MelwareDE 359049dfba Doble linked list 2010-04-06 16:20:13 +00:00
MelwareDE 0904e9d00a Diva streaming IDI message header 2010-04-06 15:48:14 +00:00
MelwareDE ef1052e6af DIVA_USERMODE user to switch between kernel/user mode implementation 2010-04-06 14:53:16 +00:00
MelwareDE 2ed598ec08 Diav streaming OS abstraction interface 2010-04-06 14:50:45 +00:00
MelwareDE d1d6574d68 Diva IDI common code, used by Diva streaming interface library 2010-04-06 14:47:39 +00:00
MelwareDE a3c2bd09b2 Diva streaming library 2010-04-06 14:42:45 +00:00