update conference to add lock sounds, sound prefix, and use say: syntax

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3943 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-01-11 18:14:02 +00:00
parent d83b399d96
commit e37559eb0e
3 changed files with 77 additions and 25 deletions
+6
View File
@@ -62,6 +62,12 @@ SWITCH_DECLARE(apr_status_t) switch_socket_recvfrom(apr_sockaddr_t *from, apr_so
apr_size_t *len);
#ifdef WIN32
#define switch_is_file_path(file) (*(file +1) == ':' || *file == '/')
#else
#define switch_is_file_path(file) (*file == '/')
#endif
/*!
\brief Evaluate the truthfullness of a string expression
\param expr a string expression