Commit Graph

  • ef15153c1f Fixed bug: check for valid message returned from parsing before setting data member. marian 2021-03-26 12:37:49 +0000
  • 8cbdd26b7f Added support for retrieving the call stack and the call context. paulc 2021-03-26 12:17:41 +0000
  • 6908f576cd Added support for retrieving the call stack and the call context. paulc 2021-03-26 12:17:41 +0000
  • 3208dc161f Add optional name parameter to ExpWrapper constructor. oana 2021-03-26 12:01:58 +0000
  • 398a02fbad Add optional name parameter to ExpWrapper constructor. oana 2021-03-26 12:01:58 +0000
  • de4c2dd695 Fix Object.keys() evaluation on object of type Message of Engine.Hashlist: use the object list of field names when possible. oana 2021-03-19 14:20:48 +0000
  • 4a1090c2d6 Fix Object.keys() evaluation on object of type Message of Engine.Hashlist: use the object list of field names when possible. oana 2021-03-19 14:20:48 +0000
  • 4a42c622b4 Added sniffer option to deiplay only messages with age or delay higher than a certain value. paulc 2021-03-15 13:05:28 +0000
  • d23ac38dbc Added sniffer option to deiplay only messages with age or delay higher than a certain value. paulc 2021-03-15 13:05:28 +0000
  • 4f3fdc833f Added rmanager "date" command to show current date / time. paulc 2021-03-12 12:20:02 +0000
  • 6097706c14 Added rmanager "date" command to show current date / time. paulc 2021-03-12 12:20:02 +0000
  • 670022ca53 Fixes to remove warnings when running in php7. monica 2021-03-12 11:34:37 +0000
  • a017421895 Fixes to remove warnings when running in php7. monica 2021-03-12 11:34:37 +0000
  • b9612d8f4b Avoid crash in javascript array concat() called for array(s) with holes (missing indexes). marian 2021-03-03 13:59:52 +0000
  • 2122b71bf1 Avoid crash in javascript array concat() called for array(s) with holes (missing indexes). marian 2021-03-03 13:59:52 +0000
  • 84f817e572 Bumped version to 6.3.1 devel. paulc 2021-02-09 16:34:00 +0000
  • 2f5b98188a Bumped version to 6.3.1 devel. paulc 2021-02-09 16:34:00 +0000
  • ca70101ff4 Bumped version to 6.3.0 release. paulc 2021-02-09 14:13:16 +0000
  • 7b732c0b69 Bumped version to 6.3.0 release. paulc 2021-02-09 14:13:16 +0000
  • 8efa8d07cd Fixed several issues exposed by the Microsoft compiler. paulc 2021-02-09 14:08:19 +0000
  • 51b6cf6bfa Fixed several issues exposed by the Microsoft compiler. paulc 2021-02-09 14:08:19 +0000
  • f50a2ee152 Do not reset RTP timestamp offset after a sequence resync. paulc 2021-01-28 13:38:55 +0000
  • b6e3dc4304 Do not reset RTP timestamp offset after a sequence resync. paulc 2021-01-28 13:38:55 +0000
  • 5472d2f1c7 Added support for manipulating the id of backward messages. paulc 2021-01-14 15:40:40 +0000
  • a1f3b06d52 Added support for manipulating the id of backward messages. paulc 2021-01-14 15:40:40 +0000
  • 904991d4e4 Made the rmanager prompt configurable for each authentication level. paulc 2020-12-11 12:34:47 +0000
  • 79503829f9 Made the rmanager prompt configurable for each authentication level. paulc 2020-12-11 12:34:47 +0000
  • 96a070a8f5 Fix issue introduced by commit 6442: make ExpNull::copy() method to have the same signature as the one from ExpWrapper in order to override it. oana 2020-11-20 16:02:02 +0000
  • f9309ac9ed Fix issue introduced by commit 6442: make ExpNull::copy() method to have the same signature as the one from ExpWrapper in order to override it. oana 2020-11-20 16:02:02 +0000
  • 6ae9c0b72d Avoid setting trace_id twice in call.preroute. oana 2020-11-13 15:49:43 +0000
  • d2df1cd2a6 Avoid setting trace_id twice in call.preroute. oana 2020-11-13 15:49:43 +0000
  • a3d6012bc8 Fixed the .au header to contain the optional annotation required by some tools. Added support for handling G.722 files. paulc 2020-11-03 16:36:51 +0000
  • 5ef2bd18d2 Fixed the .au header to contain the optional annotation required by some tools. Added support for handling G.722 files. paulc 2020-11-03 16:36:51 +0000
  • db0667216b Write the proper length of the .au data if the stream is seekable. paulc 2020-11-03 13:13:38 +0000
  • 6cede1462a Write the proper length of the .au data if the stream is seekable. paulc 2020-11-03 13:13:38 +0000
  • 75121981e9 Added support for WB and UWB audio formats. paulc 2020-11-03 11:30:40 +0000
  • 6eaa308552 Added support for WB and UWB audio formats. paulc 2020-11-03 11:30:40 +0000
  • 47ad22c8ef Fix compilation errors for hashing functions on Windows. oana 2020-10-30 15:51:34 +0000
  • 1651bb84c7 Fix compilation errors for hashing functions on Windows. oana 2020-10-30 15:51:34 +0000
  • 8c81cec648 Fix compilation error introduced by previous commit that was only detected by older compilers: replace erroneous #elif directive with #else. oana 2020-10-30 14:55:13 +0000
  • 8fec00a500 Fix compilation error introduced by previous commit that was only detected by older compilers: replace erroneous #elif directive with #else. oana 2020-10-30 14:55:13 +0000
  • 6c73b96287 Add hashing functions for uint32, uint64 and pointer types. Use pointer hashing function in accessing list that tracks JS objects. oana 2020-10-30 13:56:33 +0000
  • b971c2465a Add hashing functions for uint32, uint64 and pointer types. Use pointer hashing function in accessing list that tracks JS objects. oana 2020-10-30 13:56:33 +0000
  • 8b0aab86a8 Protect access to object tracking list of the script execution context. Some objects are created outside of the context. oana 2020-10-29 16:28:49 +0000
  • 153f5b35b9 Protect access to object tracking list of the script execution context. Some objects are created outside of the context. oana 2020-10-29 16:28:49 +0000
  • 604e18f539 Bug fix: do not increase code line number when parsing '\n' from a string literal. oana 2020-10-29 14:46:07 +0000
  • cd07afa11d Bug fix: do not increase code line number when parsing '\n' from a string literal. oana 2020-10-29 14:46:07 +0000
  • b94b3337c0 Fixed jsext sample: update to JsObject constructor changes. marian 2020-10-27 08:57:33 +0000
  • e13d7ec785 Fixed jsext sample: update to JsObject constructor changes. marian 2020-10-27 08:57:33 +0000
  • 046cb195e9 Fix code line counting when parsing multi-line string. oana 2020-10-23 08:11:53 +0000
  • a4ba57411a Fix code line counting when parsing multi-line string. oana 2020-10-23 08:11:53 +0000
  • d5a835c3cf Minor fix: return sections of a configuration file as object instead of array. oana 2020-10-21 11:53:57 +0000
  • 5fdbdd2cff Minor fix: return sections of a configuration file as object instead of array. oana 2020-10-21 11:53:57 +0000
  • 83ef49437f Add tracking for Javascript object creation and destruction. Add command that reports how many objects are still alive that have been created at the reported code line. Fix constructor for ConfigFile. oana 2020-10-21 11:01:31 +0000
  • 63eb336324 Add tracking for Javascript object creation and destruction. Add command that reports how many objects are still alive that have been created at the reported code line. Fix constructor for ConfigFile. oana 2020-10-21 11:01:31 +0000
  • 100d644ce6 Add methods to HashList that allow adding and removing of an object with arbitrary associated hashes. oana 2020-10-21 10:44:33 +0000
  • 4fe3b7e62d Add methods to HashList that allow adding and removing of an object with arbitrary associated hashes. oana 2020-10-21 10:44:33 +0000
  • 37c2b36722 Fixed parser clamping of large negative numbers. Added hack to parse floating point numbers but store them as integers. paulc 2020-10-19 09:11:10 +0000
  • a3cfd6581e Fixed parser clamping of large negative numbers. Added hack to parse floating point numbers but store them as integers. paulc 2020-10-19 09:11:10 +0000
  • f4e68d8527 Added support to dump JsHashList items in print_r and toJSON. marian 2020-10-14 14:03:56 +0000
  • eedf31e959 Added support to dump JsHashList items in print_r and toJSON. marian 2020-10-14 14:03:56 +0000
  • a1dd97cf0d Added setting to track created objects per script instead of whole module. paulc 2020-10-14 13:24:46 +0000
  • 166aa682f4 Added setting to track created objects per script instead of whole module. paulc 2020-10-14 13:24:46 +0000
  • a51728652e Added print/dump_r functions used to print/dump a specific variable or script context using flags to filter what to print: props only (default), funcs only ... marian 2020-10-14 10:38:31 +0000
  • c0db0b4817 Added print/dump_r functions used to print/dump a specific variable or script context using flags to filter what to print: props only (default), funcs only ... marian 2020-10-14 10:38:31 +0000
  • 41c8c9a632 Increased the range of private relay IDs. marian 2020-10-09 12:39:09 +0000
  • 94261ee600 Increased the range of private relay IDs. marian 2020-10-09 12:39:09 +0000
  • a7ccbc9803 Fixed bug: skip empty line when parsing headers inside multipart. Added more mime types to be decoded as string. marian 2020-10-06 08:32:11 +0000
  • dc4949a36d Fixed bug: skip empty line when parsing headers inside multipart. Added more mime types to be decoded as string. marian 2020-10-06 08:32:11 +0000
  • c1e7b7a213 Avoid abrupt listener thread exit leading to memory leak. marian 2020-10-05 06:17:11 +0000
  • 63aee844a7 Avoid abrupt listener thread exit leading to memory leak. marian 2020-10-05 06:17:11 +0000
  • 72c4eadd7e Add timestamp to supervisor messages. oana 2020-10-01 10:04:15 +0000
  • aa7f5ce75f Add timestamp to supervisor messages. oana 2020-10-01 10:04:15 +0000
  • c16d05c9ad Adapt buffer sizes to the sampling rate. Fixed the buffering algorithm for codecs with large packets. paulc 2020-09-28 08:26:42 +0000
  • b4d702161b Adapt buffer sizes to the sampling rate. Fixed the buffering algorithm for codecs with large packets. paulc 2020-09-28 08:26:42 +0000
  • 44040891da Fixed build for 32 bit platforms. paulc 2020-09-25 11:36:38 +0000
  • b951faa062 Fixed build for 32 bit platforms. paulc 2020-09-25 11:36:38 +0000
  • 0ef2cc7605 Add command line argument for running YATE with a required affinity. Add configuration for affinity of RTPGroup threads. oana 2020-09-23 13:12:56 +0000
  • 8bb8e83faf Add YATE library support for setting and getting the affinity of a thread. oana 2020-09-23 15:26:34 +0000
  • 1214822e83 Fix compilation errors on Windows due to lack of definition for strtoull function. oana 2020-09-23 14:45:59 +0000
  • 664e1391a6 Add command line argument for running YATE with a required affinity. Add configuration for affinity of RTPGroup threads. oana 2020-09-23 13:12:56 +0000
  • 841314da5f Add YATE library support for setting and getting the affinity of a thread. oana 2020-09-23 15:26:34 +0000
  • cf70b9bd0b Fix compilation errors on Windows due to lack of definition for strtoull function. oana 2020-09-23 14:45:59 +0000
  • b3c83d2410 Added support to set Regexp in javascript message handler. marian 2020-09-22 11:29:22 +0000
  • 0fb78918f2 Added support to set Regexp in javascript message handler. marian 2020-09-22 11:29:22 +0000
  • f4e809d074 Added support to set a Regexp in message handler filter. Added missing file to previous commit. marian 2020-09-22 11:27:09 +0000
  • 75d5ecd7ea Added support to set a Regexp in message handler filter. Added missing file to previous commit. marian 2020-09-22 11:27:09 +0000
  • 33573bc840 Added support to set a Regexp in message handler filter. marian 2020-09-22 11:25:41 +0000
  • 17f46a9ce1 Added support to set a Regexp in message handler filter. marian 2020-09-22 11:25:41 +0000
  • dc054da3d8 Honor the PHP error reporting settings and the @ suppression operator. paulc 2020-09-01 10:58:05 +0000
  • 7f58764ca4 Honor the PHP error reporting settings and the @ suppression operator. paulc 2020-09-01 10:58:05 +0000
  • 8b4f9a45e4 Handle retryable errors caused by interrupted system calls. paulc 2020-09-01 10:01:32 +0000
  • 8941a23e94 Handle retryable errors caused by interrupted system calls. paulc 2020-09-01 10:01:32 +0000
  • c593990189 Made DNS resolver work with libc versions that don't define __NAMESER. Initialize the resolver in JS DNS and return null if initialization fails. paulc 2020-08-27 09:54:46 +0000
  • 2ca7a18ac8 Made DNS resolver work with libc versions that don't define __NAMESER. Initialize the resolver in JS DNS and return null if initialization fails. paulc 2020-08-27 09:54:46 +0000
  • dea9b5d77f Fixed documentation. marian 2020-08-21 14:03:02 +0000
  • 614ace3007 Fixed documentation. marian 2020-08-21 14:03:02 +0000
  • 23ea1f1eaa Avoid resetting started RTP when handling re-invite/update containing currently used codec. marian 2020-08-21 13:58:46 +0000
  • 6031f15896 Avoid resetting started RTP when handling re-invite/update containing currently used codec. marian 2020-08-21 13:58:46 +0000
  • 8c22409dac Fixed retrieval of MySQL error code. paulc 2020-08-17 11:07:03 +0000