Commit Graph

  • e216bbe095 timer mojo (cont) Anthony Minessale 2007-02-07 19:01:07 +00:00
  • 66feec2da5 timer mojo Anthony Minessale 2007-02-07 18:44:00 +00:00
  • 068ced69c9 update Anthony Minessale 2007-02-07 17:19:06 +00:00
  • 8ae5585824 dft config update Anthony Minessale 2007-02-07 00:49:56 +00:00
  • 5bb82ebbf8 fix event_socket Anthony Minessale 2007-02-06 21:42:22 +00:00
  • d1d1c73390 get fs.pl up to date Anthony Minessale 2007-02-06 21:24:43 +00:00
  • 57c5be057d vg default on windows, not otherwise. Michael Jerris 2007-02-06 19:20:39 +00:00
  • b42e387938 yes virginia, sip has shortcommings Anthony Minessale 2007-02-06 19:15:26 +00:00
  • d44d8510db some more protection against printing null. Michael Jerris 2007-02-06 18:37:01 +00:00
  • abcfd13c9f don't log NULL sdp string. Michael Jerris 2007-02-06 18:27:02 +00:00
  • 608fac923a pass and decrement max_forwards across the bridge for sip Michael Jerris 2007-02-06 18:11:25 +00:00
  • 1b4e65d4a5 clarify error message. Michael Jerris 2007-02-06 17:20:33 +00:00
  • cfdd586224 add -conf, -db, and -log params to the binary to allow for running multiple copies of freeswitch concurrently on the same box. Please note that these params may change in the future. Patch from Bret McDanel. Michael Jerris 2007-02-06 17:05:14 +00:00
  • 40e96b94d6 make mysql cdr build conditional on mysql being installed. Fixes auto build of mod_cdr on machines without mysql Michael Jerris 2007-02-06 16:11:25 +00:00
  • 74c5c120af fix typo Michael Jerris 2007-02-06 06:07:23 +00:00
  • 2cc47e0a85 make from use the external sip ip when it is set instead of the bind ip. Michael Jerris 2007-02-05 23:48:12 +00:00
  • 27eed28376 doh Anthony Minessale 2007-02-05 21:10:39 +00:00
  • 7d27962689 add absolute_codec_string Anthony Minessale 2007-02-05 19:42:02 +00:00
  • c6d0188af0 get rid of _ char in special vars and add an unset dialplan app for clarity sake Anthony Minessale 2007-02-05 19:35:31 +00:00
  • 96e32a8d4c tweak Anthony Minessale 2007-02-05 17:56:09 +00:00
  • 021de27399 fix segfault on failure to create file on conference record, and deref of null on conference record. Michael Jerris 2007-02-05 02:52:34 +00:00
  • 7258d587e4 don't depend on a session c= line in the sdp and use the one from the media if it's there. Patch via jira from Mikael Magnusson Michael Jerris 2007-02-04 23:04:16 +00:00
  • ad494c1c29 small fix to dtmf handling in ivr menus Michael Jerris 2007-02-04 19:53:35 +00:00
  • e8e851731e menu->inlen is allways max bound size +1 (for terminating null) so we need to pass -1 to play or say. Michael Jerris 2007-02-04 19:38:13 +00:00
  • 3215ebfd2c use same signedness var type for ptime. Michael Jerris 2007-02-04 19:12:48 +00:00
  • df7ce0d951 don't use uninitialized value of data, return error if null fmt string passed. Michael Jerris 2007-02-04 19:12:14 +00:00
  • 357acc8117 update Anthony Minessale 2007-02-03 22:17:36 +00:00
  • fa53d0aded I...HATES...PTIME Anthony Minessale 2007-02-03 19:47:21 +00:00
  • 051ea5de5c fix events with large bodies Anthony Minessale 2007-02-03 17:06:57 +00:00
  • a2b435768c minor conference tweak (needs testing) Anthony Minessale 2007-02-03 16:44:00 +00:00
  • 17bf41e158 Initial structure for generic inband dtmf detection. NOTE: This code does not currently remove the inband dtmf tones from the stream (as that is not supported using read media bugs) and it is also COMPLETELY untested and unused anywhere. This code is there for somone who wants to implement this feature in mod_sofia to test. Michael Jerris 2007-02-03 04:09:43 +00:00
  • 5ca7037a84 tweak macro for clean build on msvc. Michael Jerris 2007-02-03 04:08:05 +00:00
  • 6f9be6bf5a bug in the bugs Anthony Minessale 2007-02-02 21:01:13 +00:00
  • 82db5e0112 fix sample calc Anthony Minessale 2007-02-02 20:28:34 +00:00
  • 9c2332830c fix Anthony Minessale 2007-02-02 00:42:20 +00:00
  • ea0a65d5ff minor adj Anthony Minessale 2007-02-01 05:23:29 +00:00
  • 59ed99a9a8 core framework for reverse media bugs Anthony Minessale 2007-01-31 23:09:33 +00:00
  • d863d8dac9 update default conf Anthony Minessale 2007-01-31 21:56:57 +00:00
  • 8439d33455 doh Anthony Minessale 2007-01-31 19:22:44 +00:00
  • 8deaa6743b only 1 call can control the ring device Anthony Minessale 2007-01-31 17:12:42 +00:00
  • 6fbea03dd8 update Anthony Minessale 2007-01-31 16:32:59 +00:00
  • e4e3673a2d resolve possible loss of data warnings Michael Jerris 2007-01-31 07:57:12 +00:00
  • 55cdd067c0 pointer truncation fix. Michael Jerris 2007-01-31 07:55:18 +00:00
  • 27f184f2bf fix windows build when there is a space in the source directory name. Michael Jerris 2007-01-31 07:54:02 +00:00
  • 8a3007536f code before declaration, and function must return value. Michael Jerris 2007-01-30 19:20:41 +00:00
  • 1a99ecc6e9 Yet another attempt to get the garbage collector code right. Patch worked out with Bret McDanel Michael Jerris 2007-01-30 18:00:58 +00:00
  • ae8d2e924f ummm.... yeah... Anthony Minessale 2007-01-30 16:37:03 +00:00
  • b16a66caac trigger dingaling rebuild Anthony Minessale 2007-01-30 15:12:31 +00:00
  • 9b474d2576 add success cause for originate Anthony Minessale 2007-01-30 03:17:10 +00:00
  • 07833b9e77 conf tweaks the series Anthony Minessale 2007-01-30 00:43:14 +00:00
  • 39119eb7a7 fix dingaling reject Anthony Minessale 2007-01-29 22:22:29 +00:00
  • 2d4d6ea756 make send_dtmf parse w and W for 500 and 1000 ms pause Anthony Minessale 2007-01-29 20:11:26 +00:00
  • d246f3a07b add queue_dtmf application, takes one param, a string of dtmf that will be queued to send from the channel. You could use this in the dialplan before a bridge to queue up dtmf to be sent to the other channel for example if you need to dial digits after answer for an fxo ata device. Michael Jerris 2007-01-29 20:06:23 +00:00
  • 9821a5237a more tweaks Anthony Minessale 2007-01-29 18:31:35 +00:00
  • a4d3d77871 fix conference parse bug Anthony Minessale 2007-01-29 18:05:22 +00:00
  • ee16b51a42 fix typo double >, fix via e-mail from Bret McDanel. Michael Jerris 2007-01-29 17:53:07 +00:00
  • 4b7f9bddf5 merge changes from ezXML 0.8.6 - fixed a bug in ezxml_add_child() that can occur when adding tags out of order - for consistency, ezxml_set_attr() now returns the tag given - added ezxml_move() and supporting functions ezxml_cut() and ezxml_insert() - fixed a bug where parsing an empty file could cause a segfault Michael Jerris 2007-01-29 16:58:37 +00:00
  • e02299f8f6 add tag to sipfrag notify packets re: pekka's advice Anthony Minessale 2007-01-29 16:54:42 +00:00
  • d783fc10c1 make sofia try harder to match the packet interval on codecs Anthony Minessale 2007-01-29 16:44:44 +00:00
  • 943105b06f few sofia cleanups complements of CtRiX (thanks for pointing them out) Anthony Minessale 2007-01-29 15:51:38 +00:00
  • db70ef2a37 codec tweaks (do a make sure) Anthony Minessale 2007-01-29 15:43:41 +00:00
  • fcb152104f this is the correct values Brian West 2007-01-29 15:34:38 +00:00
  • b2016ca6ab fix session_record api interface param handling (from prof_HATE via irc) Michael Jerris 2007-01-29 08:37:40 +00:00
  • 8d45c2e90a update to allow args to enum dialplan for lookups. Brian West 2007-01-28 21:43:00 +00:00
  • 0ed9ebe492 CODEC TWEAK Anthony Minessale 2007-01-28 17:37:51 +00:00
  • 1ef78b928f fix sleep to work right on unanswered channels Anthony Minessale 2007-01-28 03:17:12 +00:00
  • 066807ed52 tweak default conf for better first experience Anthony Minessale 2007-01-28 03:05:20 +00:00
  • 781c74fc8e add stupid 2833 crap Anthony Minessale 2007-01-28 02:38:52 +00:00
  • e887d1a543 fix (part2) Anthony Minessale 2007-01-27 18:26:17 +00:00
  • 4162f0e98f fix Anthony Minessale 2007-01-27 18:23:30 +00:00
  • b4e374af10 fix mute Anthony Minessale 2007-01-27 16:37:10 +00:00
  • 85dab893d9 A few changes: Anthony Minessale 2007-01-27 16:23:33 +00:00
  • f17eece9e3 fail the call when the best match is a codec with no name. Michael Jerris 2007-01-27 04:45:54 +00:00
  • b6bcd30dff differing const qualifiers. Michael Jerris 2007-01-27 04:44:47 +00:00
  • f11f120a05 add sip_call_id variable to sofia Anthony Minessale 2007-01-26 21:12:19 +00:00
  • 00d7e70e2d fix cause code passthrough Anthony Minessale 2007-01-26 20:39:45 +00:00
  • 28807552d0 fix horrible evil bug update to this revision at once and do a "make sure" Anthony Minessale 2007-01-26 17:52:22 +00:00
  • c48449854d add more hint info to conference xml open Anthony Minessale 2007-01-26 15:58:35 +00:00
  • a4e967a097 add more hint info to conference xml open Anthony Minessale 2007-01-26 15:48:58 +00:00
  • a5bec02bea modest rearranging Anthony Minessale 2007-01-26 15:42:38 +00:00
  • 4e75aa0b52 make conference_local_play_file honor the sound-prefix param Anthony Minessale 2007-01-25 17:26:23 +00:00
  • 86bbb55e40 make reg freq 2 sec less than you actually say to avoid crossfire and make the minimum setting be 5 Anthony Minessale 2007-01-25 14:56:32 +00:00
  • b0eb04c065 Initial Check-In of mod_lumenvox Anthony Minessale 2007-01-25 00:19:41 +00:00
  • 8662ab4882 add some more dispositions Anthony Minessale 2007-01-24 20:52:42 +00:00
  • d866c0fef8 fix typo Anthony Minessale 2007-01-24 20:28:54 +00:00
  • 618d1ef698 who thought tolower should return int?? Michael Jerris 2007-01-23 22:40:01 +00:00
  • 644131d0a2 add nonce TTL option to sofia to decide when nonce is stale Anthony Minessale 2007-01-23 22:04:05 +00:00
  • 211cac30b5 fix typo (ya ya very funny) Anthony Minessale 2007-01-23 18:22:42 +00:00
  • 23e5477ab4 add via hack for portaudio Anthony Minessale 2007-01-23 18:00:37 +00:00
  • d00baf0d09 add flags command to control mute and deaf operations Anthony Minessale 2007-01-23 16:06:25 +00:00
  • e47b8edeb3 add original combined conf as an example Anthony Minessale 2007-01-23 14:39:56 +00:00
  • bb2bbf827e void functions shouldn't return values. Michael Jerris 2007-01-23 12:50:20 +00:00
  • 8089d8ce22 use the right #define flags for permissions on open. Michael Jerris 2007-01-23 02:54:20 +00:00
  • 853e067e55 change new xml stuff to use path sep define, and to set file mode on open for write. Michael Jerris 2007-01-23 02:22:45 +00:00
  • 88b2a8655c tweak var types in xml config, change makefile to install all the new broken out xml files. Michael Jerris 2007-01-23 01:40:14 +00:00
  • 3241200072 xml preprocessor (calling all documentors and default config composers!!) Anthony Minessale 2007-01-23 01:12:47 +00:00
  • 1a25d91044 Merged changes from my branch r4024. Yossi Neiman 2007-01-22 23:33:35 +00:00
  • 26bbed3d92 Commented out the CFLAGS in mod_cdr for using my apr_queue enhancements by default. Yossi Neiman 2007-01-22 22:08:13 +00:00
  • c5d86f3e6f Merged changes in from my branch at r4020. Yossi Neiman 2007-01-22 22:03:56 +00:00
  • d3e1f400e5 tweak core for build err and add core_get_var Anthony Minessale 2007-01-22 21:59:07 +00:00