Michael Jerris
6f9fb28bc9
Thu Feb 26 09:15:52 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* soa.c: fix address matching with user sdp w/out session c= line
Ignore-this: 9aa560f8abd799d46e38c2e4ee0ca23c
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12302 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-26 18:31:50 +00:00
Brian West
20805de446
Thu Feb 26 09:12:40 CST 2009 Michael Jerris <mike@jerris.com>
...
* sresolv/Makefile.am: don't override CFLAGS
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12300 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-26 18:25:27 +00:00
Brian West
d35ca59959
Tue Feb 3 10:31:33 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* su_wait.h: added su_root_clone()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12299 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-26 18:24:05 +00:00
Brian West
38abb2ced7
Tue Feb 3 10:29:44 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* su_alloc: added su_home_parent()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12298 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-26 18:23:05 +00:00
Michael Jerris
71893423d0
update to snapshot spandsp-20090226 plus 2 typo fixes
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12294 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-26 16:26:25 +00:00
Helmut Kuper
d7bb5450ae
Enhanced zap_channel_done in zap_io.c to set channel->state to ZAP_CHANNEL_STATE_DOWN.
...
Befor that the function only sets init_state to DOWN, which is quite bad when there are
hanging channels with state <> DOWN and ozmod_isdn.c make it decisions on that.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@674 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-26 08:31:04 +00:00
Helmut Kuper
34c005b3de
Enhanced zap_channel_done in zap_io.c to set channel->state to ZAP_CHANNEL_STATE_DOWN.
...
Befor that the function only sets init_state to DOWN, which is quite bad when there are
hanging channels with state <> DOWN and ozmod_isdn.c make it decisions on that.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@674 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-26 08:31:04 +00:00
Anthony Minessale
4858722ed2
missed a spot
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12292 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-26 00:38:14 +00:00
Anthony Minessale
8f7bb61e1f
mighty putty for a big leak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12291 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-26 00:14:03 +00:00
Michael Jerris
6a2c3128b5
revert svn revision 12104
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12289 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 20:59:50 +00:00
Michael Jerris
e7bfa12bc4
Wed Feb 25 13:11:19 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* check_sres_sip.c: added test cases for bad DNS server, timeout
Ignore-this: f14a52817f3612c0b8b776761a12ef3e
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12286 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 19:40:22 +00:00
Michael Jerris
733062be3a
Wed Feb 25 13:10:24 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* sres_sip.c: be more robust if the DNS fails badly
Ignore-this: 1922836529de164a842ab88e848066a0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12285 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 19:39:24 +00:00
Michael Jerris
d5b2e2d2ab
Wed Feb 25 13:09:35 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* sres.c: improved error handling
Ignore-this: a64e098f8575511bb6e5ef3129635d98
Returning records with SRES_NETWORK_ERR or SRES_TIMEOUT_ERR.
Also setting errno if there is no available DNS servers.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12284 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 19:38:05 +00:00
Michael Jerris
c49d12e184
Wed Feb 25 12:40:44 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* s2dns: added s2_dns_set_filter()
Ignore-this: dc9bf478b6a90d5b351b56c3d77a7ec9
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12283 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 19:36:39 +00:00
Michael Jerris
e591b6ce3a
Tue Feb 24 09:03:08 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* sofia-sip/heap.h: use static scope for functions given to sort()
Ignore-this: 72e91b9470ccc23300ce06eb836d56f4
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12282 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 19:35:59 +00:00
Michael Jerris
cf9f7888f1
Wed Feb 25 11:29:23 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* su_uniqueid.c: fixed seed array usage
Ignore-this: b6e6a195f3f34abc2119a741f8b6f5e2
Paper bags, anyone?
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12281 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 19:34:54 +00:00
Michael Jerris
5974867444
Fri Feb 13 05:53:00 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* s2_localinfo.h: added
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12280 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 19:31:10 +00:00
Helmut Kuper
6b5e1c48a9
Added timestamp for Q931ToPcap
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@673 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-25 09:49:54 +00:00
Helmut Kuper
94a99e9906
Added timestamp for Q931ToPcap
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@673 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-25 09:49:54 +00:00
Michael Jerris
2bbc3c8e7e
properly quote copy commands for spaces in directory names
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12276 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 07:08:57 +00:00
Michael Jerris
5c57c562a0
generate header file into project directory not solution directory
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12275 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 07:04:21 +00:00
Michael Jerris
35faf803bc
update project file headers to match changes from previous commits
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12274 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 06:52:52 +00:00
Michael Jerris
c58d35ccbf
followup to svn rev12272 to fix x64 build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12273 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 06:26:03 +00:00
Robert Joly
c3513129f5
Added missing dependency on header file generator programs in 2005 solution file.
...
Shuffled where various compatibility items of code are amongst the headers in msvc directory so:
Not too many warnings are disabled in source file that includes spandsp.h
A copy of the msvc/spandsp.h file to spandsp/src directory so project that uses it only needs to add one directory to search, or can even just explicitly put the path in for the spandsp.h file.
Removal of need for windows.h to be implicitly included by user source file via spandsp.h, can cause conflicts.
Some symbol conflicts with other libraries.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12272 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 05:45:36 +00:00
Mathieu Rene
22a817b1b2
Offer media channels on inbound calls
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@672 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 23:48:37 +00:00
Mathieu Rene
60b5da016b
Offer media channels on inbound calls
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@672 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 23:48:37 +00:00
Mathieu Rene
f021750336
doh
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@671 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 21:41:16 +00:00
Mathieu Rene
499ccc1925
doh
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@671 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 21:41:16 +00:00
Mathieu Rene
6e19d9add7
Fix span index issues
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@670 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 21:27:35 +00:00
Mathieu Rene
fb0777c503
Fix span index issues
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@670 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 21:27:35 +00:00
Mathieu Rene
1086c7c73c
Switch hangup cause to NORMAL_CIRCUIT_CONGESTION when no channels are available so it transates into 'no circuit/channel available [Q.850]'
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@669 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 20:50:10 +00:00
Mathieu Rene
9fd7b44c8e
Switch hangup cause to NORMAL_CIRCUIT_CONGESTION when no channels are available so it transates into 'no circuit/channel available [Q.850]'
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@669 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 20:50:10 +00:00
Michael Jerris
3c735dcdb6
tweak
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@668 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 16:37:25 +00:00
Michael Jerris
5d51fdbf5a
tweak
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@668 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 16:37:25 +00:00
Brian West
be15ed423f
Tue Feb 24 07:33:35 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* sip_parser.c: fixed sip_transport_d()
Ignore-this: c14408145a269c25d00dcb20ab2391f6
sip_transport_d() was expected to canonize casing of well-known transports.
Thanks for Adrian Gschwend for reporting the problem.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12261 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-24 14:46:03 +00:00
Brian West
46c3eec39a
Fri Feb 13 09:41:52 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* su.h: define su_family via struct sockaddr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12260 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-24 14:43:31 +00:00
Helmut Kuper
324ec34ce9
Setting InUse channel flag in function "zap_channel_open_chan" of zap_io.c
...
Without this, inbound calls never were marked as InUse.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@667 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 08:26:52 +00:00
Helmut Kuper
29da776fd0
Setting InUse channel flag in function "zap_channel_open_chan" of zap_io.c
...
Without this, inbound calls never were marked as InUse.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@667 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 08:26:52 +00:00
Michael Jerris
908ed38915
OPENZAP-53/OPENZAP-52
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@666 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 05:05:25 +00:00
Michael Jerris
dad062dcda
OPENZAP-53/OPENZAP-52
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@666 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-24 05:05:25 +00:00
Michael Jerris
44d2f295a9
fix version generator on windows (FSBUILD-115/FSBUILD-69)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12247 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-23 18:17:27 +00:00
Michael Jerris
843a1da0b2
use compiler intrinsics for windows x64 build (FSBUILD-131)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12246 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-23 17:56:59 +00:00
Anthony Minessale
17b7248c2c
use blank string instead of NULL
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12236 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-23 02:10:10 +00:00
Brian West
35fd710488
ESL fixes
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12230 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-22 01:42:33 +00:00
Anthony Minessale
99026e02e7
event socket / ESL improvements
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12228 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 23:19:58 +00:00
Michael Jerris
5467d03a96
generate spandsp header files to directory based on the ProjectDir instead of SolutionDir
...
Add spandsp header file generators to msvc build.
Remove generated spandsp header files from tree
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12223 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 21:37:48 +00:00
Anthony Minessale
983b66c844
pee h pee
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12221 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 20:33:24 +00:00
Michael Jerris
22a5408598
fix multi-core parallel msvc builds warnings
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12220 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 20:25:08 +00:00
Michael Jerris
9f7693d8d6
fix dependencies so that msvc build works with build solution
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12219 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 19:38:47 +00:00
Michael Jerris
94839f0883
fix msvc 2005 header file generation when there are spaces in the directory names
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12218 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 19:22:25 +00:00