Commit Graph

11541 Commits

Author SHA1 Message Date
Anthony Minessale
9c5c6d3139 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14907 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-17 20:05:40 +00:00
Anthony Minessale
f21b4a2137 add inline=true to actions to exec certian apps right away
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14906 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-17 19:05:58 +00:00
Anthony Minessale
411adca03f update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14905 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-17 18:53:28 +00:00
Anthony Minessale
a98c52c89e add fscore_pb
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14904 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-17 18:48:01 +00:00
Anthony Minessale
1440a7373d DP-6
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14901 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-17 16:21:54 +00:00
Robert Joly
61245dd698 Added setting of outgoing number and display name from extension number so H.323/Q.931 fields are set correctly in ALERTING and CONNECT messages sent for incoming calls.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14900 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-17 13:48:38 +00:00
Traun Leyden
958da22330 modlang-134
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14898 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-17 02:31:31 +00:00
Anthony Minessale
67823be168 BOUNTY-9 (regression)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14897 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 22:56:30 +00:00
Anthony Minessale
bf5e4c30e9 BOUNTY-9 (regression)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14896 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 22:25:21 +00:00
Anthony Minessale
9fb893702b BOUNTY-9 (regression)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14895 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 22:19:36 +00:00
Brian West
dcfe0f5743 FSCORE-442
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14893 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 21:24:22 +00:00
Anthony Minessale
00909ae79d MODEVENT-54
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14892 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 21:23:00 +00:00
Anthony Minessale
e7fff13f76 BOUNTY-9 (Thank you Xpander Communications) [part 2]
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14891 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 20:46:36 +00:00
Giovanni Maruzzelli
9a462e96a7 skypiax: usleep -> switch_sleep, thanks tusc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14890 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 20:28:48 +00:00
Anthony Minessale
1a774b9d99 BOUNTY-9 (Thank you Xpander Communications)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14889 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 20:09:27 +00:00
Brian West
95c625552c adding config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14887 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 18:50:53 +00:00
Mathieu Parent
fa4c5431be mod_tts_commandline: cut samples in half (suggested by anthm), ajust and clean log levels
<cite>
[19:32] <@anthm> the tts stuff uses bytes not samples
[19:32] <@anthm> so when you pass datalen to file_read
[19:32] <@anthm> you need to cut it in half
[19:33] <@anthm> size_t my_datalen = *datalen / 2;
[19:33] <sathieu> I'm testing
[19:33] <@anthm> switch_core_file_read(&info->fh, data, datalen)
[19:33] <@anthm> change datalen to &my_datalen
[19:33] <@anthm> then after *datalen = my_datalen * 2;
</cite>

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14886 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 17:48:55 +00:00
Mathieu Parent
20e90188da tts_commandline: introduce the rate parameter, decrease useless verbosity
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14885 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 17:34:24 +00:00
Giovanni Maruzzelli
82170c5f31 skypiax: now outbound chatmessages follow the standard path, you can send them with: chat,<proto>|<from>|<to>|<message> or with: skypiax_chat,<interfacename> <to> <text>. First form is the standard, will pick the first interface connected to the skypeusername 'from'. Second form is skypiax specific, let you choose which interface the message will be sent from (and implicitly the skypeusername [each interface is connected to one skypeusername - possibly many interfaces to the same skypeusername]
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14884 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 15:35:10 +00:00
Anthony Minessale
cd4d3f3dc5 tolerate offset dtmf payload (zoiper)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14883 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 15:06:52 +00:00
Brian West
45ecc4b0d3 FSCORE-440
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14882 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 13:55:23 +00:00
Anthony Minessale
edf521301f add set funcs for impls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14881 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 04:22:24 +00:00
Rupa Schomaker
25585417ab don't use callback for delete stmt
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14879 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 22:06:36 +00:00
Mathieu Parent
eb33af5465 tts_commandline:
- load config on module load and on "reloadxml"


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14878 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 20:40:13 +00:00
Andrew Thompson
671694fb17 Deprecate new_pid message in favor of get_pid which has an extra element, the call's UUID
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14877 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 19:54:23 +00:00
Giovanni Maruzzelli
b01c665654 skypiax: now incoming CHATMESSAGE is transformed into a MESSAGE event, and sent to the ESL (fired) and, if we are in a call (if the session exists) is sent to the session too (from where you can get it eg: with inputcallbacks methods)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14876 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 19:41:22 +00:00
Andrew Thompson
abc3acdf44 Add support for simply sending an arbitrary message to an arbitrary registered process at a node
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14875 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 19:23:47 +00:00
Anthony Minessale
885f8977fc add unique-id check to sendevent to send and event to a session instead of the system
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14874 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 19:18:20 +00:00
Anthony Minessale
0c11561c53 reswig
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14873 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 18:48:12 +00:00
Anthony Minessale
25870608d7 drop buffer when too many packets are queued
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14872 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 18:46:33 +00:00
Anthony Minessale
74c7d58adf add resize func
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14871 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 18:45:19 +00:00
Rupa Schomaker
e4258a83a9 add limit_execute (like limit_hash_execute)
allow -#s to act as counter only
add INFO level logs to limit similar to limit_hash


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14870 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 18:13:25 +00:00
Michael Collins
7d3ded0818 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14869 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 05:05:07 +00:00
Michael Collins
6af317cccd Add libopenzap and src/mod/applications to Doxygen.conf file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14868 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 04:59:25 +00:00
Michael Giagnocavo
af13fcf3af Precompiled FreeSWITCH.Managed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14863 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 00:19:54 +00:00
Michael Giagnocavo
26df0f6881 Add hangup handler for Originate, expose state handlers in general. Various fixes.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14861 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 00:16:13 +00:00
Giovanni Maruzzelli
88b15b9e09 skypiax: added skypiax_chat command. SYNTAX: skypiax_chat interface remote_skypename TEXT
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14857 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 22:13:00 +00:00
Brian West
357c93b999 fix vim format line
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14856 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 22:03:37 +00:00
Anthony Minessale
5a5f3081f0 execute hangup state asap
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14852 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 20:10:58 +00:00
Brian West
c92cb7283a MODSOFIA-26 minus the segfault
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14851 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 19:43:15 +00:00
Brian West
83711b3e8a XML-10
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14850 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 19:39:33 +00:00
Brian West
590f213f51 ATTENTION BEHAVIOR CHANGE... you now have to explicitly set sip_invite_to_params to add params to the to field we will NO longer fall back to sip_invite_params in this case. This is part of FSCORE-433
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14849 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 19:34:35 +00:00
Anthony Minessale
666e2b5bf8 MODLANG-133
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14847 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 18:15:29 +00:00
Anthony Minessale
90c7921f7e fix edge case where originate does not give up properly with timed calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14846 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 18:03:25 +00:00
Giovanni Maruzzelli
9d28cd1e6e skypiax: fires a custom event when an incoming CHATMESSAGE arrives. In the headers are chatmessage id, chatname, from_handle, from_dispname. You want to answer to from_handle. In the body of the event is the chatmessage body. Heh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14845 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 18:02:05 +00:00
Anthony Minessale
0e3651b5db check flush more often
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14844 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 15:19:53 +00:00
Giovanni Maruzzelli
8b9d979f3d skypiax: Linux (XWin signaling actually) now manages the case when a 'continue' atom(s) is received before the 'begin' atom. That's in preparation for managing IM chatting
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14843 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 12:40:09 +00:00
Michael Giagnocavo
a24f736163 Fix Makefile for managed - thanks Lukasz Z
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14842 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-13 22:03:06 +00:00
Giovanni Maruzzelli
b90d6ec470 skypiax: now it accepts a max of 1 call from the same skypename to the same skypename (multiple instances of user A calling multiple instances of user B) each 1.5 seconds - before was each 0.5 seconds, but the last Skypiax Beta for Linux is slower
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14834 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-12 21:53:38 +00:00
Anthony Minessale
66d290c1c4 update to new module api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14833 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-12 17:36:34 +00:00