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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
Anthony Minessale
|
7392fa5807
|
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
|
2009-09-10 00:46:24 +00:00 |
|
Anthony Minessale
|
56a8eb4091
|
FSCORE-432
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14797 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-09 18:51:29 +00:00 |
|
Michael Jerris
|
f7775bab0a
|
fix [intra]lanman
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14795 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-08 22:58:11 +00:00 |
|
Raymond Chandler
|
d986cc5f2a
|
proxy acl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14794 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-08 22:16:45 +00:00 |
|
Michael Jerris
|
b723ce49ad
|
whitespace
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14793 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-08 20:32:42 +00:00 |
|
Michael Jerris
|
c14fb111f1
|
remove ;;
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14792 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-08 20:29:24 +00:00 |
|
Mathieu Rene
|
baa8371f6f
|
MODSOFIA-25
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14781 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-07 23:13:45 +00:00 |
|
Mathieu Rene
|
33c3ad8dd8
|
mod_portaudio: add context param
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14737 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-02 15:37:11 +00:00 |
|
Giovanni Maruzzelli
|
c7091138e9
|
skypiax: added case on receiving AUDIO_SYNC message, will be used in future, maybe
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14712 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-01 13:57:14 +00:00 |
|
Anthony Minessale
|
0e9e0fae2e
|
sort out allow: header
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14701 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-31 18:11:26 +00:00 |
|
Brian West
|
4aeb40f384
|
MODENDP-246, with a few changes.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14698 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-31 14:33:41 +00:00 |
|
Giovanni Maruzzelli
|
797998f014
|
skypiax: fixed end of line on skypiax.h
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14635 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-25 19:27:54 +00:00 |
|
Giovanni Maruzzelli
|
d9e1d18fb6
|
skypiax: fixed problem with different storage between linux and windoz for tcp ports (int to unsigned short). Thanks Sergey for reporting
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14629 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-25 03:34:23 +00:00 |
|
Giovanni Maruzzelli
|
d9deb2327c
|
skypiax: beginning to avoid crashes when Skype clients die, XWindows related
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14610 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-24 00:41:24 +00:00 |
|
Giovanni Maruzzelli
|
ed49550460
|
skypiax: avoid memory leaks and overhead by reusing the same audiothreads spawned with first call (they no more exit at call end)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14594 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-22 06:14:38 +00:00 |
|
Mathieu Rene
|
7820dc0a94
|
MODENDP-232 part 2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14589 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-21 19:27:35 +00:00 |
|
Mathieu Rene
|
e25389a643
|
MODENDP-243
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14588 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-21 18:03:30 +00:00 |
|
Anthony Minessale
|
6ebc9b01c2
|
use timeout cause code MODSOFIA-22
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14587 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-21 16:30:40 +00:00 |
|
Anthony Minessale
|
a35dc92e9f
|
add 10 second media timeout waiting for codec establishment MODSOFIA-22
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14586 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-21 16:22:16 +00:00 |
|
Mathieu Rene
|
9aa8df3dd9
|
MODENDP-232
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14585 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-21 14:48:42 +00:00 |
|
Mathieu Rene
|
49e87ddfe8
|
MODENDP-242
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14581 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-21 00:59:09 +00:00 |
|
Giovanni Maruzzelli
|
ff295194b8
|
skypiax: MODSKYPIAX-48 manage interface_status==CALLFLOW_STATUS_REMOTEHOLD when getting hupall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14577 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-20 10:21:49 +00:00 |
|
Giovanni Maruzzelli
|
f4167d727f
|
skypiax: patch from Seven Du: channel naming when using 'RR' and 'ANY' interfaces, interface statistics 'sk list' totals
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14576 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-20 09:30:29 +00:00 |
|
Giovanni Maruzzelli
|
24c732a9c1
|
skypiax: interface_state=UP when remote goes from earlymedia->inprogress
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14575 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-20 09:03:27 +00:00 |
|
Giovanni Maruzzelli
|
6fb1ab0cfd
|
skypiax: better printk 'signature' from custom snd-dummy ALSA driver
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14570 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-19 16:08:26 +00:00 |
|
Giovanni Maruzzelli
|
d8f0754765
|
skypiax: kernel/config* naming
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14569 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-19 14:25:46 +00:00 |
|
Giovanni Maruzzelli
|
974c06bbab
|
skypiax: kernel/config* naming
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14568 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-19 14:25:13 +00:00 |
|
Giovanni Maruzzelli
|
30cb51eee8
|
skypiax: kernel README correction
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14567 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-19 13:45:51 +00:00 |
|
Giovanni Maruzzelli
|
9b93b1dc8b
|
skypiax: added files in mod_skypiax/kernel/ directory, eg: how to make a kernel for centos
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14566 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-19 13:42:46 +00:00 |
|
Mathieu Rene
|
4c3bb5a905
|
mod_sofia: refactor sofia_glue_tech_choose_[video_]port
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14541 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-17 00:32:26 +00:00 |
|
Brian West
|
941c24d69e
|
we have this here otherwise you get NO audio from FS. See I knew there was a reason for this.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14539 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-16 21:21:30 +00:00 |
|
Mathieu Rene
|
f51c540b82
|
mod_sofia: we need to handle redirects before checking for proxy mode if we want them to work in bypass or proxy media (IRC-00)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14537 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-16 19:01:35 +00:00 |
|
Mathieu Rene
|
4c3086e5b1
|
Revert 14535
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14536 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-16 18:05:35 +00:00 |
|
Mathieu Rene
|
94ea7ab5f4
|
mod_sofia: sofia_handle_sip_i_state needs a valid tech_pvt
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14535 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-16 18:03:24 +00:00 |
|
Giovanni Maruzzelli
|
1582200142
|
skypiax: indent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14534 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-15 15:38:46 +00:00 |
|
Giovanni Maruzzelli
|
e3095522c2
|
skypiax: more stability, no dangling channels, MODSKYPIAX-42, added 'sk list' statistics (thanks Seven Du) MODENDP-236
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14533 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-15 15:37:44 +00:00 |
|