Anthony Minessale
07a7b6e54a
update dingaling to be able to use TLS jabber servers such as googletalk
...
see sample config for new options.
the dingaling library has changed so you must rebuild it
rm libs/libdingaling/.complete
make installall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2251 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-08-11 00:24:38 +00:00
Michael Jerris
1228090736
update trixtel regex to work better
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2195 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-28 04:57:58 +00:00
Anthony Minessale
9c79c2a3fb
Add mod_event_socket remote client module and sample client.
...
To Test:
uncomment or add from modules.conf
make installall again to compile it
uncomment the load line from freeswitch.xml
the default values are to bind to 127.0.0.1 port 8021
telnet to port 8021
enter "auth ClueCon" to authenticate
from here you can do the following:
*) events [xml|plain] <list of events to log or all for all>
*) noevents
*) log <level> // same as the console.conf values
*) nolog
*) api <command> <arg>
*) exit
there is a perl client in scripts/socket called fs.pl
with the module up and loaded:
cd scripts/socket
perl fs.pl <optional log level>
you can enter a few api commands like "show or status"
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2047 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-22 21:49:52 +00:00
Anthony Minessale
240b5439fe
make mod_portaudio start by default
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2008 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-20 03:38:27 +00:00
Anthony Minessale
4aa4687836
update example
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1979 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-19 13:29:03 +00:00
Anthony Minessale
e73ee221d2
add mod_dptools, for set variable and sleep from the dialplan
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-13 13:20:20 +00:00
Anthony Minessale
c36145e58b
update config
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1820 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-10 22:27:15 +00:00
Anthony Minessale
b63a0c80d2
duh
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1790 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-07 19:07:41 +00:00
Anthony Minessale
47b3010ce7
fix param names
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1789 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-07 19:07:07 +00:00
Anthony Minessale
b5a19020f7
add session counter and make all sessions hang up elegantly on shutdown
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1788 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-07 18:59:14 +00:00
Anthony Minessale
ecb7c08923
Add volume, gain and energy controls.
...
DTMF:
1 = volume down
2 = volume default
3 = volume up
4 = gain down
5 = gain default
6 = gain up
7 = energy level down
8 = energy level default
9 = energy level up
* = toggle mute + deaf
0 = toggle mute
# = quit
new api commands to adj volume, gain and energy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1787 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-07 16:47:20 +00:00
Anthony Minessale
ee5e2e0994
add a new software conference module (mod_conference)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1770 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-06 20:12:53 +00:00
Michael Jerris
97eb607fcd
fix toll free regex
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1644 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-06-17 17:09:25 +00:00
Anthony Minessale
ae81787816
ivr stuff (part 3)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1575 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-06-08 19:31:12 +00:00
Anthony Minessale
9a43ccab24
add mod_rss
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1551 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-06-06 23:07:37 +00:00
Anthony Minessale
cd3e5e83c2
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1548 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-06-06 16:22:08 +00:00
Michael Jerris
d16e0faea7
add toll free termination to the default sample dialplan.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1546 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-06-06 02:52:26 +00:00
Anthony Minessale
0019a2df8b
add auth to xmlrpc
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1530 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-06-01 17:16:15 +00:00
Anthony Minessale
160fe134e6
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1526 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-30 17:47:07 +00:00
Anthony Minessale
baa257f2fe
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1513 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-27 00:24:32 +00:00
Anthony Minessale
ab3f42c9c4
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1508 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-26 16:00:08 +00:00
Anthony Minessale
75c0ab62b2
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1500 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-24 16:16:03 +00:00
Anthony Minessale
79dcf1969a
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1499 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-24 16:10:05 +00:00
Michael Jerris
31ee0d59fc
normalize configuration parameters to use - instead of _.
...
Break everybody's configuration.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1475 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-16 17:08:21 +00:00
Anthony Minessale
9def695568
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1452 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-12 21:19:42 +00:00
Anthony Minessale
ce4b769c8a
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1451 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-12 21:13:54 +00:00
Anthony Minessale
6c0016864c
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1450 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-12 20:11:54 +00:00
Anthony Minessale
050b05861c
format
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1447 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-12 19:36:05 +00:00
Anthony Minessale
d53d9d3997
rearrange some things please see conf/freeswitch.xml as there is a significant change to the conf that will break your stuff
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1446 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-12 19:28:21 +00:00
Anthony Minessale
1dfa2ce576
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1443 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-12 13:46:18 +00:00
Anthony Minessale
3c3df4df3d
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1440 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-12 01:13:55 +00:00
Anthony Minessale
97376c095e
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1405 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-10 03:51:35 +00:00
Anthony Minessale
93666f6dd7
XMLification (wave 1)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1401 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-10 03:23:05 +00:00
Anthony Minessale
ccab39a2e7
break some more stuff
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1319 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-02 17:42:24 +00:00
Anthony Minessale
397bf1bffc
change dingaling to break everybody
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1318 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-02 16:43:13 +00:00
Anthony Minessale
a9f86cb58a
add VAD
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1222 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-21 22:31:08 +00:00
Anthony Minessale
f69777b251
update ip binding stuff to match
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1212 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-20 02:14:09 +00:00
Anthony Minessale
11c738f0e9
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1210 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-20 02:09:14 +00:00
Anthony Minessale
453b85ba9f
add ilbc
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1200 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-19 19:05:44 +00:00
Anthony Minessale
207ffdfccd
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1190 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-18 21:32:43 +00:00
Anthony Minessale
0e0e1e3673
make dingaling need talk in the resource to clear up collisions
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1159 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-14 18:10:24 +00:00
Michael Jerris
d0a103a343
Addition of mod_syslog for *nix. Thanks to James Martelletti.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1158 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-14 16:45:31 +00:00
Michael Jerris
ecc2a3baa1
let iax bind to specific ip (rm libs/iax/.complete next time you build)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1134 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-13 01:05:47 +00:00
Brian West
a9a23aed22
file/func specific logging
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1128 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-12 17:51:47 +00:00
Brian West
559b8ab26c
Gut Logger and put it back modular style
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1117 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-11 21:13:44 +00:00
Anthony Minessale
3c95e314fc
SRTP should work now
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1111 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-10 22:03:38 +00:00
Anthony Minessale
6fe3876c97
adjust configs last few commits bring things into more uniform configs
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1080 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-07 01:40:12 +00:00
Anthony Minessale
0af60e1b2f
move CNG into the core and rearrange a few things
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1066 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-06 19:50:53 +00:00
Anthony Minessale
46737750ab
update conf
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1057 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-05 22:58:10 +00:00
Anthony Minessale
b71c36b138
add stun to dingaling
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1050 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-05 20:22:05 +00:00
Anthony Minessale
5c5a0fe70b
add mod_commands
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1045 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-04 22:03:59 +00:00
Anthony Minessale
a3e7b59de6
Addition of libdingaling and mod_dingaling to enable jingle support
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@995 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-03-31 19:38:09 +00:00
Anthony Minessale
38d680864c
update default conf file
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@984 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-03-30 23:06:47 +00:00
Michael Jerris
124f7d234c
build tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@795 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-03-08 02:38:38 +00:00
Michael Jerris
ff4c3c1a42
water down default build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@794 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-03-08 02:18:35 +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
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
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
ebfc333dc6
add files to go with previous commit
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@617 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-14 21:18:27 +00:00
Anthony Minessale
847b7160bd
Add multicast event module
...
This does 2 things when loaded:
1) All events are serialized and sent to the multicast destination.
2) Any serialized event received on the socket will be reconstituted into
an event and fired on the local box
So, if you make another local event handler listen for the custom event from
mod_event_multicast "multicast::event" you will be able to react to events
on other instances of FreeSWITCH
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@616 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-14 21:13:53 +00:00
Anthony Minessale
5d8283c4ad
make new modules.conf OS independant
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@613 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-14 17:31:20 +00:00
Anthony Minessale
cb463b4e52
Make optional modules.conf that allows you to pick the module load order
...
and to exclude some modules. (see example in trunk/conf)
Make ';' a valid comment in config files
Interpret a line in config files beginning with "__END__" as eof
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@608 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-14 16:26:24 +00:00
Anthony Minessale
176908397b
add zerconf (the howl depend lib needs work sigh)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@606 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-13 23:59:14 +00:00
Anthony Minessale
146a819fdf
add dialplan module to use new directory stuff. (you can get dialplan from ldap now)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@582 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-10 02:13:51 +00:00
Anthony Minessale
4dc97fbc23
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@472 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-29 01:44:57 +00:00
Anthony Minessale
5d0589e64e
fix conf url
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@467 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-27 23:54:45 +00:00
Anthony Minessale
613060fd29
IVR groundwork (move playback into the core and add timing option)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@447 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-26 17:57:25 +00:00
Anthony Minessale
abbb770064
regex(pcre) example conf
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@445 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-26 01:24:16 +00:00
Anthony Minessale
32273a0c3f
xmppmas
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@196 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-12-23 02:24:56 +00:00
Anthony Minessale
e59b65efa6
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@103 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-12-09 23:14:09 +00:00
Anthony Minessale
8fab3d501f
Add portaudio files
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@95 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-12-08 23:10:59 +00:00
Michael Jerris
a12e44e6f2
Put sample conf files where they belong so they are there when you try to run in debug mode.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@60 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-20 02:19:24 +00:00
Michael Jerris
af43554c83
Moved remotely
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@46 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-19 20:08:48 +00:00