William King
1cb7a5ba43
Clean up whitespace, and remove surplus log line at crit level. #NOWIR
2016-02-01 17:58:12 -08:00
Hesaam Farhang
dee37afbb3
FS-8737: [mod_kazoo] Add require vars to default filter
2016-01-19 11:51:19 -08:00
William King
e320f86bcb
FS-8728 Adding logging profile and functionality
2016-01-13 14:27:04 -08:00
Chris Rienzo
7aa17a9987
FS-8708 [mod_rayo] fix example configuration to map to correct DETECTED_TONE event from spandsp_start_tone_detect
2016-01-05 14:18:32 -05:00
William King
7575adcab8
FS-8692 Added functionality to mod_amqp command listener to be able to send the api response back as an event to an exchange defined in the api message headers
2015-12-28 15:17:31 -08:00
William King
65255fc8b0
Merge pull request #588 in FS/freeswitch from ~ANDEE/freeswitch:bugfix/FS-8432-wrong-timestamp-resolution-in-mpd_amqp to master
...
* commit '8c540c6632fc083b551c7e4966d72ad79b2ed0b4':
FS-8432 fixes timestamp type resolution, adds new header of type uint64 to carry microsecond resolution timestamp
2015-12-23 18:44:22 -06:00
Chris Rienzo
ef8d1c7198
FS-8619 [mod_rayo] reply with conflict stanza error if bind is attempted with duplicate JID. Improve error handling when 'ready' callback fails.
2015-12-04 17:44:53 -05:00
Andrew Cassidy
8c540c6632
FS-8432 fixes timestamp type resolution, adds new header of type uint64 to carry microsecond resolution timestamp
2015-11-10 21:04:36 +00:00
Nathan Neulinger
b9be530c38
FS-8308 need to double encode if urlencoding json that is already encoded
2015-11-04 07:22:20 -06:00
Chris Rienzo
a711b7cd88
FS-8370 #resolve [mod_rayo] found another place in <prompt> where a message was freed after being queued for delivery. This resulted in a freed object being serialized, crashing FS.
2015-10-22 23:11:31 -04:00
William King
b5301688d7
FS-8306 Now command queues can specify the queue to subscribe to. This enables very interesting use cases that would involve single job queue, and multiple consumers.
2015-10-10 16:39:53 -07:00
William King
ba63cc4574
FS-8306 #resolve if the exchange doesn't exist, then create it, else
...
fail. This resolves several error cases.
2015-10-10 16:30:28 -07:00
William King
444b9152b2
FS-8329 #resolve Also fixes default configs to keep in line with a change made for Fs-7806 FS-7803
2015-10-10 15:38:06 -07:00
Davide Colombo
c08f2e37a7
FS-8246: use seconds as default value for delay param
2015-09-30 10:36:38 +02:00
Michael Jerris
c167eb7d5d
FS-8190: fix build regression from original FS-8190 commit
2015-09-23 16:40:13 -05:00
Anthony Minessale
f8b19b7485
FS-8190 #resolve [When using nixevent, freeswitch stops sending us certain custom event that were NOT part of the nixevent command]
2015-09-21 18:00:32 -05:00
Tamas Cseke
5ab4038f23
Fix process spawing segfault
...
Don't delete spawn reply because it can cause segfault in strncmp
Check the flag instead
FS-8147 --resolve
2015-09-10 11:23:58 +02:00
Chris Rienzo
77a9aa69b1
FS-8143 #resolve #comment [mod_rayo] Fix crash caused by client disconnecting from mod_rayo while a message is being delivered to that client.
...
This is caused by the XMPP context's JID -> XMPP stream mapping not being cleaned up on XMPP stream destruction.
2015-09-09 17:06:37 -04:00
Mike Jerris
46c0d05216
FS-7966: fix more msvc 2015 build warnings.
2015-09-02 13:07:17 -04:00
Mike Jerris
3be62e292e
Merge pull request #434 in FS/freeswitch from ~VIPKILLA/freeswitch-odbc_cdr-b-leg-fix:master to master
...
* commit '00a2e4814d2b3a5fcb4fc62cb7814384afeb0d89':
FS-8044: [mod_odbc_cdr] fix how module detects b-leg
2015-09-01 12:57:48 -05:00
Chris Rienzo
070f53205e
FS-8110 #resolve #comment [mod_rayo] prompt IQ error reply was being deleted after being sent for delivery. This is incorrect since message delivery thread will clean up the message.
2015-09-01 13:44:23 -04:00
Chris Rienzo
1588ebda0f
FS-8082 #resolve #comment [mod_rayo] do not remove items from hash while iterating
2015-09-01 12:50:58 -04:00
Chris Rienzo
ed59a6286e
FS-8103 #resolve #comment [mod_rayo] handle <prompt> where <output> finishes unexpectedly before start event is received
2015-09-01 11:01:58 -04:00
Mike Jerris
5c59a0159d
FS-7966: fix more msvc 2015 warnings.
2015-08-31 17:08:52 -04:00
Michael Jerris
164c6111a1
FS-7966: remove some older versions of msvc build system as these will no longer work soon, please use 2015 instead
2015-08-31 10:19:10 -05:00
Chris Rienzo
03219436d5
FS-8054 #resolve #comment [mod_rayo] fix warning when building on Debian.
2015-08-26 10:52:33 -04:00
Emmanuel Schmidbauer
00a2e4814d
FS-8044: [mod_odbc_cdr] fix how module detects b-leg
2015-08-25 12:54:24 -04:00
Michael Giagnocavo
5e456fe9a6
FS-7966. First pass at moving to Visual Studio 2015.
...
The new C compiler breaks a lot of things. snprintf and timespec now exist, and redefining causes an error.
Many more things are warnings, so warnings-as-errors will fail - remove it from some projects for now.
V8: don't pass VS version to build batch file.
mod_sofia: Config has too-long if/elseif chain. Break this up to avoid "parser stack overflow; program too complex".
Add mod_conference.h to project and dir to includes.
2015-08-21 18:28:32 -04:00
Chris Rienzo
dff03e35cf
FS-7951 #resolve #comment completely clean up mod_rayo if it fails to load
2015-08-13 08:35:18 -04:00
Luis Azedo
4114c1d59a
FS-7806 FS-7803 #resolve
...
added new properties to amqp configuration
fixed - enable_fallback_format_fields usage, only worked on first event
added amqp_util_encode to fix routing key
2015-08-03 13:25:28 +01:00
Luis Azedo
183b51dd5c
FS-7918 small fixes in mod_kazoo
2015-07-30 16:17:09 +01:00
Emmanuel Schmidbauer
af9310ce00
add channel variable odbc-cdr-ignore-leg to ignore per leg
2015-07-10 10:10:12 -04:00
Mike Jerris
0e8ea8573b
Merge pull request #329 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-7776 to master
...
* commit 'eaf6430e0d3cb72525fbd7af4975341439d62c49':
FS-7776 #resolve add mod_kazoo to build system
2015-07-07 11:20:15 -05:00
Sergey Safarov
97ed52cbef
FS-7628: mod_erlang_event - removed unused var
2015-07-07 16:22:36 +03:00
Luis Azedo
eaf6430e0d
FS-7776 #resolve add mod_kazoo to build system
2015-07-06 23:13:00 +01:00
Mike Jerris
a817701824
Merge pull request #290 in FS/freeswitch from ~SAFAROV/freeswitch2:mod_erlang_socket to master
...
* commit '97c25275a629f88700d28513a98f234d821ac9d7':
FS-7628: mod_erlang_event - added ipv6 support
2015-07-03 18:00:08 -05:00
karl anderson
d66839debe
FS-7774 add mod_kazoo
...
#resolve
2015-07-03 22:54:47 +01:00
William King
775ce5c0a8
Adding mod_smpp as an event_handler module.
...
FS-7730 #resolve
2015-07-03 14:26:05 -07:00
Chris Rienzo
3533c653c4
FS-7752 [mod_rayo] increase maximum number of <tag> elements from 30 to 1024. This allows adhearsion to create large grammars to navigate IVR menus.
2015-07-01 11:30:39 -04:00
Sergey Safarov
97c25275a6
FS-7628: mod_erlang_event - added ipv6 support
2015-06-23 10:41:40 +03:00
Mike Jerris
2283270b8b
Merge pull request #288 in FS/freeswitch from ~MICHAELGG/freeswitch:winperf to master
...
* commit '81190c6d89aa7bedbda041c8a8519081856effff':
FS-7644. Fix build on VS2013/Win by creating and forcing nf (nofork) to true.
FS-7644. Remove non-existent projects.
FS-7644. Add switch_core_video.c and switch_vidderbuffer.c to VS2013 FreeSwitchCore.2013.vcxproj
FS-7644. Change 2013.vcxproj references to 2013
2015-06-18 15:35:02 -05:00
Sergey Safarov
53759ff143
FS-7628: Fixed name of Erlang naming daemon
2015-06-18 13:22:57 +03:00
Michael Giagnocavo
f116387443
FS-7644. Change 2013.vcxproj references to 2013
2015-06-18 04:17:53 -06:00
William King
30b83daaab
Merge pull request #197 in FS/freeswitch from ~SAFAROV/freeswitch-mod-radius-cdr_improvement:feature/timezone-support to master
...
* commit 'ce36330b5c7ecc6243994469f42659419cc590c8':
FS-7303 #comment Added adjustment of time values reported by FS server when RADIUS server located in different timezone
2015-06-15 22:49:09 -05:00
Jeff Lenk
345e50d25a
FS-7644
2015-06-11 15:29:28 -05:00
William King
9410d7c602
FS-7623 Fix param name ordering bug in mod_amqp due to exposing these params
2015-06-11 12:33:16 -07:00
Brian
2815994647
FS-7638 properly match ACL with IPv4 mapped IPv6 addresses
2015-06-11 10:41:33 -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
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