Stefan Knoblich
61960f92b6
Fix mod_console too (missing FD_ZERO before FD_SET)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13126 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-22 23:42:11 +00:00
Stefan Knoblich
0193119a5e
Do not use struct fd_set uninitialized (always FD_ZERO() them, before using FD_SET() on a new one, or reusing them after select()). Fixes a segfault on solaris
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13125 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-22 23:34:48 +00:00
Anthony Minessale
a935a03182
FSCORE-355
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13120 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-22 18:50:57 +00:00
Anthony Minessale
0f08e7db06
MODENDP-213
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13119 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-22 18:38:55 +00:00
Anthony Minessale
93489d1010
finish up last commit
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13118 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-22 18:06:34 +00:00
Anthony Minessale
2d16372659
serialize
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13116 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-22 17:41:51 +00:00
Brian West
09f6442a44
more cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13114 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-22 15:16:37 +00:00
Anthony Minessale
dd61d20987
MODAPP-264 prevent multiple bindings of the same event_hooks to make code simpler in mod_limit
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13113 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-22 15:02:32 +00:00
Michael Jerris
eafbfb388c
swigall
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13112 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 23:27:53 +00:00
Anthony Minessale
d2a2be5d6a
make state_handler macros not let you install the same one more than once
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13111 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 22:51:28 +00:00
Stefan Knoblich
130d3f3828
Change call counter status output for consistency
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13110 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 22:43:18 +00:00
Brian West
3a61fe2085
cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13109 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 22:26:21 +00:00
Brian West
80088d59e3
thanks stnk
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13108 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 22:02:20 +00:00
Brian West
377d0b6f2d
hrm, remove the uppercase first letter on these.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13106 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 20:24:44 +00:00
Anthony Minessale
1797ffc016
add record_ms, record_samples, playback_ms and playback_samples chanvars
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13105 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 19:32:55 +00:00
Anthony Minessale
b83524217b
increase sanity timer for conference auto-record to 120 seconds
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13104 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 18:53:54 +00:00
Anthony Minessale
131be776f1
add calls count and failed calls count to sofia profile sorted by direction
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13103 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 17:47:22 +00:00
Anthony Minessale
c253d41d75
fix arg parsing in new command
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13102 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 17:41:54 +00:00
Anthony Minessale
5b5d8da571
add echo api command (echo back exact input)
...
add expand api command (executes another api command with variable expansion)
e.g. expand originate sofia/default/1000@${some_domain}
e.g. expand uuid:958b6c3c-2e82-11de-a717-2731820639f9 echo ${variable_read_codec}
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13101 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 14:57:43 +00:00
Anthony Minessale
f94ea75494
MODAPP-263
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13099 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 13:23:38 +00:00
Anthony Minessale
e36f452f70
try to flag CNG frames MODOPAL-6
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13098 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 13:11:32 +00:00
Anthony Minessale
26e84c8713
don't do wrapup when agent is in nowait mode or call has ended
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13094 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 02:21:34 +00:00
Mathieu Rene
7da470f67c
Fix them all while we're at it
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13092 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 01:02:45 +00:00
Stefan Knoblich
979c37786c
duh, much better (and faster) this way, thanks mrene and mikej... forgot we added this one to speed things up
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13091 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 00:54:50 +00:00
Stefan Knoblich
0412ae8e9c
snprintf needs a format string too, and write has the warn_unused_result attribute set, so store the return value somewhere
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13090 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 00:44:33 +00:00
Stefan Knoblich
cfab5f6193
switch_add_event_header needs a format specifier, or >=gcc-4.3 will be very unhappy...
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13089 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-20 23:53:24 +00:00
Anthony Minessale
5e2e0b36a7
add sip info to event_socket gateway
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13088 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-20 19:00:39 +00:00
Anthony Minessale
32e2fddef3
ndlb_sendrecv_in_session var NDLB-sendrecv-in-session profile option to reverse the effects of MODENDP-148
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13084 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-20 17:07:54 +00:00
Giovanni Maruzzelli
56596b4e88
skypiax: great startup speedup in Windows (using only one Broadcast sendmessage for each interface hunting)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13083 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-19 22:44:45 +00:00
Steve Underwood
43f2f2faa5
Introduction of the skeleton of a media bug implementing a T.38 gateway, so the
...
related infrastructure work can take place around it.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13082 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-19 11:46:26 +00:00
Stefan Knoblich
fb449e972e
Libtool build fix for mod_perl: use LIBTOOL_LIB_EXTEN to make libtool-2.2 happy and CXXLINK since we are linking a C++ lib
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13080 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-17 20:21:35 +00:00
Brian West
97c76b2563
swigall
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13077 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-17 14:06:17 +00:00
Anthony Minessale
dc1a0acdaa
up
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13070 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-17 03:38:40 +00:00
Anthony Minessale
325056049d
clue choo
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13068 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-17 03:03:20 +00:00
Andrew Thompson
d2bede71f5
Reply appropriately to net_adm:ping()
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13066 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-16 23:02:41 +00:00
Anthony Minessale
63fd842b3d
autoflush on bridge and add bridge_hangup_cause variable to indicate the hangup cause of the last bridged channel
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13065 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-16 22:13:55 +00:00
Anthony Minessale
b7775547b3
autoflush these channels that use queues
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13057 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-16 14:26:50 +00:00
Mathieu Rene
98a7172281
xml_config: Fix issue where default NULL strings were ignored on reload
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13052 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-16 02:26:32 +00:00
Rupa Schomaker
de0696d414
update xml config callback code
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13051 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-16 01:54:15 +00:00
Rupa Schomaker
8f66c816b7
cleanup xml config handling
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13050 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-16 01:32:34 +00:00
Robert Joly
cb3b46f167
Fixed ability to send a string as user indications (DTMF) thanks Peter Olsson
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13049 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-16 01:14:12 +00:00
Rupa Schomaker
ab7c282076
set perpetual_sound from channel var
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13048 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 23:36:34 +00:00
Anthony Minessale
00139e9502
fix fifo issues
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13047 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 22:01:27 +00:00
Brian West
e9d784254f
setting the moh_sound from a variable
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13042 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 19:36:33 +00:00
Brian West
f60102f905
MODAPP-189
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13038 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 17:55:30 +00:00
Anthony Minessale
e40bd3924e
MODAPP-260
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13036 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 16:55:18 +00:00
Anthony Minessale
36c60d02bb
prevent endless loop (just in case)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13034 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 16:45:40 +00:00
Anthony Minessale
b805a45207
remove unused var from last patch
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13033 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 16:08:42 +00:00
Anthony Minessale
9be2c19588
SFSIP-86
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13032 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 16:03:44 +00:00
Anthony Minessale
708043d677
MODAPP-259
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13030 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 15:22:47 +00:00