]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Thu, 17 Sep 2009 19:05:58 +0000 (19:05 +0000)]
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
Anthony Minessale [Thu, 17 Sep 2009 18:53:28 +0000 (18:53 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14905
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 17 Sep 2009 18:48:01 +0000 (18:48 +0000)]
add fscore_pb
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14904
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 17 Sep 2009 16:21:54 +0000 (16:21 +0000)]
DP-6
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14901
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Robert Joly [Thu, 17 Sep 2009 13:48:38 +0000 (13:48 +0000)]
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
Traun Leyden [Thu, 17 Sep 2009 02:31:31 +0000 (02:31 +0000)]
modlang-134
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14898
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 16 Sep 2009 22:56:30 +0000 (22:56 +0000)]
BOUNTY-9 (regression)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14897
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 16 Sep 2009 22:25:21 +0000 (22:25 +0000)]
BOUNTY-9 (regression)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14896
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 16 Sep 2009 22:19:36 +0000 (22:19 +0000)]
BOUNTY-9 (regression)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14895
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 16 Sep 2009 21:24:22 +0000 (21:24 +0000)]
FSCORE-442
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14893
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 16 Sep 2009 21:23:00 +0000 (21:23 +0000)]
MODEVENT-54
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14892
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 16 Sep 2009 20:46:36 +0000 (20:46 +0000)]
BOUNTY-9 (Thank you Xpander Communications) [part 2]
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14891
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Giovanni Maruzzelli [Wed, 16 Sep 2009 20:28:48 +0000 (20:28 +0000)]
skypiax: usleep -> switch_sleep, thanks tusc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14890
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 16 Sep 2009 20:09:27 +0000 (20:09 +0000)]
BOUNTY-9 (Thank you Xpander Communications)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14889
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 16 Sep 2009 18:50:53 +0000 (18:50 +0000)]
adding config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14887
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Mathieu Parent [Wed, 16 Sep 2009 17:48:55 +0000 (17:48 +0000)]
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
Mathieu Parent [Wed, 16 Sep 2009 17:34:24 +0000 (17:34 +0000)]
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
Giovanni Maruzzelli [Wed, 16 Sep 2009 15:35:10 +0000 (15:35 +0000)]
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
Anthony Minessale [Wed, 16 Sep 2009 15:06:52 +0000 (15:06 +0000)]
tolerate offset dtmf payload (zoiper)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14883
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 16 Sep 2009 13:55:23 +0000 (13:55 +0000)]
FSCORE-440
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14882
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 16 Sep 2009 04:22:24 +0000 (04:22 +0000)]
add set funcs for impls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14881
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Rupa Schomaker [Tue, 15 Sep 2009 22:06:36 +0000 (22:06 +0000)]
don't use callback for delete stmt
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14879
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Mathieu Parent [Tue, 15 Sep 2009 20:40:13 +0000 (20:40 +0000)]
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
Andrew Thompson [Tue, 15 Sep 2009 19:54:23 +0000 (19:54 +0000)]
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
Giovanni Maruzzelli [Tue, 15 Sep 2009 19:41:22 +0000 (19:41 +0000)]
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
Andrew Thompson [Tue, 15 Sep 2009 19:23:47 +0000 (19:23 +0000)]
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
Anthony Minessale [Tue, 15 Sep 2009 19:18:20 +0000 (19:18 +0000)]
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
Anthony Minessale [Tue, 15 Sep 2009 18:48:12 +0000 (18:48 +0000)]
reswig
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14873
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 15 Sep 2009 18:46:33 +0000 (18:46 +0000)]
drop buffer when too many packets are queued
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14872
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 15 Sep 2009 18:45:19 +0000 (18:45 +0000)]
add resize func
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14871
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Rupa Schomaker [Tue, 15 Sep 2009 18:13:25 +0000 (18:13 +0000)]
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
Anthony Minessale [Tue, 15 Sep 2009 14:33:28 +0000 (14:33 +0000)]
dog
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@835
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Tue, 15 Sep 2009 14:33:28 +0000 (14:33 +0000)]
dog
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@835
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Michael Collins [Tue, 15 Sep 2009 05:05:07 +0000 (05:05 +0000)]
doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14869
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Collins [Tue, 15 Sep 2009 04:59:25 +0000 (04:59 +0000)]
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
Michael Giagnocavo [Tue, 15 Sep 2009 00:19:54 +0000 (00:19 +0000)]
Precompiled FreeSWITCH.Managed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14863
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Giagnocavo [Tue, 15 Sep 2009 00:16:13 +0000 (00:16 +0000)]
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
Anthony Minessale [Mon, 14 Sep 2009 22:13:43 +0000 (22:13 +0000)]
fix timer in dtmf generator
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@834
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Mon, 14 Sep 2009 22:13:43 +0000 (22:13 +0000)]
fix timer in dtmf generator
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@834
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Giovanni Maruzzelli [Mon, 14 Sep 2009 22:13:00 +0000 (22:13 +0000)]
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
Brian West [Mon, 14 Sep 2009 22:06:20 +0000 (22:06 +0000)]
fix vim format line
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@833
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Brian West [Mon, 14 Sep 2009 22:06:20 +0000 (22:06 +0000)]
fix vim format line
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@833
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Brian West [Mon, 14 Sep 2009 22:03:37 +0000 (22:03 +0000)]
fix vim format line
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14856
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Moises Silva [Mon, 14 Sep 2009 21:19:07 +0000 (21:19 +0000)]
improve error handling in tech_init
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@832
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Moises Silva [Mon, 14 Sep 2009 21:19:07 +0000 (21:19 +0000)]
improve error handling in tech_init
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@832
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Mon, 14 Sep 2009 20:10:58 +0000 (20:10 +0000)]
execute hangup state asap
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14852
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 14 Sep 2009 19:43:15 +0000 (19:43 +0000)]
MODSOFIA-26 minus the segfault
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14851
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 14 Sep 2009 19:39:33 +0000 (19:39 +0000)]
XML-10
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14850
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 14 Sep 2009 19:34:35 +0000 (19:34 +0000)]
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
Anthony Minessale [Mon, 14 Sep 2009 18:15:29 +0000 (18:15 +0000)]
MODLANG-133
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14847
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 14 Sep 2009 18:03:25 +0000 (18:03 +0000)]
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
Giovanni Maruzzelli [Mon, 14 Sep 2009 18:02:05 +0000 (18:02 +0000)]
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
Anthony Minessale [Mon, 14 Sep 2009 15:19:53 +0000 (15:19 +0000)]
check flush more often
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14844
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 14 Sep 2009 14:26:31 +0000 (14:26 +0000)]
add openzap_pre_buffer_size=<ms> to prebuffer audio and cut out residual dtmf tones
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@831
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Mon, 14 Sep 2009 14:26:31 +0000 (14:26 +0000)]
add openzap_pre_buffer_size=<ms> to prebuffer audio and cut out residual dtmf tones
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@831
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Giovanni Maruzzelli [Mon, 14 Sep 2009 12:40:09 +0000 (12:40 +0000)]
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
Michael Giagnocavo [Sun, 13 Sep 2009 22:03:06 +0000 (22:03 +0000)]
Fix Makefile for managed - thanks Lukasz Z
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14842
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Giovanni Maruzzelli [Sat, 12 Sep 2009 21:53:38 +0000 (21:53 +0000)]
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
Anthony Minessale [Sat, 12 Sep 2009 17:36:34 +0000 (17:36 +0000)]
update to new module api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14833
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 11 Sep 2009 17:34:12 +0000 (17:34 +0000)]
pad buffer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14832
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 11 Sep 2009 16:53:12 +0000 (16:53 +0000)]
bah
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14831
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Mathieu Rene [Fri, 11 Sep 2009 16:10:29 +0000 (16:10 +0000)]
MODAPP-334
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14830
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Mathieu Rene [Fri, 11 Sep 2009 16:03:52 +0000 (16:03 +0000)]
mod_limit: fix counter-only mode in limit_hash_execute
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14829
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Fri, 11 Sep 2009 15:45:29 +0000 (15:45 +0000)]
MODASRTTS-19
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14828
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Fri, 11 Sep 2009 02:05:34 +0000 (02:05 +0000)]
more to come
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14818
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 10 Sep 2009 23:37:18 +0000 (23:37 +0000)]
reswig
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14815
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 10 Sep 2009 23:01:44 +0000 (23:01 +0000)]
build err
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14814
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 10 Sep 2009 23:00:16 +0000 (23:00 +0000)]
skip call to read where there is no data present
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14813
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 10 Sep 2009 21:37:32 +0000 (21:37 +0000)]
MODLANG-124
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14812
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 10 Sep 2009 20:42:17 +0000 (20:42 +0000)]
swap in uuid
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14811
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 10 Sep 2009 20:20:23 +0000 (20:20 +0000)]
outbound callers for fifo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14809
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 10 Sep 2009 18:26:50 +0000 (18:26 +0000)]
build isue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14807
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 10 Sep 2009 18:22:37 +0000 (18:22 +0000)]
add fifo_position var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14806
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Thu, 10 Sep 2009 14:47:27 +0000 (14:47 +0000)]
but lets not try that hard.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14804
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Collins [Thu, 10 Sep 2009 01:26:26 +0000 (01:26 +0000)]
Update ChangeLog through r14800
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14801
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 10 Sep 2009 00:46:24 +0000 (00:46 +0000)]
try to improve autoflush and other silly audio glitches from edge cases and help FSCORE-416
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14800
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 9 Sep 2009 19:32:20 +0000 (19:32 +0000)]
revert
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@830
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Wed, 9 Sep 2009 19:32:20 +0000 (19:32 +0000)]
revert
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@830
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Wed, 9 Sep 2009 18:51:29 +0000 (18:51 +0000)]
FSCORE-432
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14797
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 9 Sep 2009 15:07:51 +0000 (15:07 +0000)]
FSCORE-429
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14796
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 8 Sep 2009 22:58:11 +0000 (22:58 +0000)]
fix [intra]lanman
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14795
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Raymond Chandler [Tue, 8 Sep 2009 22:16:45 +0000 (22:16 +0000)]
proxy acl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14794
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 8 Sep 2009 20:32:42 +0000 (20:32 +0000)]
whitespace
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14793
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 8 Sep 2009 20:29:24 +0000 (20:29 +0000)]
remove ;;
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14792
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 8 Sep 2009 19:05:32 +0000 (19:05 +0000)]
add optional prefix arg to set_user FSCORE-429
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14789
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Moises Silva [Tue, 8 Sep 2009 16:14:57 +0000 (16:14 +0000)]
display type of socket created
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@829
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Moises Silva [Tue, 8 Sep 2009 16:14:57 +0000 (16:14 +0000)]
display type of socket created
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@829
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Mathieu Rene [Tue, 8 Sep 2009 15:01:55 +0000 (15:01 +0000)]
Add master-file-only option to mod_cdr_csv's sample config file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14787
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Tue, 8 Sep 2009 13:35:59 +0000 (13:35 +0000)]
MODAPP-328
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14785
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Mathieu Rene [Mon, 7 Sep 2009 23:13:45 +0000 (23:13 +0000)]
MODSOFIA-25
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14781
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Mathieu Rene [Mon, 7 Sep 2009 04:35:35 +0000 (04:35 +0000)]
FSCORE-430
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14778
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Stefan Knoblich [Sun, 6 Sep 2009 14:43:58 +0000 (14:43 +0000)]
Extend session not found message with UUID
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@828
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Stefan Knoblich [Sun, 6 Sep 2009 14:43:58 +0000 (14:43 +0000)]
Extend session not found message with UUID
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@828
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Stefan Knoblich [Sun, 6 Sep 2009 14:07:06 +0000 (14:07 +0000)]
Print error message if session for a channel could not be found
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@827
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Stefan Knoblich [Sun, 6 Sep 2009 14:07:06 +0000 (14:07 +0000)]
Print error message if session for a channel could not be found
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@827
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Moises Silva [Sun, 6 Sep 2009 05:28:26 +0000 (05:28 +0000)]
enable RBS events when CAS signaling is configured
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@826
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Moises Silva [Sun, 6 Sep 2009 05:28:26 +0000 (05:28 +0000)]
enable RBS events when CAS signaling is configured
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@826
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Michael Giagnocavo [Sat, 5 Sep 2009 17:34:41 +0000 (17:34 +0000)]
Start adding some strongly-typed accessors to common channel vars
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14774
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Mathieu Rene [Sat, 5 Sep 2009 16:55:45 +0000 (16:55 +0000)]
CoreSession::originate: set the uuid on success
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14773
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 4 Sep 2009 22:18:11 +0000 (22:18 +0000)]
missing reset causing the same timestamp forever on perfect storm of conditions involving transcoding and ptime combo (gotta love it)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14771
d0543943 -73ff-0310-b7d9-
9358b9ac24b2