Commit Graph

7654 Commits

Author SHA1 Message Date
Anthony Minessale b5f08ca5ce add show distinct_channels (mix of show channels and show calls)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13944 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-25 00:03:41 +00:00
Michael Jerris 1c3dc48401 fix build failure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13941 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-24 16:27:28 +00:00
Brian West de4ca9561b swigall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13938 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-24 16:07:38 +00:00
Brian West 643722db5f mod_sofia: Dereferencing a null pointer causes segfault: sofia_handle_sip_r_invite doesn't check profile->extsipip before use (FSCORE-386)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13937 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-24 16:04:05 +00:00
Michael Jerris 6348359d95 change odbc handling in code to be runtime instead of build time
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13936 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-24 16:02:43 +00:00
Brian West f7d99cf948 can't change behavior global user and pass alone MUST work as it did before
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13935 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-24 15:52:03 +00:00
Christopher Rienzo 3a878e92e5 use inline: for inline grammars. local files are now handled like mod_pocketsphinx
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13927 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 23:28:09 +00:00
Anthony Minessale 1a72f31cc8 FSCORE-385
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13925 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 21:41:22 +00:00
Brian West 984d2f9dd1 addition register_proxy issues
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13914 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 19:38:14 +00:00
Brian West dd3dca45a5 swigall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13913 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 18:58:46 +00:00
Brian West f19b086454 mod_xml_rpc: xmlrpc fails to check security restrictions (MDXMLINT-53)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13912 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 17:57:17 +00:00
Brian West c7700294c9 mod_sofia: use the register proxy for the R-URI on register when register-proxy is set (MODSOFIA-12)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13911 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 17:52:46 +00:00
Brian West 93da71f963 add language weight to pocketsphinx
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13910 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 17:28:00 +00:00
Brian West 1deab52304 changing to standard XML format
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13908 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 15:22:20 +00:00
Anthony Minessale 96ab68c6f1 add wan.auto acl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13905 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 13:40:29 +00:00
Anthony Minessale dbb8d6563a set sound path in say app
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13904 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 13:40:07 +00:00
Andrew Thompson dbe85eb87f bzero -> memset (so mike won't yell at me)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13902 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 01:02:19 +00:00
Andrew Thompson 11ca616ea5 Add initial support for multicast peer up/down state tracking
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13901 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 00:59:03 +00:00
Andrew Thompson c872e09265 Unify outbound session cleanup code, possibly fixes MODEVENT-47
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13900 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-22 23:38:23 +00:00
Brian West 1b14c58aea MODAPP-287
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13897 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-22 18:55:15 +00:00
Brian West 49c1dc415f mod_shout: bring media back so telecast of a no-media call will work. (MODFORM-28)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13895 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-22 18:42:16 +00:00
Brian West f618475c67 fix segfault on reinvite on nomedia call when using uuid_media
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13894 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-22 18:37:07 +00:00
Brian West d44d407614 mod_sndfile: fix off by one error (MODFORM-29)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13890 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-22 14:35:09 +00:00
Michael Jerris 11d53ae7dc mod_sofia: fix segfault on refer with no content-type or body (SFSIP-153)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13889 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-22 14:12:35 +00:00
Brian West 809d30254e move this to debug and profile->debug so that its not on unless you enable the profile debug also.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13887 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-22 02:52:31 +00:00
Mathieu Rene a6db0cf42f mod_voicemail: implement reload in non-blocking way
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13884 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-20 19:55:30 +00:00
Rupa Schomaker 83dc65aa70 MODAPP-292
del with changed config api in rev 13878


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13883 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-20 14:09:35 +00:00
Mathieu Rene b610bf2f9f Implement new config parser in mod_voicemail
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13879 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-20 03:37:15 +00:00
Mathieu Rene ca5bc07f48 Implement new config parser in mod_voicemail
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13878 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-20 03:32:29 +00:00
Michael Jerris 786c7710f1 trivial build fix (FSBUILD-174)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13877 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-20 03:29:55 +00:00
Mathieu Rene b8fe3c3273 Implement new config parser in mod_voicemail
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13876 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-20 03:29:43 +00:00
Anthony Minessale bb4e586551 MODENDP-222
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13875 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 20:49:18 +00:00
Andrew Thompson 48885edcff Move mutex into the global struct, don't leak on config reload (thanks Math)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13873 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 19:35:02 +00:00
Andrew Thompson 886f2c5548 Make mod_event_multicast re-read its config on RELOADXML (partially)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13872 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 19:24:23 +00:00
Christopher Rienzo 163f5da3d8 Add support for host byte ordered L16 from UniMRCP. We need UniMRCP r995 now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13871 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 18:51:01 +00:00
Andrew Thompson 41daa117e9 Whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13870 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 17:51:18 +00:00
Raymond Chandler fa7b79e19c this should handle all cases now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13869 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 17:48:49 +00:00
Andrew Thompson 1688e31e6a Switch to cipher-block-chaining, add a magic byte sequence to check for sucessful decryption and fix some null termination issues
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13868 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 17:47:09 +00:00
Anthony Minessale b068f8e7b8 FSCORE-384
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13866 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 17:23:57 +00:00
Mathieu Rene a7794f13a8 MODENDP-221
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13865 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 15:48:23 +00:00
Brian West c4f5aee10a refactor fs_path path from Math.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 15:35:26 +00:00
Raymond Chandler 1a143ba260 adding support for routing by intrastate rates... still need work on the api command
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13863 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 14:46:51 +00:00
Michael Jerris 6f6af777c7 msvc build fixes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13860 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 04:42:39 +00:00
Andrew Thompson ff3e7f3f0f Only complain about unexpected exits if the call isn't already hungup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13857 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 01:48:59 +00:00
Andrew Thompson b63e09716a Taking a stab at MODEVENT-47
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13856 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 00:51:53 +00:00
Anthony Minessale 1778578b1e del buffer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13853 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 23:03:54 +00:00
Anthony Minessale d6ace6e831 add rate and channel count params to executed command
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13852 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 22:52:20 +00:00
Anthony Minessale 85e4831dfb add mod_shell_stream
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13851 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 22:36:51 +00:00
Anthony Minessale cdd0bcfdf3 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13847 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 19:47:29 +00:00
Mathieu Rene 1d4944f663 Fix bad ptr in mrcp profile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13845 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 18:26:50 +00:00
Anthony Minessale f9642e96c7 add local_var_clobber variable for {} to set if [] vars should clobber {} vars (default false)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13842 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 16:35:41 +00:00
Anthony Minessale 4a24f3a8f2 dont put params in chan names on sofia urls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13841 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 15:59:28 +00:00
Christopher Rienzo c5da61c1df MODUNIMRCP-1 thanks raul
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13833 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 13:19:31 +00:00
Michael Jerris 832bab2a4a build as c code again.. now that this is fixed in core for windows.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13830 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 06:08:02 +00:00
Mathieu Rene 9482850a83 Fix up SWITCH_CONFIG_ITEM_STRING_STRDUP to please windows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13829 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 06:01:45 +00:00
Andrew Thompson 889c336411 Initial decryption support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13828 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 04:20:45 +00:00
Andrew Thompson 94daf904b3 Fix offset
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13827 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 04:19:42 +00:00
Andrew Thompson f17991b722 Use OpenSSL to optionally use a pre-shared key to encrypt multicast packets (no decryption yet)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13826 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 02:19:13 +00:00
Michael Jerris dd1ab225dc fix mac build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13824 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 22:09:42 +00:00
Michael Jerris 2ab491b1cd fix mac build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13823 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 21:40:22 +00:00
Andrew Thompson 0c1a558520 Whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13821 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 20:43:54 +00:00
Andrew Thompson 5ed15f5555 put OPENSSL_CFLAGS and LIBS in modmake.rules.in at MikeJ's suggestion
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13820 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 20:39:08 +00:00
Andrew Thompson 65f6e2a23b Switch mod_event_multicast over to using a Makefile.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13819 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 19:53:38 +00:00
Michael Jerris 3678092f63 initial bits of mod_unimrcp windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13818 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 19:52:25 +00:00
Michael Jerris c90c4a54d5 tweak xml_config types
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13817 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 19:49:00 +00:00
Michael Jerris f0add117d2 fix C++ build and a segfault
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13816 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 19:46:45 +00:00
Michael Jerris d3abaadc85 fix some windows errors (WIP)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13815 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 18:34:42 +00:00
Christopher Rienzo c6d71cc647 destroy speech channel hashes on close, module hashes on shutdown
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13812 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 13:26:04 +00:00
Christopher Rienzo df78cceab5 specify tts profile with sh->param
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13811 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 12:48:05 +00:00
Giovanni Maruzzelli 6303e249c0 skypiax: removed FARMING ifdefs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13810 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 11:12:58 +00:00
Brian West f2dd116832 fix new line on this debug print
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13804 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 04:53:04 +00:00
Andrew Thompson 3c2d4f9912 Make ttl configurable for event_multicast
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13802 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 04:15:45 +00:00
Andrew Thompson 8b6143fb38 int32_t -> uint8_t
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13800 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 03:44:47 +00:00
Andrew Thompson d195845e5c Wrap apr_mcast_hops as switch_mcast_hops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13799 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 03:36:45 +00:00
Michael Jerris dfbd361b9d working on build integration for libunimrcp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13793 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 22:41:26 +00:00
Christopher Rienzo 4691e9157d FS config / start timers fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13792 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 22:38:55 +00:00
Brian West ec90221783 Adding mod_unimrcp still needs more testing and some tweaks to config engine... do not forget to come to ClueCON http://www.cluecon.com
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13788 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 21:56:59 +00:00
Anthony Minessale b164cbfe9c init buffer in lead out on speak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13787 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 21:33:31 +00:00
Andrew Thompson d03163bf5d Fix multicast replication of sofia registrations (OKed by anthm)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13786 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 18:46:28 +00:00
Anthony Minessale e57ccc74b6 declinatio mortuus obfirmo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13784 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 17:39:03 +00:00
Michael Jerris 471b78b784 attempt to fix SFSIP-150
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13783 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 16:06:37 +00:00
Brian West cfca5b4127 swig all
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13782 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 14:02:21 +00:00
Michael Jerris 5135dc03df fix seg in some edge cases
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13781 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 13:41:01 +00:00
Brian West 5d03cd94da revert as per anthm
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13777 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-15 21:20:01 +00:00
Anthony Minessale 1b6303645c tweak to rtp timing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13775 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-15 18:10:27 +00:00
Anthony Minessale 3ebea4d715 FSCORE-382
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13774 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-15 16:01:45 +00:00
Anthony Minessale 9675a6e24b record_sample_rate variable influences the rate record app will use
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13769 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-12 16:06:34 +00:00
Anthony Minessale 9fa25cebce record_sample_rate variable influences the rate record app will use
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13768 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-12 16:02:23 +00:00
Anthony Minessale 566e56b192 record_sample_rate variable influences the rate record app will use
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13767 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-12 15:59:19 +00:00
Andrew Thompson a0c5978a84 Huh, I guess that was a socket not a file descriptor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13766 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-11 23:48:08 +00:00
Andrew Thompson b32ea95f68 Add sorta working win32 support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13764 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-11 22:29:37 +00:00
Raymond Chandler 942269648d remove pre_order stuff which was an "abortive attempt to avoid custom sql" :-)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13763 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-11 21:20:42 +00:00
Anthony Minessale 2eac35df99 increase compat on NDLB-to-in-200-contact to handle NAT
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13759 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-11 17:17:52 +00:00
Michael Jerris 9ea470710d code before declaration (FSBUILD-172)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13755 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-11 15:59:08 +00:00
Darren Schreiber 2ff2a18b61 Fix a deadlock in last commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13754 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-11 03:42:01 +00:00
Darren Schreiber 99fb025748 Fixed nibblebill to bill on call start
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13753 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-11 02:59:24 +00:00
Andrew Thompson 42f6d3ff4a Use SWITCH_XML_SECTION_MAX
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13751 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-10 21:17:42 +00:00
Michael Jerris 02af5a516c bounds checking (FSCORE-380)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13750 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-10 18:02:08 +00:00
Brian West b5c71a4e46 ok now you can specify the dictionary to use in the config file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13747 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-10 14:51:15 +00:00
Mathieu Rene 4348c7bca2 FSCORE-379
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13746 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-10 06:39:08 +00:00
Mathieu Rene 8e1c188d40 Add SWITCH_XML_SECTION_MAX to switch_xml_section_enum_t
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13745 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-10 05:08:53 +00:00
Mathieu Rene 9918f70540 switch_xml_locate: don't parse the binding section at every iteration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13744 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-10 05:03:07 +00:00
Mathieu Rene aa9c6dae2f inet_pton.c needs switch.h for SWITCH_DECLARE
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13743 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-10 01:02:48 +00:00
Mathieu Rene 9912427cd4 sigh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13742 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-10 00:55:55 +00:00
Mathieu Rene 3fd2044877 Also export switch_inet_pton
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13741 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-10 00:48:35 +00:00
Mathieu Rene f7f48fef3c fix switch_false() logic for numbers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13740 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-10 00:14:11 +00:00
Mathieu Rene 965023a8eb doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13739 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-10 00:07:10 +00:00
Mathieu Rene 374997f2c1 Export swtich_inet_ntop so modules can use it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13738 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-10 00:04:29 +00:00
Brian West a7a726a887 costmetic change so outbound srtp doesn't show up as (null)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13737 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 23:17:50 +00:00
Brian West 1d05845368 SFSIP-151 thanks good catch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13736 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 20:16:01 +00:00
Anthony Minessale 55c8fbad76 add sofia tracelevel <level> and tracelevel param in <settings>
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13735 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 19:52:07 +00:00
Brian West c64b31c12c improve handling of 302 redirect and add option to handle them in the dialplan if needed. Also all redirects back to ourself will be transfered to the dialplan automatically now bypassing the loop.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13734 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 19:05:11 +00:00
Mathieu Rene 75797d5071 Revert 13615
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13733 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 19:00:15 +00:00
Michael Jerris e65d3da3b4 fix msvc build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13730 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 17:40:07 +00:00
Anthony Minessale 35b2575b32 increase cond_next time to 10ms
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13727 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 17:26:15 +00:00
Brian West 3022f3d96a fix memory leak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13726 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 17:25:20 +00:00
Michael Jerris 6970541683 strip_uri -> sofia_glue_strip_uri
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13724 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 16:33:33 +00:00
Brian West 41a478c0d0 you know don't store the transport on the aor becuase then everyone has to match... bad bad bad
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13723 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 16:10:12 +00:00
Michael Jerris 9f1d551d17 mod_python: fix seg on unload when scripts are running (MODLANG-107)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13721 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 15:09:39 +00:00
Brian West 7d597b996b don't let 0.0.0.0 be valid for upnp because some devices that are not internet gateways will return this ie printers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13720 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 14:40:27 +00:00
Brian West 5be36368c3 MODENDP-225
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13719 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 14:13:32 +00:00
Mathieu Rene 3b01a6d94b mod_nibblebill: move return statement inside odbc ifdef
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13718 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 13:50:11 +00:00
Andrew Thompson 696285a98f Blindly adding winsock support, I'll test it when I get to a windows machine
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13717 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 05:24:55 +00:00
Michael Jerris 890b4f4e02 build: clean/uninstall disabled modules as well (FSBUILD-85)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13716 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 03:25:48 +00:00
Brian West a1e5add731 don't print misleading info here either if nat_type isn't set even if the add is a no_op
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13705 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-08 23:28:51 +00:00
Brian West e44ef22b23 don't print misleading info when nat_type isn't set on auto_nat
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13704 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-08 23:26:30 +00:00
Brian West 9a7190f07c remove accidental addition
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13700 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-08 22:10:11 +00:00
Brian West 4bdd55dd0b fix Makefile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13699 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-08 22:06:52 +00:00
Anthony Minessale ab568f3589 patch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13694 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-08 21:52:50 +00:00
Michael Jerris 389bc359c5 fix div by zero
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13669 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-08 14:45:40 +00:00
Giovanni Maruzzelli 0b0d4077c1 skypiax: now it manages the REMOTEHOLD status, when the remote party puts the call on-hold
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13667 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-06 23:59:27 +00:00
Giovanni Maruzzelli e8a262b729 skypiax: insert the delay ONLY if the broken message is 'ERROR 92 CALL: Unrecognised identity': when repeatedly you try to connect to non-existing Skype account in a short period, the Skype client send you back the two halves of the message 'ERROR 92 CALL: Unrecognised identity' inverted in a way that breaks the flux of the API messages. Maybe an anti-spam feature? Anyway, let's try to work around it and restore sanity with a 1 second delay
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13666 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-06 20:31:01 +00:00
Mathieu Rene 7a34d5bafb xml_config tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13665 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-06 19:10:37 +00:00
Giovanni Maruzzelli 8942627040 skypiax: the Skype client sends us BOTH inband and out_of_band DTMFs, no way to shut the inbands. Let's intercept the out_of_bands ONLY if we are not bridged (eg: IVR, so not to waste CPU in detecting inband), but not propagate the out_of_band DTMFs if we are bridged (inband ones will be propagated)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13664 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-06 18:15:26 +00:00
Giovanni Maruzzelli 0b18987f9e skypiax: when repeatedly you try to connect to non-existing Skype account in a short period, the Skype client send you back the two halves of the message 'ERROR 92 CALL: Unrecognised identity' inverted in a way that breaks the flux of the API messages. Maybe an anti-spam feature? Anyway, let's try to work around it and restore sanity with a 1 second delay
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13663 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-06 16:36:26 +00:00
Mathieu Rene 10b0f71114 MODAPP-286
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13662 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-06 11:31:37 +00:00
Mathieu Rene b317e46aae Add support for coma-delimited lists in a user's cidr attribute
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13661 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-06 01:37:26 +00:00
Anthony Minessale f9569fcf5d picky compilers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13659 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 22:00:10 +00:00
Anthony Minessale 9300e0ad70 picky compilers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13658 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 21:55:02 +00:00
Anthony Minessale 29b9067d3e picky compilers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13657 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 21:36:52 +00:00
Anthony Minessale 5abb525491 picky compilers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13656 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 21:23:37 +00:00
Anthony Minessale 1e3e07a42e picky compilers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13655 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 21:04:37 +00:00
Anthony Minessale 151275db20 picky compilers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13654 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 21:03:01 +00:00
Michael Jerris 1cceadfe97 fix msvc build error
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13653 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 20:57:40 +00:00
Brian West 7b55bfafa2 swigall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13652 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 20:57:37 +00:00
Anthony Minessale 19f7c84d44 picky compilers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13651 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 20:57:34 +00:00
Brian West 77ab8665ce move this debug line back to the right place
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13650 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 20:37:43 +00:00
Anthony Minessale 213a372b11 add padding to cycles on session_record
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13648 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 19:52:02 +00:00
Anthony Minessale e346b6dca7 add usec delta to log
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13647 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 19:49:19 +00:00
Brian West 35c1d7bec7 Mirror back the port so people don't ask why its ZERO
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13646 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 19:31:25 +00:00
Anthony Minessale 1bab5e4f03 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13645 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 19:07:58 +00:00
Michael Jerris 2472bddddf fix prototype
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13639 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 16:19:03 +00:00
Michael Jerris d2821be945 mod_conference: don't transfer back to the same conference
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13638 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 16:16:56 +00:00
Mathieu Rene 3821b38d34 Use a new natpmp_t object for every request
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13636 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 15:01:54 +00:00
Mathieu Rene dd3ad37b13 fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13635 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 14:39:28 +00:00
Buklov Boris Vladimirovich 81f5f28b6f add new rule
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13631 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 07:41:22 +00:00
Brian West bf7120ea8f fix this cuz its wrong
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13630 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 04:12:26 +00:00
Mathieu Rene b633d3298e add an external port output parameter to switch_nat_add_mapping and use it in sofia_glue_tech_choose_port
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 02:30:44 +00:00
Mathieu Rene 60ec88985a oops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13628 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 01:46:09 +00:00
Mathieu Rene dfaf607e6d oops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13627 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 01:17:59 +00:00
Mathieu Rene 35bdae4aa2 add hunt_caller_profile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13626 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 01:16:02 +00:00
Anthony Minessale ef5b6d76a8 add hunt_caller_profile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13625 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 01:05:11 +00:00
Michael Jerris 55bec0b6b2 sofia-sip: fix re-register after 423 w/ Min-Expires (SFSIP-143)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13619 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 20:00:53 +00:00
Brian West cd2dd2bf05 sofia does the right thing... confused with users report of it not working
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13617 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 19:04:14 +00:00
Anthony Minessale ae9c6bedef tweak rtp timing stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13616 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 18:56:34 +00:00
Mathieu Rene 5a149bfcb4 mod_sofia: Move siptrace to loglevel INFO
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13615 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 17:26:05 +00:00
Brian West e11a32fe80 use user_via if we send a 180 or 183
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13614 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 16:53:27 +00:00
Brian West 8e264274f3 don't have contact str here either it'll result in double contact headers on unregister
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13613 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 14:53:23 +00:00
Brian West 4e6be5132c dont leak this in other cases.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13612 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 14:10:31 +00:00
Rupa Schomaker 67270b8d4f honor effective_caller_id_number for CID override
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13611 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 13:56:28 +00:00
Brian West 011ebe674b missed one
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13610 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 05:50:16 +00:00
Brian West 32a1336d8a don't need contact here its already set on the nh .. this results on double contact headers on unregister
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13609 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 05:48:59 +00:00
Brian West ba32c8c4d5 check the nat
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13608 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 05:43:34 +00:00
Michael Jerris 0e20e48919 add netmask code for windows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13607 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 05:23:19 +00:00
Robert Joly 49aec077ac Fixed call deflect, previous code was uncompilable on any version of OPAL. Sorry total brain fade there.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13606 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 04:15:05 +00:00
Brian West 0eac3191a6 woops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13605 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 04:10:40 +00:00
Brian West 47cad8a7e0 fix sql query missing network_ip for callback
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13604 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 04:05:48 +00:00
Brian West 2db280f994 adding network_ip to the dialogs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13603 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 04:04:14 +00:00
Brian West e353aaf3d0 adding test_sql and network_ip to sub callback
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13602 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 01:18:00 +00:00
Brian West 50174a7412 forgot to convert these to use sofia_glue_check_nat
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13601 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 01:05:52 +00:00
Anthony Minessale 8cc053a611 FSBUILD-168 now he has to come to cluecon
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13600 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 22:30:09 +00:00
Brian West 78c0c3b80e not not right
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13599 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 22:30:00 +00:00
Brian West 2c8bbc016d not sure how this flag was removed but its required in auto nat mode
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13598 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 22:16:43 +00:00
Brian West f0172523ca fix via for outbound sub and reg contacts are correct
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13596 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 22:00:49 +00:00
Michael Jerris 1dd780e697 merge sip nat improvements from branches/brian
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13594 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 21:08:34 +00:00
Brian West b28bd6b9d2 don't nat map where its loopback
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13589 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 19:42:53 +00:00
Brian West e0e09cee6c adding loopback.auto
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13586 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 19:25:42 +00:00
Michael Jerris 628ba5f21e fix msvc function tagging for code analysis
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13573 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 15:43:41 +00:00
Brian West d59ebd6450 adding nat-map option to mod_event_socket
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13567 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 14:25:35 +00:00
Anthony Minessale 71bb1b3efb fix compiler warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13566 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 13:45:12 +00:00
Anthony Minessale d77a3b1980 fix long delay in nat detection
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13557 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-02 22:46:38 +00:00
Anthony Minessale 4577ec8788 fix order of ops to enable logging sooner
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13556 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-02 22:03:33 +00:00
Anthony Minessale f2495ec8e0 fix recursive file record during file playback issue IRC-00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13551 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-02 19:50:04 +00:00
Anthony Minessale 4b4fb6bb2c rupa said this segged
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13550 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-02 18:30:18 +00:00
Anthony Minessale b82984fe97 add netmask detection for nat discovery work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13549 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-02 16:55:10 +00:00
Anthony Minessale 552e4d851d XML-2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13548 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-02 16:48:24 +00:00
Rupa Schomaker 2d42aff9f7 use origination_caller_id_number instead
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13547 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-02 16:39:54 +00:00
Rupa Schomaker 9fc160020e MODAPP-281 - add extra sip headers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13546 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-02 16:38:29 +00:00
Mathieu Rene e1fa59a2c0 mod_sofia: its cuter that way
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13544 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-02 00:56:14 +00:00
Mathieu Rene 2eea7447d0 mod_sofia: Rewrite sofia_glue_get_user_host
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13543 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-02 00:54:38 +00:00
Michael Jerris 43cc68d811 msvc build fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13533 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-01 18:51:19 +00:00
Brian West 8da02d971e moving init up so we have it in pre process vars
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13532 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-01 18:28:19 +00:00
Brian West 235fdf6938 adding nat_map api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13531 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-01 18:24:54 +00:00
Anthony Minessale 5c56eb121a fix regression MODAPP-284
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13530 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-01 17:45:36 +00:00
Brian West c22d626c79 ok only do this is callee_id_name is set
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13528 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-01 13:55:17 +00:00
Brian West dd1e4b2d23 sigh, guess we can only do this on snom and polycom right now to be safe
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13527 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-01 13:45:50 +00:00
Anthony Minessale 082385c1da make endconf count cumulative
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13526 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-01 13:06:45 +00:00
Anthony Minessale 56d98aab4f extended data from hangup_complete event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13525 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-01 12:45:56 +00:00
Brian West f8f233cd7c more clean up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13523 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-30 10:24:38 +00:00
Brian West a92617901d speed up discovery and clean up code a tiny bit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13522 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-30 10:01:21 +00:00
Brian West d705f022d4 can't process this in general, should be used during the enrollment process
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13521 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-30 05:24:52 +00:00
Brian West a1661f2cda adding quick option
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13520 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-30 05:01:28 +00:00
Brian West 44c27f9922 don't throw error on this event now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13519 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-30 03:44:14 +00:00
Brian West d4d7315cc4 Adding the descriptor to the mapping request so when you list them you know its FreeSWITCH that did it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13518 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-30 03:24:10 +00:00
Brian West 7e23aad405 more tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13517 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-30 01:03:55 +00:00
Brian West eaf470bd92 minor tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13516 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-30 00:56:32 +00:00
Brian West ffba850acf tweaks to nat code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13515 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-30 00:50:30 +00:00
Brian West dd9bcd3c53 might wanna delete a mapping
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13514 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-30 00:30:45 +00:00
Brian West a19dad9155 Adding switch_nat options for NATPMP and uPNP mapping of ports for auto nat traversal. Not used for anything yet.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13513 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-30 00:14:57 +00:00
Brian West 334a8adfe8 OCD
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13512 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-29 21:22:20 +00:00
Anthony Minessale 72c680f005 FSCORE-373
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13508 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-29 18:48:54 +00:00
Brian West 6eb2b39f4d fix warning when you set type to none
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13507 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-29 18:11:07 +00:00
Michael Jerris 5b27226a07 handle vegastream broken sip info packets
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13506 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-29 18:08:05 +00:00
Anthony Minessale c4b67d93fc add CHANNEL_HANGUP_COMPLETE event to take the place of CHANNEL_HANGUP, CHANNEL_HANGUP now fires as soon as the channel is hungup but you must wait for CHANNEL_HANGUP_COMPLETE for the CDR data
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13505 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-29 17:18:03 +00:00
Brian West 05fc0e42eb FSRTP-2 with mods
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13502 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-29 02:08:24 +00:00
Brian West c18d67b5c4 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13499 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-29 01:08:30 +00:00
Brian West 5c888f00a9 fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13498 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-29 00:14:34 +00:00
Brian West af9b1b6989 doh this is the right way for this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13497 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-28 23:39:46 +00:00
Anthony Minessale 49d49737f5 add more ridiculous timeout to socket send
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13496 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-28 23:31:27 +00:00
Brian West 595dc9bb8d picky compilers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13495 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-28 23:10:17 +00:00
Brian West 2303c82588 picky compilers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13494 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-28 23:08:43 +00:00
Brian West 8a655d2a03 MORE FUN, clean up and consistent code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13493 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-28 22:54:51 +00:00
Brian West 60c0d5c2b6 Update CID on Polycom when doing an Attended transfer, Make send_display work with Polycom and others, add patch with mods from SFSIP-111 HOME RUN.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13492 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-28 22:46:17 +00:00
Brian West c9b26eb7ce minor tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13489 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-28 19:38:32 +00:00
Anthony Minessale a2255da097 add CALL_SECURE event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13487 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-28 17:50:06 +00:00
Brian West 4e8a0725b7 keep you from doing both zrtp and srtp at the same time.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13486 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-28 13:53:23 +00:00
Michael Jerris bcd991e90f dos2unix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13477 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 23:23:29 +00:00
Michael Jerris 3ab5aa8206 dos2unix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13476 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 23:22:15 +00:00
Michael Jerris 3fb3e146c3 dos2unix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13475 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 23:20:26 +00:00
Michael Jerris 9489dfb8ac dos2unix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13474 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 23:17:45 +00:00
Michael Jerris 67d874eefe dos2unix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13473 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 23:07:50 +00:00
Brian West 1900b6c362 clean up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13472 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 22:48:16 +00:00
Anthony Minessale ef8ab9c1e7 add member-type header to relevant events
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13471 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 19:41:41 +00:00
Michael Jerris 6a77aa32b9 build: fix msvc build (FSBUILD-165)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13467 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 16:00:20 +00:00
Brian West 519212348e You know FreeBSD is lame...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13465 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 14:07:13 +00:00
Anthony Minessale 2f4d0e7456 fix typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13464 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 13:06:27 +00:00
Michael Jerris 66c0d19f12 cleanup, fix leak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13463 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 05:44:21 +00:00
Brian West ea4b78f749 zrtp_secure_media=true will have to be set to true in order for your zrtp to work moving forward similar to how srtp_secure_media works.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13461 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 05:07:19 +00:00
Darren Schreiber eee9aef9a3 Removed another todo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13460 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 05:00:24 +00:00
Darren Schreiber a29a989f74 Removed todo that is now done
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13459 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 04:58:40 +00:00