Commit Graph

  • 46a9fa3910 freetdm: add debugging msgs for zt wait errors Moises Silva 2010-11-06 17:14:31 -04:00
  • b0e622987a windows fix for last openssl commit Jeff Lenk 2010-11-06 13:22:20 -05:00
  • 583c96af5b Merge branch 'master' of ssh://git.freeswitch.org/freeswitch Stefan Knoblich 2010-11-06 18:28:53 +01:00
  • b9391cffc2 ftmod_libpri: Fix reversed PTP/PTMP mode parameter Stefan Knoblich 2010-11-06 18:28:37 +01:00
  • 1627f6a541 windows openssl fix spaces is build path Jeff Lenk 2010-11-06 12:24:30 -05:00
  • 6ca919be61 ftmod_libpri: BRI Support requires libpri-1.4.12_beta1 or newer, add message to configure check Stefan Knoblich 2010-11-06 18:12:27 +01:00
  • 30fb69bbab ftmod_libpri: temporary segfault fix if libpri does not have BRI support Stefan Knoblich 2010-11-06 17:58:41 +01:00
  • 3d5ccf055d ftmod_libpri: Initial support for BRI and various cleanups + double locking fix Stefan Knoblich 2010-11-06 16:08:07 +01:00
  • 6787710b00 FreeTDM: Update .gitignore, add files shipped with libtool (build/{libtool,lt*}.m4) and compiled test binaries Stefan Knoblich 2010-11-06 16:06:42 +01:00
  • 21418b083d Merge branch 'master' of git.sangoma.com:smg_freeswitch Arnaldo Pereira 2010-11-06 12:50:22 -02:00
  • b912935c6c freetdm: fixed ftmod_r2 on windows and removed the wrong ftmod_r2 project from freetdm msvc file Arnaldo Pereira 2010-11-06 12:48:22 -02:00
  • 77e7f58986 VS2010 Swig Jeff Lenk 2010-11-05 21:15:03 -05:00
  • 40ac860aaa fix missing name and potential segfault in gateway status Michael Jerris 2010-11-05 20:24:31 -04:00
  • e0c37c1f6e allow process_import to specify a prefix Anthony Minessale 2010-11-05 18:20:09 -05:00
  • f69f4a7747 refactor Anthony Minessale 2010-11-05 15:24:11 -05:00
  • 6993e4101a Merge branch 'master' into smgmaster Konrad Hammel 2010-11-05 15:04:17 -04:00
  • fdd9944ed5 freetdm: ss7 - added support for hex characters in calling/called numbers freetdm: ss7 - added support for no-EC present indicatiation in ACM when 64k unrestricted TMR Konrad Hammel 2010-11-05 13:52:41 -04:00
  • 8315b954fd tweak Anthony Minessale 2010-11-05 12:26:30 -05:00
  • 957262fac1 windows installer fix to last commit Jeff Lenk 2010-11-05 10:36:13 -05:00
  • 145d64b623 windows wix installer - add more options for fs_cli Jeff Lenk 2010-11-05 10:12:25 -05:00
  • 7217b9dc7c add fs_cli to windows wix install Jeff Lenk 2010-11-04 17:59:53 -05:00
  • 5a8695d942 freetdm: added missing EX_DECLARE_DATA Arnaldo Pereira 2010-11-04 19:15:39 -02:00
  • 7dafe4e2c7 fail calls with uninitialized frame Anthony Minessale 2010-11-04 15:40:00 -05:00
  • dcdd381195 fire DTMF event when converting dtmf to inband with start_dtmf_generate Anthony Minessale 2010-11-04 15:30:02 -05:00
  • 2e3163e2bf freetdm: made ftmod_r2 windows compatible and created ftmod_r2.2008.vcproj Arnaldo M Pereira 2010-11-04 18:26:05 -02:00
  • d205755ae0 typo Anthony Minessale 2010-11-04 14:38:43 -05:00
  • 56f58c2983 - flash-to-digits: Defines the digits to be sent when the FLASH is detected on FXS channels; - Updated documentation. Geovani Ricardo Wiedenhoft 2010-11-04 10:04:19 -02:00
  • 20c2740c64 set minimum initital sip t1 timer to 1000ms to work around race condition on retry timer firing before all the things that are supposed to be handled by the timer are set. The base resolution on this timer is 500ms, so doubling up makes sure we always hit the initial retry timer on the next run, where everything should be set. The side effect was, 1/2 the time on a request that did not get immediate response, the timer would be fired and cleared, but the action (sending retry) was never done, and a new timer was not set, causing the request to just sit zombied and never retry. A better solution would be to find and correct the race condition so the timer is never set to early and we never hit this condition. Michael Jerris 2010-11-03 13:57:59 -04:00
  • 2043d5a671 fix display of timeout Anthony Minessale 2010-11-03 12:22:01 -05:00
  • e5b891eed1 add separate reg timeout from retry sec Anthony Minessale 2010-11-03 10:58:32 -05:00
  • fc4d290cb7 add support for NDLB-force-rport=safe param that does force-rport behavior only on endpoints we know are safe to do so on. This is a dirty hack to try to work with certain endpoints behind sonicwall which does not use the same port when it does nat, when the devices do not support rport, while not breaking devices that acutally use different ports that force-rport will break Michael Jerris 2010-11-03 11:53:39 -04:00
  • 4706d3946d skypopen: performance improvements in skypopen_protocol.c and alsa/dummy.c . Added pcm*c to alsa/. Let's hope the larger period in dummy.c does not make problems on ubuntu Giovanni Maruzzelli 2010-11-02 22:52:09 -05:00
  • df52cc0952 fix registration overlap timeout snafu Anthony Minessale 2010-11-02 17:58:24 -05:00
  • 97d80d924a same as last one in another place Anthony Minessale 2010-11-02 11:50:04 -05:00
  • 2a1efb288f freetdm: added missing sleep to ftmod_r2, which is now running fine Arnaldo Pereira 2010-11-02 13:40:27 -02:00
  • f3ae4d10d7 skypopen: callflow display reshuffle Giovanni Maruzzelli 2010-11-02 02:19:18 -05:00
  • 039e4297ac Merge branch 'master' into ftmod_r2 Arnaldo Pereira 2010-11-01 23:11:42 -02:00
  • dcb416e4fb freetdm: ftmod_r2 non threaded working Arnaldo Pereira 2010-11-01 23:08:43 -02:00
  • 04f9b8c6f4 skypopen: very nice formatted debug output (ok, I go get a life) Giovanni Maruzzelli 2010-11-01 19:11:43 -05:00
  • 35676e7e04 parse static route in sip uri in notify by event Anthony Minessale 2010-11-01 18:46:59 -05:00
  • 78f05aef77 disable status bar in .screenrc Anthony Minessale 2010-11-01 18:46:26 -05:00
  • cda952083f skypopen: nice formatted debug output (I feel so stupid when I use one full hour for things like this, but I like it ;) ) Giovanni Maruzzelli 2010-11-01 18:48:28 -05:00
  • 5f91e46914 skypopen: modifying Makefile.am and skypopen.h to report in revision tag of debug lines the last commit of both mod_skypopen.c and skypopen_protocol.c (so you can have your own commits in the same dir) Giovanni Maruzzelli 2010-11-01 16:41:23 -05:00
  • faa1636905 skypopen: modifying Makefile.am to report on last commit in skypopen directory Giovanni Maruzzelli 2010-11-01 16:14:05 -05:00
  • 454c238e58 Merge branch 'master' of ssh://git.freeswitch.org/freeswitch Stefan Knoblich 2010-11-01 20:39:47 +01:00
  • 7ac78ac21a FS-2811 Anthony Minessale 2010-11-01 10:25:47 -05:00
  • 1970ec1d81 FS-2810 Anthony Minessale 2010-11-01 10:03:10 -05:00
  • cc1e83397b FreeTDM: Buildsystem cleanup Stefan Knoblich 2010-11-01 02:13:27 +01:00
  • 3428bd3d43 ftmod_isdn: FreeTDM port, first steps - Requires non-public development version of libisdn(!) - Based on older patches from http://oss.axsentis.de/gitweb/?p=ftmod_isdn.git;a=summary - Rework of ftmod_isdn related buildsystem parts (Makefile.am, configure.in and libpcap.m4) Stefan Knoblich 2010-11-01 00:47:43 +01:00
  • 1d2b5e304c FS-2808, thx Diego Viola cypromis 2010-10-31 23:22:53 +01:00
  • 1b0ec75568 fix stuck channel with voicemail and loopback Jeff Lenk 2010-10-30 22:29:26 -05:00
  • 3e33540a81 mod_sangoma_codec: add G723.1 Moises Silva 2010-10-29 23:01:25 -04:00
  • 81a038690a mod_callcenter: Make callcenter_config agent get return the value of the item requested. Also added queue param max-wait-time-with-no-agent-time-reached: If the max-wai-time-with-no-agent is already reached for the queue, then new caller can wait for x ammount of second before it kicked out of the queue rather than get rejected automaticly. Marc Olivier Chouinard 2010-10-29 22:41:14 -04:00
  • e86af7d730 mod_sangoma_codec: only register one codec interface for iLBC Moises Silva 2010-10-29 21:54:30 -04:00
  • 402e383bd7 fix fifo race in use count dec Anthony Minessale 2010-10-29 20:38:59 -05:00
  • 68abb39eb3 mod_sangoma_codec: add iLBC 13.3k and 15.2k Moises Silva 2010-10-29 21:05:19 -04:00
  • f3ae0af79a Merge branch 'master' into smgmaster Konrad Hammel 2010-10-29 20:18:07 -04:00
  • 90781424bf freetdm: ss7 - added support for reserved national and spare SSF values Konrad Hammel 2010-10-29 20:17:26 -04:00
  • 1d5aa062ee mod_sangoma_codec: default to G729 only and remove L16 since it did not make any sense Moises Silva 2010-10-29 17:29:27 -04:00
  • 3b92f04b85 allow PLC flag to make it to the codec Anthony Minessale 2010-10-29 14:58:30 -05:00
  • e2a565412a allow PLC flag to make it to the codec Anthony Minessale 2010-10-29 14:58:22 -05:00
  • 09128fc924 Merge branch 'master' of git.sangoma.com:smg_freeswitch into smgmaster Konrad Hammel 2010-10-29 15:01:20 -04:00
  • b4562522ed windows - fix build Jeff Lenk 2010-10-29 13:51:02 -05:00
  • d2e255192a mod_sangoma_codec: use native L16 for the source codec Moises Silva 2010-10-29 11:04:35 -04:00
  • d40bb06400 part2 Anthony Minessale 2010-10-29 13:00:14 -05:00
  • 23d5fc1900 add -ncwait for Unix based implememtations to make the backgrounder wait to make sure the process starts before detaching Anthony Minessale 2010-10-29 12:43:55 -05:00
  • 3c66b497d6 skypopen: fix FS-2784, missing incoming calls to one interfacename Giovanni Maruzzelli 2010-10-29 01:57:37 -05:00
  • e866e7a136 windows - fix build - change based on other changes in file Jeff Lenk 2010-10-28 21:37:12 -05:00
  • 5d647d2c42 omfg really Anthony Minessale 2010-10-28 19:34:20 -05:00
  • 6f2ccbae21 freetdm: ss7 - update to support CCR Konrad Hammel 2010-10-28 17:09:51 -04:00
  • 6737ae52d9 FS-2801 Anthony Minessale 2010-10-28 15:34:42 -05:00
  • 3a3c5d261f skypopen: sk list the DEAD state Giovanni Maruzzelli 2010-10-28 13:47:15 -05:00
  • aea12d1f9f skypopen: indented Giovanni Maruzzelli 2010-10-28 13:22:15 -05:00
  • 182da3c128 skypopen: fixed management of skype clients crash Giovanni Maruzzelli 2010-10-28 13:20:17 -05:00
  • 38215f9d5c skypopen: indented Giovanni Maruzzelli 2010-10-28 04:21:52 -05:00
  • bc067ebc69 skypopen: cosmetics Giovanni Maruzzelli 2010-10-28 04:18:24 -05:00
  • f4a6a07edc skypopen: select only IDLE interfaces, destroy the codec after the audio threads, cosmetics Giovanni Maruzzelli 2010-10-28 03:53:52 -05:00
  • 43aeb3b858 switch_dow_cmp: fix logic err in my latest commit Mathieu Rene 2010-10-28 10:37:06 -04:00
  • 6cfdddef6a Merge branch 'master' of ssh://git.freeswitch.org/freeswitch cypromis 2010-10-28 00:08:02 +02:00
  • 5fe38d5f88 freetdm: ss7, bug fix in COT handling Konrad Hammel 2010-10-27 18:07:56 -04:00
  • bc84eb339c added changes by Gabriel Gunderson fixing path in debian for pythoin and some typos cypromis 2010-10-28 00:07:00 +02:00
  • 3ad8a33b62 freetdm: ss7, bug fix in obci_bita handling freetdm: ss7, added support for SAM freetdm: ss7, updated support for COT in IAM Konrad Hammel 2010-10-25 16:55:03 -04:00
  • 19325c4369 fix race in codec failure condition, then fix bug in sdp parsing (likely a regression from recent codec changes) to never have the problem in the first place so you are double-protected Anthony Minessale 2010-10-27 16:37:22 -05:00
  • 3d547b1c64 windows installer - clean paths Jeff Lenk 2010-10-27 16:26:55 -05:00
  • 28d02700c8 typo Anthony Minessale 2010-10-27 14:58:01 -05:00
  • 8bb4d0d413 add the stuff drk_ keeps begging for Anthony Minessale 2010-10-27 14:09:38 -05:00
  • a1ada3e2a9 skypopen: windows compile Giovanni Maruzzelli 2010-10-27 12:09:43 -05:00
  • 99ada6bdba add events Anthony Minessale 2010-10-27 12:00:30 -05:00
  • 91230e01f9 used || instead of 'or' in sql stmt Anthony Minessale 2010-10-27 11:46:39 -05:00
  • 6ae933a2e9 FS-2800 Anthony Minessale 2010-10-27 11:10:12 -05:00
  • 5472923024 skypopen: cosmetics Giovanni Maruzzelli 2010-10-27 09:30:27 -05:00
  • a5045b1ab0 skypopen: interface DOWN during hangup, cosmetics Giovanni Maruzzelli 2010-10-27 09:12:17 -05:00
  • 99b14db491 skypopen: manage ERROR 36 Not online, cosmetics, put the interface DOWN when no session and when beginning to destroy Giovanni Maruzzelli 2010-10-27 08:20:03 -05:00
  • 145a7a4b31 skypopen: manage failed ALTER I/O (sockets), LOCALHOLD, ANSWER. Use only IDLE interfaces to answer Giovanni Maruzzelli 2010-10-27 07:09:13 -05:00
  • 0499be4acd skypopen: locking flags Giovanni Maruzzelli 2010-10-27 05:29:15 -05:00
  • 01d0f1bd2a skypopen: better management of 'hupall' and KILL Giovanni Maruzzelli 2010-10-26 21:46:52 -05:00
  • 5d03777fe5 skypopen: cleanup continues Giovanni Maruzzelli 2010-10-26 06:55:46 -05:00
  • 758254ad42 skypopen: cleanup begin Giovanni Maruzzelli 2010-10-26 06:13:25 -05:00
  • 9274deeabb skypopen: fixed crash on closing XDisplay before is used by interface shutdown/remove Giovanni Maruzzelli 2010-10-26 06:06:05 -05:00
  • 7d7f23cebb skypopen: indented Giovanni Maruzzelli 2010-10-26 05:07:22 -05:00