29089 Commits

Author SHA1 Message Date
Mike Jerris
d82279f0fc Merge pull request #276 in FS/freeswitch from bugfix/FS-7638-allow-ipv4-mapped-ipv6-address-to to master
* commit '2815994647ef03fda488685899262450eb4b935c':
  FS-7638 properly match ACL with IPv4 mapped IPv6 addresses
2015-06-11 10:44:36 -05:00
Brian
2815994647 FS-7638 properly match ACL with IPv4 mapped IPv6 addresses 2015-06-11 10:41:33 -05:00
William King
67ed8f4260 FS-7373 also expose the custom repo and key path to the build-all command too 2015-06-10 22:00:46 -07:00
Anthony Minessale
7b47692597 FS-7636 #resolve 2015-06-10 16:18:39 -05:00
Michael Jerris
2cc0348422 FS-7635: remove msvc 2005 2008 and 2010 non working build systems. There are now multiple more recent (3 different ones) and some free versions of the compiler that can be used. 2015-06-10 16:33:14 -04:00
Anthony Minessale
0005a74652 lower debug message level 2015-06-10 14:41:12 -05:00
Brian
8900a450ab FS-7573 didn't mean to remove this when doing the second part 2015-06-10 09:58:02 -05:00
Brian
d76e017b6e FS-7573 #resolve second part missing for 80bit support 2015-06-10 08:24:33 -05:00
Brian
3d33556fdd FS-7573 #resolve fix 80bit tag support 2015-06-10 08:18:54 -05:00
Anthony Minessale
2e47abc9e6 FS-7602 regression from c9065a85b6ac92ef3318df2abe30395df1f3c99f (typo) 2015-06-09 15:58:46 -05:00
Michael Jerris
20f9b5c046 FS-7601: [mod_opus] remove a bounds check that can never be true in opus fec code 2015-06-09 14:43:01 -04:00
William King
18063a4754 FS-7586 #resolve handle VLC rename of the aac codec to the generic name of mpga 2015-06-08 21:27:56 -07:00
William King
257bb5c655 FS-7623 allow for custom exchange name and type for mod_amqp producers 2015-06-08 20:33:16 -07:00
William King
6484c6fc0a FS-7622 make sure to close the connections on destroy. Currently the connection is malloc'd from the module pool, so there is nothing to destroy. 2015-06-08 20:28:38 -07:00
Anthony Minessale
251c4ab439 FS-7432 send actpass on re-invites 2015-06-08 16:17:53 -05:00
Anthony Minessale
b3d2c92101 FS-7621 2015-06-08 15:06:51 -05:00
Anthony Minessale
f8853ac620 set higher flush len (wtf misssing *) 2015-06-08 13:26:14 -05:00
Anthony Minessale
0370debeee set higher flush len 2015-06-08 13:24:47 -05:00
Anthony Minessale
773cf18736 back off input buffer slower instead of flushing it 2015-06-08 13:17:52 -05:00
Anthony Minessale
96b450817a only find exact ts not a range 2015-06-08 13:17:52 -05:00
Ítalo Rossi
ca2f66217d Merge pull request #156 in FS/freeswitch from ~ITALOROSSI/freeswitch:FS-7138-mod_callcenter_reserve_agent_before_dialing to master
* commit 'bebd4c4e3e0975fb507370212abe02364f52f6cf':
  FS-7138 - new mod_callcenter param: reserve-agents
2015-06-08 12:41:33 -05:00
Italo Rossi
bebd4c4e3e FS-7138 - new mod_callcenter param: reserve-agents
Sets the agent state to Reserved before calling him. In this case,
the Agent is first updated to state Reserved ONLY if his previous
state was Waiting and status was Available/Available (On Demand).
The purpose is to avoid possible race conditions when external
applications are manipulating `agents` table.

Disabled by default.
2015-06-08 14:38:51 -03:00
William King
9ad55522a4 FS-7609 Now that libsngtc-dev and libsngtc are in the FS debian repo, enable mod_sangoma_codec 2015-06-08 09:58:38 -07:00
Mike Jerris
6fe3cfa343 Merge pull request #273 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-7620-ftmod_libpri-does-not-set-screening to master
* commit '0127e9bf47bddd6d9945da623b309ce47e4f9ab2':
  FS-7620 Correctly set calling number presentation and screening fields.
2015-06-08 10:58:09 -05:00
Matteo Brancaleoni
0127e9bf47 FS-7620 Correctly set calling number presentation and screening fields. 2015-06-08 17:54:30 +02:00
Mike Jerris
04b75faea2 Merge pull request #272 in FS/freeswitch from ~TONICH/freeswitch-fs-7612:FS-7612 to master
* commit 'b7e70bf1410f2975bfb40fc5729d8378dfea464c':
  FS-7612: callflow section in json_cdr as array.
2015-06-08 10:48:28 -05:00
Anton Schur
b7e70bf141 FS-7612: callflow section in json_cdr as array. 2015-06-08 09:40:34 +03:00
William King
d43808fd6a FS-7586 Silence the warning when the value is set to 1 in the configs 2015-06-05 22:28:59 -07:00
Anthony Minessale
31a7c446e6 FS-7479 fix regression 2015-06-05 23:46:56 -05:00
Brian
6bb8ee321a FS-7601 improve opus packet loss routines #resolve 2015-06-05 18:11:20 -05:00
Michael Jerris
90bae91af7 FS-7613: fix use after free error in switch_img_txt_handle_render 2015-06-05 17:57:06 -05:00
Ryan Lantzer
9a6344c30f Updated SKINNY on-hook action to hang up all calls on a device, except those in a short list of call states (or perform a blind transfer).
Added a hook after completing the hangup operation to start ringing if there is an inbound call active on the device.

