623 Commits

Author SHA1 Message Date
Anthony Minessale
7eba3f2b1c FS-3927 --resolve 2012-02-21 10:10:28 -06:00
Anthony Minessale
d7a37e9754 allow system API command to capture output from the executed command 2011-12-20 12:34:21 -06:00
Marc Olivier Chouinard
de6295b937 FS-3467 --resolve 2011-12-15 21:40:02 -05:00
Anthony Minessale
6e7d44af42 FS-3764 --resolve 2011-12-14 13:23:54 -06:00
Anthony Minessale
b9e28f85cb add send_info dp app and uuid_send_info FSAPI and execute_on_sip_extra_headers and api_on_sip_extra_headers handler variables 2011-11-23 15:38:59 -06:00
Anthony Minessale
0ec6b81376 FS-3706 see if this helps, otherwise can you test it on other platforms? 2011-11-19 17:10:16 -06:00
Anthony Minessale
3c9551ee90 move code from uuid_kill into core 2011-10-25 11:53:22 -05:00
Anthony Minessale
2094f2d33b add fsctl sync_clock_when_idle so you can sync the clock but have it not do it till there are 0 calls 2011-10-12 14:55:32 -05:00
Anthony Minessale
1bf97fa7ba add some more reporting data to logs 2011-10-11 15:13:23 -05:00
Anthony Minessale
256a6264d4 prevent sql injection by using sqlite formatter on various code that generates sql stmts with switch_snprintf 2011-09-29 08:28:12 -05:00
Anthony Minessale
3a2f818387 make app to turn on new zombie exec instead of always doing it 2011-09-13 17:12:37 -05:00
Anthony Minessale
910f5364a4 add threaded-system-exec param and fsctl (set it to false to use fork) 2011-09-12 14:25:01 -05:00
Michael S Collins
2fa8f11002 Update tab-complete for show cmd to include bridged_calls, detailed_calls, detailed_bridged_calls and removed distinct_channels 2011-09-09 14:50:54 -07:00
Michael S Collins
4872e6fff0 mod_commands: Add 'presence_data' field to 'show channels like xxx' list of fields. This makes anthm's trick mentioned on the mailing list even more handy. 2011-09-09 12:09:05 -07:00
Anthony Minessale
c16c74d9c0 update show calls to show both 1 legged calls and bridged calls, also show bridged_calls for previous behaviour of show calls 2011-08-01 14:43:03 -05:00
Anthony Minessale
5a4c25df29 FS-3470 --resolve 2011-08-01 08:56:40 -05:00
Jeff Lenk
5d84efc32e FS-3403 --resolve 2011-08-01 10:09:35 -05:00
Jeff Lenk
69e61f762b FS-3468 --resolve 2011-08-01 09:50:04 -05:00
Anthony Minessale
3bfbae343b re-add detailed_calls another way 2011-07-31 19:57:42 -05:00
Anthony Minessale
beecd937bf add new detailed_calls view a version of the channels table that shows only one legged calls or bridged calls 2011-07-29 13:59:31 -05:00
Anthony Minessale
f12ab59e88 omit file_string:// prefix if input begins with ~ 2011-06-28 08:25:46 -05:00
Anthony Minessale
b6fc1a5f30 FS-3372 --resolve 2011-06-27 10:09:15 -05:00
System Administrator
7eaef23955 Merge remote branch 'fsorig/master'
Conflicts:
	src/mod/applications/mod_commands/mod_commands.c
	src/mod/endpoints/mod_portaudio/mod_portaudio.c
	src/mod/endpoints/mod_portaudio/pablio.c
2011-05-26 00:13:12 -04:00
Anthony Minessale
2582bbcb36 add xml user caching mechanism 2011-05-23 17:15:37 -05:00
Moises Silva
690b3b5b72 add uuid completion to uuid_outgoing_answer
fix segfault due to typo in uuid_outgoing_answer
2011-05-09 02:32:31 -04:00
Moises Silva
45fb1725b0 added uuid_outgoing_answer to answer outgoing channels (ie portaudio endpoints) 2011-05-09 01:25:24 -04:00
Anthony Minessale
00b53a91ea FS-3277 --resolve There are actually really only 2 places where it needs the real hostname, the hostname command and the header on the events. I changed everything to the switchname because there were some more sql stmts etc in the core. 2011-04-29 10:24:50 -05:00
Anthony Minessale
73279f01bf FS-3166 --resolve 2011-04-22 16:43:29 -05:00
Anthony Minessale
82e3d49fd2 add L16 def for 32ms and allow timer matrix to drop to 1ms to support nelly 2011-04-12 09:47:11 -05:00
Anthony Minessale
008f988990 FS-3208 --resolve 2011-04-01 12:30:24 -05:00
Anthony Minessale
d5ef86d778 introduce new say_string method of doing say and use it in mod_say_en as an example. try: eval ${say_string en.gsm en current_date_time pronounced ${strepoch()}} from the cli with this patch. We can do more to centralize the say things and go back and apply it to other langs, using this method you can set the desired file ext as well which I think is a bounty.... 2011-03-29 19:55:35 -05:00
Rupa Schomaker
98a950165a FS-1792 - add API uuid_limit - thanks to François Delawarde 2011-03-28 18:24:01 -05:00
Mathieu Parent
e0a0a56f24 mod_command reg_url: correct field name 2011-02-23 01:13:00 +01:00
Anthony Minessale
017842c87f FS-3056 2011-02-15 09:45:14 -06:00
Anthony Minessale
a2c0da53f3 add centralized registration db to core db and use it from mod_sofia 2011-02-11 23:10:12 -06:00
Anthony Minessale
526e6fe48c FS-3038 2011-02-07 13:14:20 -06:00
Anthony Minessale
4ae8282e6c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
Anthony Minessale
28465f38a0 update syntax 2011-01-25 11:12:16 -06:00
Anthony Minessale
d164a79764 add moh by default to uuid_broadcast when only broadcasting to A leg
use aleg arg to disable this
2011-01-25 11:10:59 -06:00
Brian West
3734f4cd44 bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
Anthony Minessale
650393fb90 add recovery_refresh app and api and use it in mod_conference to send a message to the channel telling it to sync its recovery snapshot 2010-12-29 13:15:14 -06:00
Anthony Minessale
f6eab64c5c add uuid_buglist to fetch the current media-bugs attached to a given session uuid 2010-12-27 17:20:41 -06:00
Anthony Minessale
4d7e4f1ec2 change switch_strip_spaces to specify if you want it to dup the string or destroy the current buffer 2010-12-21 20:30:28 -06:00
Anthony Minessale
d547096164 dramatic jitterbuffer changes 2010-12-10 17:47:46 -06:00
Anthony Minessale
bbf1cd1f43 allow epoch in strftime_tz 2010-12-10 17:47:46 -06:00
Jeff Lenk
72bcc01b1d FS-2210 Add support for auto completion for uuid_simplify 2010-12-07 22:32:38 -06:00
Anthony Minessale
c4369fc84d add uuid_fileman <uuid> <cmd>:<val> <-- same vals as the callbacks in js and lua to control the currently playing file of a channel from the cli or ESL (for the people who were ignoring me on the conference call so I decided to implement it instead of try to explain it ) 2010-11-30 15:34:22 -06:00
Anthony Minessale
7bd0a5a63d FS-2833 2010-11-09 11:53:01 -06:00
Anthony Minessale
7ac78ac21a FS-2811 2010-11-01 10:25:47 -05:00
Anthony Minessale
28d02700c8 typo 2010-10-27 14:58:01 -05:00