Commit Graph

  • b6737e31a3 adding command handler to handle command indication from megaco stack kapil 2012-06-25 20:07:51 +05:30
  • 9b79922a51 Retry updating base image Travis Cross 2012-06-22 23:16:37 +00:00
  • 5fd025eb66 Update AUTHORS Travis Cross 2012-06-23 03:44:38 +00:00
  • b8109bde58 Bootstrap bnlib without warnings or errors Travis Cross 2012-06-23 00:30:41 +00:00
  • 3b2df07f3e Fix bnlib call to AC_INIT Travis Cross 2012-06-23 00:21:12 +00:00
  • 95c26f9a6b Remove outdated autoconf tests in bnlib Travis Cross 2012-06-23 00:02:49 +00:00
  • f840eecdb8 debian: Add mechanism to specify modules.conf Travis Cross 2012-06-25 07:09:20 +00:00
  • e3eed73ecb adding mg and peer profile cleanup code during shutdown and removing "unused variables" warnings kapil 2012-06-25 12:12:04 +05:30
  • 3f24ef16b1 Avoid -Wunused-value warning Travis Cross 2012-06-25 06:20:16 +00:00
  • cbde2faab2 Fix confusion between size_t and ssize_t Travis Cross 2012-06-25 06:01:37 +00:00
  • e6629ab5f6 Add missing return statement Travis Cross 2012-06-25 05:57:01 +00:00
  • 5077384c5b Remove a contradiction Travis Cross 2012-06-25 05:53:55 +00:00
  • 76a26648d4 Remove a tautological conditional Travis Cross 2012-06-25 05:47:27 +00:00
  • 9e52f33d91 Implement MEMLOCK and UNLOCK as functions Travis Cross 2012-06-25 05:33:24 +00:00
  • c01a142665 Implement su_errno and su_seterrno as functions Travis Cross 2012-06-25 05:29:39 +00:00
  • 43f2c89a08 Fix memset calls in sofia-sip Travis Cross 2012-06-25 05:25:21 +00:00
  • 7086a92f9b FS-4318 try this, success is 0 so that original patch was wrong Anthony Minessale 2012-06-24 15:05:59 -05:00
  • ee8c9e869b Fix clang warnings in mod_lua Travis Cross 2012-06-24 09:13:21 +00:00
  • 12efacb3c6 debian: Add mechanism to set C/C++ compiler Travis Cross 2012-06-24 08:46:00 +00:00
  • 3c2f914617 Fix warnings in sqlite Travis Cross 2012-06-24 08:34:52 +00:00
  • 932dccd475 Return const char* from apr_pool_tag Travis Cross 2012-06-24 08:11:23 +00:00
  • a973fb6347 Fix memset calls in APR sha2 implementation Travis Cross 2012-06-24 08:05:25 +00:00
  • f1183ef970 Fix use of switch_event_add_body Travis Cross 2012-06-24 07:34:48 +00:00
  • 453b42e301 Remove extraneous parenthesis Travis Cross 2012-06-24 07:36:14 +00:00
  • 86df8b338e more v18 changes Anthony Minessale 2012-06-23 19:33:26 -05:00
  • 1465ba90e6 tweaks Anthony Minessale 2012-06-23 19:00:53 -05:00
  • 93a8445f1c change name Anthony Minessale 2012-06-23 18:53:29 -05:00
  • 0f6647d278 add some inital v18 interface points Anthony Minessale 2012-06-23 18:48:20 -05:00
  • e38f0a1b02 debian: Correct alphabetization Travis Cross 2012-06-22 18:04:35 +00:00
  • f79a37a363 debian: Add option to use existing .orig.* file Travis Cross 2012-06-22 18:03:42 +00:00
  • d18a7ffa26 Bundle .version file with debian nightlies Travis Cross 2012-06-22 16:11:47 +00:00
  • b16821944e Harmonize debian nightly version with print_git_revision Travis Cross 2012-06-22 16:10:47 +00:00
  • ad53499b42 Always set the ZRTP SAS verified flag on our side Travis Cross 2012-06-22 13:25:40 +00:00
  • ecb84bd126 FS-4336 --resolve Anthony Minessale 2012-06-23 14:55:06 -05:00
  • 2171e5830d vs2010 reswig Jeff Lenk 2012-06-23 16:58:44 -05:00
  • 398c84b671 swigall Anthony Minessale 2012-06-23 16:40:42 -05:00
  • a5021fa384 FS-4337 --resolve this actually uncovered a bug cos it was supposed to be rtcp_bytes not bytes Anthony Minessale 2012-06-23 14:03:06 -05:00
  • cfe435c667 fix typo Anthony Minessale 2012-06-23 06:18:09 -05:00
  • 76fae0cec0 add video support to lib/mod.dingaling this needs testing, google voice won't work with video calls so disable video codecs if you use that Anthony Minessale 2012-06-22 18:14:53 -05:00
  • 3d36d8557b change default number to 97 Anthony Minessale 2012-06-22 18:09:39 -05:00
  • 8b4c9dc42c FS-3659 and some refactor for rtcp ice and video ice and rtcp Anthony Minessale 2012-06-22 18:08:59 -05:00
  • c30940462a update stun to more modern spec Anthony Minessale 2012-06-22 18:06:42 -05:00
  • fa616a377b Merge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg-4.3 Mathieu Rene 2012-06-22 19:10:41 -04:00
  • fd634d6bc9 still figuring out lib Mathieu Rene 2012-06-22 19:10:08 -04:00
  • 607da0f56c ss7: adding ss7_iam_fwd_ind_hex as x-header and channel variables in hex format. Read the forward call indicator IE and print it into channel variable ss7_iam_fwd_ind_hex. If this variable exists, put it in the x-header. This implementation takes bits of A, CB, D, E, F, HG, I from the hex value. Bits of KJ, L, P-M are not taken and set to 0. The hex value is H-A-P-I, H is the highest bit to A, and next is P-I. I is the lowest bit in the whole field, and H is the highest bit in the whole field. Refer to Q.763 chapter 3.23. James Zhang 2012-06-22 17:05:15 -04:00
  • adca0985a4 Rolling back to find out what's breaking build David Yat Sin 2012-06-22 13:20:04 -04:00
  • c5c7b09007 Rolling back to find out what's breaking build David Yat Sin 2012-06-22 11:35:00 -04:00
  • c28ced7253 Merging FS-3432 switch_core_hash.c patch in from Tamas dschreiber 2012-06-20 06:43:36 -07:00
  • 37e61ee6eb FS-4320 sigh Brian West 2012-06-21 13:07:38 -05:00
  • 2091f4f0d3 FS-4319 --resolve portaudio not always moving the active call to the top of its internal list (invalid ringing) Jeff Lenk 2012-06-21 09:52:13 -05:00
  • 294ab3880f fix conflict Mathieu Rene 2012-06-21 10:40:57 -04:00
  • 97d89de3fc MEGACO over TCP support kapil 2012-06-21 19:23:22 +05:30
  • 3693867388 adding TCP transport support kapil 2012-06-21 19:22:14 +05:30
  • ca5b100d17 code commit for multiple peer cli command kapil 2012-06-21 11:36:20 +05:30
  • c18c32f800 Fix for compile warnings rtp.c David Yat Sin 2012-06-20 22:43:54 -04:00
  • 79702bc0d2 start implementing command handlers Mathieu Rene 2012-06-20 21:34:04 -04:00
  • df85cb1ac0 Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3 David Yat Sin 2012-06-20 16:28:13 -04:00
  • b44bcd5763 Added core spanflag CLI command David Yat Sin 2012-06-20 16:28:00 -04:00
  • a0a9efcf02 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch Mathieu Rene 2012-06-20 15:43:20 -04:00
  • d67031a9c6 FS-4007 Mathieu Rene 2012-06-20 15:42:57 -04:00
  • 6a1229c8f9 fixing compilation error kapil 2012-06-21 01:09:51 +05:30
  • b980f47097 Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3 David Yat Sin 2012-06-20 13:21:22 -04:00
  • 8da3d119ab Added display of M2UA signalling channels for CLI command show status David Yat Sin 2012-06-20 13:20:35 -04:00
  • 1720e4f072 Merge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg-4.3 Mathieu Rene 2012-06-20 12:31:07 -04:00
  • 43ffafcb4b wrong operand to sizeof Mathieu Rene 2012-06-20 12:30:37 -04:00
  • 166249b0b9 Check in TDM and RTP controllable channels (incomplete) Mathieu Rene 2012-06-20 12:30:08 -04:00
  • 9e90bbd12b Revert "FS-4321 fix startup with odbc" Jeff Lenk 2012-06-20 11:05:19 -05:00
  • badc31f927 Merge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg/4.3 Mathieu Rene 2012-06-20 12:02:38 -04:00
  • eae74df4e6 change loglevels and enable debug Mathieu Rene 2012-06-20 12:02:10 -04:00
  • a80b68367c FS-4278 skypopen: oss driver compiles on kernels >= 3.4.0 Giovanni Maruzzelli 2012-06-20 11:28:28 +02:00
  • 7b97ff470f adding "xmlshow m2ua <m2ua_interface_name> clusterstatus" CLI command. kapil 2012-06-20 13:53:51 +05:30
  • 2512694e43 removing warnings kapil 2012-06-20 12:12:28 +05:30
  • 31d48a8c3a adding "<>" or "[]" from the code itself , instead of passing from config xml for MID field kapil 2012-06-20 12:01:04 +05:30
  • a54ec05fdb fix for compilation error on 64-bit David Yat Sin 2012-06-20 02:06:31 -04:00
  • 50e3e563da Updated conf David Yat Sin 2012-06-20 00:38:05 -04:00
  • dd4764bc19 Changed megaco.conf.xml to media_gateway.conf.xml David Yat Sin 2012-06-20 00:35:10 -04:00
  • d6c482e40f Added support for Content-Type and other optional headers when doing an HTTP PUT dschreiber 2012-06-19 21:25:00 -07:00
  • 6ea4a5c503 typo Michael Jerris 2012-06-19 22:43:28 -04:00
  • 6aa8c9b80d freetdm: Improvements to ftdm core flag CLI command David Yat Sin 2012-06-19 22:35:37 -04:00
  • 773fb5e3a5 use reg call id on reboot notifies and pass it back in reverse auth lookup Michael Jerris 2012-06-19 21:58:43 -04:00
  • ae17b90f68 Changed megaco commands to mg David Yat Sin 2012-06-19 17:54:01 -04:00
  • cb73fdf2f6 Added parsing for additional parameters for UI team to test their code David Yat Sin 2012-06-19 17:30:03 -04:00
  • f351a908ff wow grandstream Michael Jerris 2012-06-19 16:02:14 -04:00
  • ea503ea23e fix pnp config for grandstream Michael Jerris 2012-06-19 14:22:57 -04:00
  • 8846e1fea1 issue fix kapil 2012-06-19 23:36:38 +05:30
  • 1e696d2c93 FS-3577 : After Tamas's fixes and new logging so we can see the erl_errors, re-applying this 10ms polling interval patch that Tony committed a few months ago. Please report any issues. dschreiber 2012-06-19 09:13:29 -07:00
  • 6069adece5 Revert "add thread safe hash multi delete function and make callback optional" dschreiber 2012-06-19 08:51:28 -07:00
  • 7e6018985c Merge remote branch 'origin/master' into FS-3432 dschreiber 2012-06-19 08:10:54 -07:00
  • 28fd1f97ea FS-4321 fix startup with odbc Jeff Lenk 2012-06-19 09:02:12 -05:00
  • 743e91569e adding enable/disable MEGACO stack looging CLI command kapil 2012-06-19 17:00:39 +05:30
  • f9d279664c add test version of mod_redis to vs2010 solution - not built by default Jeff Lenk 2012-06-18 17:07:14 -05:00
  • 0a9f34aa09 Fixed compile issues again on 32-bit David Yat Sin 2012-06-18 15:27:45 -04:00
  • 0cefb8d633 Fixed compile issues again on 32-bit David Yat Sin 2012-06-18 15:01:08 -04:00
  • 56c8534827 Fixed compile issues again on 32-bit David Yat Sin 2012-06-18 14:34:12 -04:00
  • 32106afc43 Fixed compile issues again on 32-bit David Yat Sin 2012-06-18 12:51:38 -04:00
  • 3b8b2e256d Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3 David Yat Sin 2012-06-18 12:30:33 -04:00
  • 1bfda1ecfc FS-4318 --resolve Anthony Minessale 2012-06-18 10:30:33 -05:00
  • 9ba7dfe7b8 Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3 kapil 2012-06-18 17:42:02 +05:30
  • 3b4c725b1c fixing cli issues kapil 2012-06-18 17:41:05 +05:30
  • 81b9ab7316 Terminate sed substitution command with semicolon to fix error on OSX. Stefan Knoblich 2012-06-18 13:32:43 +02:00