Commit Graph

15502 Commits

Author SHA1 Message Date
Jeff Lenk
f8f91362f0 FSCORE-606 (Win) bridge fails because session read lock failure 2010-05-20 08:05:28 -05:00
Anthony Minessale
e15abcf9aa BOUNTY-18 2010-05-19 16:24:52 -05:00
Anthony Minessale
98a5a30ac2 make voicemails use the uuid of the channel who recorded it when applicable 2010-05-19 16:06:21 -05:00
Jeff Lenk
909ad64221 FSCORE-610 Initialize when no console 2010-05-19 08:11:02 -05:00
Mathieu Parent
03d07b4cb6 Skinny: slightly better call info 2010-05-19 09:52:03 +02:00
Moises Silva
227fb934cf freetdm: use __WINDOWS__ and not WIN32 2010-05-18 15:51:45 -04:00
Mathieu Parent
32b8bdb990 Skinny: display destination number if callee is not set 2010-05-18 18:14:27 +02:00
Moises Silva
cab15659a6 freetdm: windows unref parameter 2010-05-18 10:42:16 -04:00
Mathieu Parent
1bfcc17e54 Skinny: add example dialplan and directory config 2010-05-18 14:47:36 +02:00
Mathieu Parent
e66e9fa878 Skinny: called is named callee 2010-05-18 13:48:16 +02:00
Mathieu Parent
0bc11afa73 Skinny: split out server part
And try to keep each file below 2000 lines
2010-05-18 10:49:01 +02:00
Mathieu Parent
51f1ad5072 Skinny: Send hangup cause to device (busy, unknown number) 2010-05-18 10:49:01 +02:00
Mathieu Parent
800918ab14 SKinny: use of labels, step2 2010-05-18 10:49:00 +02:00
Mathieu Parent
60090a8602 Skinny: using labels for display text
Based on chan-sccp-b (file src/sccp_labels.h)
2010-05-18 10:49:00 +02:00
Mathieu Parent
295f39c158 Skinny: renamed improper skinny_create_ingoing_session to _incoming_ 2010-05-18 10:49:00 +02:00
Anthony Minessale
7fd3aff6f0 fix eventConsumer issue and add flush() method 2010-05-17 18:38:25 -05:00
Moises Silva
f1132a2b71 freetdm: fix handlers for FTDM_SIGEVENT_COLLECTED_DIGIT 2010-05-17 19:03:32 -04:00
Moises Silva
8e69e8e735 freetdm: clean up state change macros and functions to improve logging 2010-05-17 14:36:10 -04:00
Moises Silva
e57ab3acd5 freetdm: remove if 0 sections 2010-05-17 11:26:25 -04:00
Moises Silva
9c8be17f3d freetdm: wait for analog thread to be done before shutdown
add more debug logging
         fix signaling status return code in ftdm_io
2010-05-17 11:23:33 -04:00
Michael S Collins
95877d1e44 Update ChangeLog through May 14 2010-05-14 13:45:22 -07:00
Michael S Collins
b1e266ea5b Update English sounds list 2010-05-14 12:05:21 -07:00
Anthony Minessale
9da349213b FSCORE-608 (2nd issue pertaining to parsing an empty xml file) 2010-05-14 11:27:29 -05:00
Anthony Minessale
349abc3fd0 add loopback_bowout_on_execute var to make 1 legged loopback calls bow out of the picture 2010-05-13 18:49:32 -05:00
Anthony Minessale
eec3b757d4 add failure condition 2010-05-13 14:49:36 -05:00
Anthony Minessale
a65a7f322b fix possible socket connection race 2010-05-13 14:49:36 -05:00
Brian West
91065543b2 avoid extraneous incorrect display update on answer 2010-05-12 22:19:54 -05:00
Brian West
c6c479f028 fix double error message on display api 2010-05-12 22:18:48 -05:00
Brian West
848a4a6909 dup off the right pool 2010-05-12 21:23:49 -05:00
Brian West
6b1351e1bc more descriptive log message 2010-05-12 21:23:49 -05:00
Moises Silva
3abdd9656f freetdm: print stack trace in sample ftdmload app 2010-05-12 15:51:28 -04:00
Mathieu Parent
3b0f1711ba Skinny: corrections to call info:
- channel vars are caller_ and not callee_
- inbound/outbound are reversed from the skinny POV
- use displayname
2010-05-12 21:02:14 +02:00
Moises Silva
19fb75740d freetdm: added dso sample app 2010-05-12 11:54:50 -04:00
Moises Silva
41f72fe42a freetdm: call on_unload when unloading the boost sig shared library 2010-05-12 11:49:16 -04:00
Steve Underwood
d4bb8b019e Merge git@git.freeswitch.org:freeswitch 2010-05-12 23:24:12 +08:00
Steve Underwood
6bd146d8dc removed a saturate16 from spandsp that was causing problems
fixed a typo in the MSVC inttypes.h file for spandsp
2010-05-12 23:21:06 +08:00
Rupa Schomaker
5530de66ef patch cleanup - forgot a .rej file 2010-05-12 03:32:18 -05:00
Rupa Schomaker
35dc511c67 remove patch left-overs (.orig and .rej files) 2010-05-12 03:31:27 -05:00
Anthony Minessale
1d2c64d33b refactor 2010-05-11 17:56:08 -05:00
Michael S Collins
90c040ec71 Merge branch 'master' of git://git.freeswitch.org/freeswitch 2010-05-11 13:44:30 -07:00
Michael S Collins
b85e015b54 Update VM phrase macros to voice option then action on main, config menus 2010-05-11 13:38:58 -07:00
Moises Silva
383e272c30 freetdm: added boost sample app 2010-05-11 16:31:24 -04:00
Moises Silva
b2d8e055bb freetdm: modify prototype for ftdm_span_create to accept I/O module name instead of pointer 2010-05-11 15:09:59 -04:00
Michael Jerris
5d15dc1097 fix windows missing inet_ntop missing symbol when built on >= vista but run on < vista 2010-05-11 13:07:13 -04:00
Moises Silva
f04bff40fa freetdm: return error when dlclose fails 2010-05-11 12:51:28 -04:00
Moises Silva
a611a7e944 freetdm: shutdown boost events thread on unload 2010-05-11 10:42:32 -04:00
Steve Underwood
3e30434a0c Fixed a typo in spandsp's msvc/inttypes.h
Updated sig_tone processing in spandsp to the latest, to allow moy to
proceed with his signaling work.
2010-05-11 22:38:36 +08:00
Steve Underwood
1d0ce5570d Number reading should now be OK for the whole range of integers for
Cantonese and Mandarin
2010-05-11 09:59:33 +08:00
Anthony Minessale
b43eef8522 fix reswiging with a perl script instead of archaic preprocessor wizzadry 2010-05-10 13:07:34 -05:00
Anthony Minessale
a7f74af7d0 add bind method to EventConsumer takes same args as constructor to bind more events to an existing consumer 2010-05-10 13:07:34 -05:00