Anthony Minessale
1fbb21e8fd
change email template for vm (thx Chereburm)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7124 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-07 15:53:22 +00:00
Michal Bielicki
f44a474a42
ingroup is better than group especially on ?buntu
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7123 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-07 11:48:00 +00:00
Michal Bielicki
860bf0a278
leaving out the user parameter is not very healthy
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7122 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-07 11:26:15 +00:00
Stefan Knoblich
96164e0967
Spelling fixes #3
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7121 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-07 11:21:24 +00:00
Stefan Knoblich
499e8af075
Spelling fixes #2
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7120 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-07 10:55:15 +00:00
Stefan Knoblich
2ca370b52f
Spelling fixes #1
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7119 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-07 10:45:06 +00:00
Michael Jerris
2b952d389e
typo
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7118 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-07 08:33:53 +00:00
Michael Jerris
3ca7ab1397
fix untar of sounds on non linux (FSBUILD-31)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7117 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-07 08:32:43 +00:00
Michael Jerris
5037078417
add core-clean and core-install make targets
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7116 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-07 08:22:18 +00:00
Brian West
78e3aa2062
put this usage syntax in the right place
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7115 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-06 23:03:12 +00:00
Michael Jerris
4aca5fc0eb
cleanup.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7114 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-06 22:56:10 +00:00
Michael Jerris
5043269d5d
unused vars and a bit more error checking.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7113 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-06 22:36:41 +00:00
Michael Jerris
8f9ae7db5f
fix build.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7112 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-06 22:34:59 +00:00
Michael Jerris
3082aaa440
arg checking.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7111 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-06 22:18:47 +00:00
Michael Jerris
aca07ac3c0
better error checking, code review, cleanup.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7110 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-06 22:14:10 +00:00
Michael Jerris
d93a42df14
Merge current sofia-sip darcs tree:
...
Thu Dec 13 09:15:04 EST 2007 Pekka.Pessi@nokia.com
* libsofia-sip-ua/docs/hide_emails.sh: moved to scripts/ subdir
Thu Dec 13 09:15:34 EST 2007 Pekka.Pessi@nokia.com
* check_sofia.c: pass xml result file as optional parameter to check_sofia
Thu Dec 20 08:13:37 EST 2007 Pekka.Pessi@nokia.com
* stun.c: try to avoid using stun handle after returning from discovery callback
Crash reported and partial patch by Daniele Rondina.
Thu Jan 3 07:11:27 EST 2008 Pekka.Pessi@nokia.com
* tport_type_udp.c: using SO_RCVBUFFORCE and SO_SNDBUFFORCE to set rmem/wmem on udp sockets
Referring reader to Linux sysctls to TPTAG_UDP_RMEM and TPTAG_UDP_WMEM
documentation.
Thu Jan 3 07:11:47 EST 2008 Pekka.Pessi@nokia.com
* m4/sac-su2.m4: checks for SO_RCVBUFFORCE and SO_SNDBUFFORCE
Thu Jan 3 08:19:04 EST 2008 Pekka.Pessi@nokia.com
* nta.c: calculate next timeout only after completing current timeout
Thanks to Mike Jerris for reporting this problem.
Thu Jan 3 11:02:11 EST 2008 Pekka.Pessi@nokia.com
* sac-su2.m4: checking for IP_ADD_MEMBERSHIP and IP_MULTICAST_LOOP
Thu Jan 3 12:08:39 EST 2008 Pekka.Pessi@nokia.com
* tport_type_udp.c: when binding to multicast address, join to the group, too.
Use "canonic" IP address (from host-part of the SIP URI) to specify
interface.
Mon Nov 19 15:01:09 EST 2007 Pekka Pessi <first.lastname@nokia.com>
* tport_type_udp.c: made IP_ADD_MEMBERSHIP as portable
Fri Jan 4 13:19:01 EST 2008 Pekka.Pessi@nokia.com
* test_nta.c: added check for request merging (with both 3261 and 2543 proxies)
Fri Jan 4 13:20:35 EST 2008 Pekka.Pessi@nokia.com
* nta.c: fixed request merging with RFC 2543 proxies
Updated matching of PRACKs with outstanding 100rel, too.
Fri Jan 4 15:27:01 EST 2008 Pekka.Pessi@nokia.com
* nta.c: follow more closely RFC 3261 request matching rules
Fri Jan 4 15:31:22 EST 2008 Pekka.Pessi@nokia.com
* nua_session.c: do not clear soa when an overlapping INVITE is received
Fri Jan 4 15:32:58 EST 2008 Pekka.Pessi@nokia.com
* nua/outbound.c: reduce logging
Fri Jan 4 16:51:00 EST 2008 Pekka.Pessi@nokia.com
* nua_subnotref.c: accept NOTIFY without Event header
Fri Jan 4 16:53:20 EST 2008 Pekka.Pessi@nokia.com
* nua_notifier.c: fix problem handing expiration time if NOTIFY is sent before SUBSCRIBE has been responded
Fri Jan 4 16:54:08 EST 2008 Pekka.Pessi@nokia.com
* nua_notifier.c: allow notifier handle to be shut down if SUBSCRIBE has been accpeted but no NOTIFY has been sent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7109 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-06 20:15:11 +00:00
Stefan Knoblich
73cbaf9eb8
Fix pthread configure check for js cli tool
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7108 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-06 18:03:32 +00:00
Michael Jerris
3375896456
no need to build files that are not used.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7107 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-06 02:17:20 +00:00
Anthony Minessale
63cc1171b5
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7106 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-06 01:11:21 +00:00
Anthony Minessale
ab9efea581
BSD fixes, thanks jontow for the use of your box
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7105 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-06 01:10:37 +00:00
Anthony Minessale
b5b7bf1362
remove duplicate code
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7104 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 22:17:41 +00:00
Anthony Minessale
b1977f2e36
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7103 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 22:17:26 +00:00
Anthony Minessale
504b632c2b
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7102 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 21:47:24 +00:00
Anthony Minessale
11b8615afb
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7101 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 20:55:36 +00:00
Anthony Minessale
3975fa3265
add funcs
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7100 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 20:44:54 +00:00
Anthony Minessale
698b1b1b56
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7099 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 17:32:13 +00:00
Anthony Minessale
f9fb469ae2
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7098 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 17:23:15 +00:00
Anthony Minessale
50fc2ffa0d
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7097 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 16:20:39 +00:00
Anthony Minessale
49af313dce
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7096 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 15:09:21 +00:00
Anthony Minessale
592e388c40
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7095 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 15:09:12 +00:00
Anthony Minessale
d6f0cec8f7
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7094 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 14:58:26 +00:00
Anthony Minessale
83d4524460
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7093 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 14:48:04 +00:00
Anthony Minessale
cd3c6a30c9
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7092 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 14:43:50 +00:00
Michal Bielicki
46cfce18e8
typo in zNew = sqliteMallocRaw(n+1); util.c
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7091 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 10:58:33 +00:00
Michael Jerris
fed6dff4b2
cleanup/don't mask varname.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7088 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 03:36:08 +00:00
Michael Jerris
1f631718dd
use strndup replacement on msvc
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7087 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 03:35:15 +00:00
Michal Bielicki
702633ccc4
updates to latest config file changes
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7085 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 02:46:34 +00:00
Brian West
7530dfe90a
turn this back on
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7084 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 01:03:57 +00:00
Anthony Minessale
69120105ee
support crazy transfer crap
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7083 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-05 01:03:08 +00:00
Brian West
cb03f74e20
These are used to run test scenarios against snom phones for automated testing
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7082 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-04 18:24:00 +00:00
Anthony Minessale
7adad0e4a9
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7081 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-04 16:43:50 +00:00
Michael Jerris
721b850699
check return from unlink.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7080 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-04 01:49:26 +00:00
Anthony Minessale
c4832b4b40
add lock
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7079 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-04 00:19:09 +00:00
Anthony Minessale
021ab87f2b
fix MODENDP-66
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7078 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-03 23:42:15 +00:00
Anthony Minessale
6b641da0ba
add min record len to voicemail
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7077 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-03 22:04:19 +00:00
Anthony Minessale
1e9155c37a
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7076 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-03 21:41:15 +00:00
Anthony Minessale
1bbeb4f706
cross t's and dot i's
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7075 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-03 21:34:44 +00:00
Anthony Minessale
e790b22af1
add script
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7074 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-03 01:39:46 +00:00
Brian West
fc431cd5ec
add this to the default build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7073 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-03 01:35:30 +00:00
Michael Jerris
a62077b359
duplicate var.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7072 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-03 01:29:28 +00:00