Michael Jerris
e42dd48d7f
add mod_spidermonkey to msvc build, tweak mod_spidermonkey warnings, fix tts interface.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@686 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-27 04:01:38 +00:00
Brian West
55019b9a66
Lets see if this helps with spider monkey on other platforms.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@685 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-27 03:11:13 +00:00
Brian West
3089e7abf7
Fix a few signedness issues.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@684 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-27 00:47:58 +00:00
Michael Jerris
157ff44611
add executable bit
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@683 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-27 00:08:30 +00:00
Anthony Minessale
1c5e08079a
Add laungages modules (javascript) (may not build dunno if i checked it all in)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@682 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-26 23:10:22 +00:00
Anthony Minessale
9369bfba5a
add mod_cepstral to test tts backend
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@681 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-26 20:23:23 +00:00
Anthony Minessale
14072e8725
remove freeswitch's privates (couldn't resist)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@677 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-26 04:52:34 +00:00
Anthony Minessale
c30a71fa9c
autoheadache tweak to go with recent windows changes related to backgrounding
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@676 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-26 03:16:23 +00:00
Anthony Minessale
fb9b21144b
mess around on win32 a little
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@675 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-26 03:13:01 +00:00
Anthony Minessale
7174e8ae8a
add high and low priority event queues
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@674 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-26 00:12:17 +00:00
Michael Jerris
5782ca928c
add windows daemon mode. Somthing is still not right here, the fopen is failing?
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@671 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-25 04:48:33 +00:00
Anthony Minessale
5cd80803f7
fix doxygen
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@670 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-24 22:27:10 +00:00
Anthony Minessale
d8146aa7c7
add timetable
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@669 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-24 22:22:43 +00:00
Anthony Minessale
5492b17e94
fix nice fresh config bug
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@668 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-24 21:59:13 +00:00
Anthony Minessale
3d6ca65883
tweak default config
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@667 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-24 21:00:33 +00:00
Anthony Minessale
50b78f79ee
tweaks for daemon mode and wanpipe
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@665 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-24 19:11:49 +00:00
Michael Jerris
a54191c42f
silence another unnecessary warning in msvc.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@664 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-24 16:58:40 +00:00
Anthony Minessale
9bfd7ae25a
*) Add support for unified config:
...
When config file does not exist the system will
browse freeswitch.conf (if it exists) for an embedded file.
Embeded files denoted with +file.conf
Terminated by either another [+XXX] or EOF
eg
[+iax.conf]
...
[+exosip.conf]
...
EOF
*) Change default examples to use this method
*) Fix small bug in core to pass along failure when outgoing channel fails.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@663 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-24 16:47:22 +00:00
Anthony Minessale
b1150960c1
fix duplicate in iax
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@661 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-24 01:23:13 +00:00
Michael Jerris
dbdad46049
fix msvc compile. Cleanup some warnings.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@660 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-24 00:02:02 +00:00
Anthony Minessale
01fd1c3af4
More PRI/SIP gateway stuff
...
**ATTENTION** you will need to libs/jrtplib/.complete ; make installall
to get it to compile on existing builds as the jrtplib required changes.
Added teletone DTMF to mod_wanpipe and rfc2933 DTMF to mod_exosip
Added temporary poor man's daemon
freeswitch -nc > /var/log/freeswitch.log
then it will await a HUP
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@659 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-23 22:41:08 +00:00
Anthony Minessale
4c9d54d474
sync
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@658 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-23 21:57:57 +00:00
Michael Jerris
26d698de34
update PACKED
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@656 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-22 23:07:23 +00:00
Michael Jerris
f36292af04
get rid of unnecessary pragmas.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@655 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-22 22:36:52 +00:00
Anthony Minessale
172b62785c
1 of many PRI/SIP gateway related updates
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@654 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-22 21:14:22 +00:00
Anthony Minessale
3dcc973c9d
1 of many PRI/SIP gateway related updates
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@653 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-22 21:04:53 +00:00
Anthony Minessale
45d1b5cc87
1 of many PRI/SIP gateway related updates
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@652 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-22 18:32:15 +00:00
Anthony Minessale
d370ddc96e
1 of many PRI/SIP gateway related updates
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@651 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-22 17:20:39 +00:00
Anthony Minessale
e84fb76ac2
1 of many PRI/SIP gateway related updates
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@650 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-22 17:16:47 +00:00
Anthony Minessale
9148e2b90e
1 of many PRI/SIP gateway related updates
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@649 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-22 16:47:07 +00:00
Anthony Minessale
c94e328db7
1 of many PRI/SIP gateway related updates
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@648 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-22 15:23:10 +00:00
Anthony Minessale
604379fdb3
1 of many PRI/SIP gateway related updates
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@647 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-22 15:20:46 +00:00
Anthony Minessale
fe3e994237
adding some inter channel communication and other code for real-world usage (not totally done)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@646 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-22 02:50:33 +00:00
Anthony Minessale
4ff821ef76
wanpipe work
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@645 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-21 19:36:51 +00:00
Anthony Minessale
009e9607e7
fix evil pragmas in unix and get rid of horrible ^M in the files (dont do that)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@644 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-21 18:34:32 +00:00
Anthony Minessale
1635505808
add makefile for wanpipe
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@643 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-21 18:16:43 +00:00
Michael Jerris
fea14e6d90
block unimportant warnings in core.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@642 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-21 17:55:38 +00:00
Anthony Minessale
59d9fa452c
a fresh install on fedora core 3 revealed some necessary tweaks
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@640 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-21 16:03:18 +00:00
Anthony Minessale
2bea53541b
cleanup some warnings
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@639 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-21 15:05:18 +00:00
Michael Jerris
681d2823e6
enable warnings as errors in msvc
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@637 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-20 19:07:41 +00:00
Michael Jerris
241903ba4e
fix more msvc warnings.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@636 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-20 06:13:56 +00:00
Michael Jerris
70739b6d2e
fix more msvc warnings. Fix mod_sndfile build on OSX
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@635 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-20 04:36:29 +00:00
Michael Jerris
fc341792be
turn on higher warning level in msvc for the core and libteletone and resolve warnings.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@634 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-20 00:23:25 +00:00
Anthony Minessale
8d1967d7eb
cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@633 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-19 21:34:16 +00:00
Michael Jerris
51f566fbd4
add msvc build to libteletone
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@632 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-19 21:24:29 +00:00
Anthony Minessale
cf67dbefd4
make teletone use all doubles
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@631 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-19 21:01:55 +00:00
Anthony Minessale
374097970d
cant ever get it right on the first try that'd be too easy
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@630 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-19 20:30:51 +00:00
Anthony Minessale
b3b8dc6eae
Add in new tone detection/generation library "libteletone"
...
Thanks to coppice, trixter, mikej and bkw for research, hints and or code examples.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-19 20:28:24 +00:00
Anthony Minessale
cf203f5b71
fix libresample build script
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@622 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-15 15:09:39 +00:00
Michael Jerris
8420b7e8fb
add mod_event_multicast to msvc build. Fix some warnings.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@618 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-14 22:58:07 +00:00