Signed-off-by: Nathan Neulinger <nneul@neulinger.org>
2015-06-05 17:36:06 -05:00
Mike Jerris
40254d322e Merge pull request #245 in FS/freeswitch from ~SAFAROV/freeswitch-mod-radius-cdr_improvement:FS-7311 to master
* commit 'd5cc4a1d87cee1c56b54403affd23feb86cead80':
  FS-7311: Updating display name is disabled when caller_id equal "_undef_"
2015-06-05 14:18:37 -05:00
Sergey Safarov
d5cc4a1d87 FS-7311: Updating display name is disabled when caller_id equal "_undef_" 2015-06-05 21:36:10 +03:00
Ítalo Rossi
6f057b795e Merge pull request #249 in FS/freeswitch from ~SAFAROV/freeswitch-mod-radius-cdr_improvement:origin/FS-7524 to master
* commit '7e1f8bc4c7795451ee6140f65588e590cc4af024':
  FS-7524: mod_callcenter - Fixing tiers, level and position should default to 1 instead of 0
2015-06-05 13:08:58 -05:00
Sergey Safarov
7e1f8bc4c7 FS-7524: mod_callcenter - Fixing tiers, level and position should default to 1 instead of 0 2015-06-05 19:35:04 +03:00
William King
7ee90a9e2b Fix for emacs screen arrow key disease 2015-06-05 09:28:27 -07:00
Michael Jerris
e4fef7bdca FS-7610: fix gcc5 compilation issue 2015-06-05 11:41:16 -04:00
Anthony Minessale
8aea72c825 FS-7602 FS-7499 FS-7587 modify dtls init function placement 2015-06-04 20:37:15 -05:00
Brian
22335d212d FS-7601 allow setting the packet loss percentage on the encoder from the opus.conf.xml file 2015-06-04 15:57:33 -05:00
Anthony Minessale
28e0dcdc85 remove autocorrect thing from jb 2015-06-04 15:24:23 -05:00
Anthony Minessale
5c5b53a453 FS-7601 #resolve 2015-06-04 15:01:36 -05:00
Anthony Minessale
6209d91f9c FS-7479 #resolve 2015-06-04 13:16:02 -05:00
Seven Du
1f25952008 FS-7585 add bandwidth settings to flash video 2015-06-04 23:33:00 +08:00
Ken Rice
f866313835 Merge pull request #271 in FS/freeswitch from ~SILIK0N/freeswitch:FS-7607 to master
* commit '02a0a2a06897cdd044ab254f8d7f3089af3df715':
  FS-7607 #resolve #comment Update URLs to reflect https protocol on freeswitch.org websites and update additional URLs to avoid 301 redirects.
2015-06-04 09:27:59 -05:00
Christopher Rienzo
9ac95d868e Merge pull request #261 in FS/freeswitch from ~SAFAROV/freeswitch:master to master
* commit '4b9d873857a2dbef3f161f9b1ecf6c7f50b198bb':
  FS-7553: Email address is fixed
  FS-7553: New modules declaration has been sorted
  FS-7553: mod_rad_auth, mod_radius_cdr, mod_format_cdr modules declared, Build dependences declared
2015-06-04 08:18:53 -05:00
Sergey Safarov
4b9d873857 FS-7553: Email address is fixed 2015-06-04 08:48:38 -04:00
Sergey Safarov
42171579d2 FS-7553: New modules declaration has been sorted 2015-06-04 08:35:09 -04:00
Sergey Safarov
390ebac3c1 Merging in latest from upstream (FS/freeswitch:refs/heads/master)
* commit '564393cf27618ddf3140ef05f35901d6beb6dbcd': (43 commits)
  refresh checkboxes in demo
  FS-7587 #comment one profile to rule them all (part 2)
  FS-7602 FS-7499 FS-7587 #comment another refactoring pass on candidate parsing and ipv4/6 parsing (part 2)
  FS-7587 #comment one profile to rule them all
  FS-7602 FS-7499 FS-7587 #comment another refactoring pass on candidate parsing and ipv4/6 parsing
  FS-7513 make sure user does not have auto avatar when not visible
  FS-7586 Change the default min-required-recording-participants option for mod_conference from 2 to 1. #NEEDSDOCS
  FS-7602 add some of 3b2d00f3e65061393da10a4ba286ac72cdb3c16e from verto to sip and refactor some code to keep sip working like verto
  add a bit to 2db8f94ab6543018df1792663b809e77d521cab9
  FS-7258, FS-7571: [mod_xml_cdr] properly encode xml cdr for post to web server
  FS-7585 increasing AMF buffer for larger picture
  FS-7603: Implement failover for socket application
  FS-7604 #resolve
  FS-7436: [mod_opus] fix the plc counter to actually count
  FS-7436: added FEC support for mod_opus
  FS-7564 #resolve #comment [mod_rayo] Added new algorithms for offering calls to clients.    Two new params added to autoload_configs/rayo.conf.xml      offer-algorithm        all: offer to all clients (default and old behavior)        first: offer to first client, fails over to next client in list        random: offer to random client, fails over to next random client
  set affected_rows also for non-SELECT queries
  Add sip_watched_headers variable to launch events when a SIP message contains a given SIP header
  FS-7426 shouuld not be disabled on all, only squeeze and wheezy
  Fixed encoded_data_len for MODE 2400, it should be 6 bytes. Also replaced 2550 bps bitrate (obsoleted operation mode) by 2400
  ...
2015-06-04 06:50:27 -05:00
Anthony Minessale
564393cf27 refresh checkboxes in demo 2015-06-03 16:21:12 -05:00