67 Commits

Author SHA1 Message Date
Travis Cross
3e89c807bf update gitignore exclusion for binary in tree
Is this really needed?
2012-03-16 04:21:06 +00:00
Giovanni Maruzzelli
db66f1d1f2 FS-1085: gsmopen AT+CREG format error now warning 2012-01-04 18:12:30 +01:00
Giovanni Maruzzelli
0dc7ab0620 FS-3716 FS-3742 gsmopen: bring up code to latest chat interface, and update gsmlib 2012-01-04 15:07:40 +01:00
Giovanni Maruzzelli
7da637d119 test, please ignore 2011-12-05 15:55:45 +01:00
Anthony Minessale
f2099bf999 FS-3529 please try this revision I suspect its related to some uninitilized memory causing flags to be set that are not in the dtmf structure in certian cases 2011-09-08 08:12:16 -05:00
Giovanni Maruzzelli
e1c21a67dc gsmopen: FS-351 2011-05-03 10:17:28 -05:00
Travis Cross
c64b78577f .gitignore compressed files 2011-01-28 09:01:47 +00:00
Anthony Minessale
27869d7a26 add bind meta on A-D and refactor 2011-01-05 17:53:27 -06:00
Brian West
32b8f1008e more fixes from diego 2011-01-05 14:09:16 -06:00
Anthony Minessale
93cc3dc556 normalize tests for outbound channels to use switch_channel_direction instead of testing for CF_OUTBOUND 2010-12-15 20:59:42 -06:00
Giovanni Maruzzelli
c7aefe934f gsmopen: retry serial initialization if failed, zeroing audio buffers, slower retry on soundcard busy (EAGAIN) 2010-11-26 06:48:48 -06:00
Giovanni Maruzzelli
567dab9376 gsmopen: fix alsa_nogsmlib_nocplusplus/mod_gsmopen/Makefile 2010-10-19 12:01:43 -05:00
Giovanni Maruzzelli
355c0dbb8f gsmopen: fix FS-2793, compilation stops 2010-10-19 12:01:43 -05:00
Anthony Minessale
46c6650a94 pass originate flags into session_request so we can selectivly skip throttling 2010-08-26 12:19:49 -05:00
Giovanni
70ab76902e skypopen: updating Windows solution 2010-04-22 13:28:23 +02:00
Travis Cross
db26c65ea7 Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree.
Check for files that we are accidentally ignoring:

  git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"

Check for files that we might want to ignore:

  git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"
2010-04-05 23:17:43 +00:00
Michael Jerris
a33b576e70 copy mod_gsmopen from branch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17138 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-30 05:59:43 +00:00