Anthony Minessale
107199f0da
try this sekil
2010-10-18 14:47:39 -05:00
Geovani Ricardo Wiedenhoft
5fea197b78
Added mod_khomp Endpoint.
...
This module has been developed to make a nice,
affordable brazilian board called Khomp
(http://www.khomp.com.br ) compatible with FreeSWITCH.
Supported boards:
- FXS
- FXO
- E1
- GSM (boards and usb devices)
- Passive record
- kommuter
2010-10-18 16:17:43 -02:00
Andrew Thompson
f8d8a395cc
Merge branch 'master' of git.freeswitch.org:freeswitch
2010-10-18 03:19:16 -04:00
Andrew Thompson
1ffff099c1
Avoid checking the lengh of a null string.
2010-10-18 03:18:35 -04:00
Anthony Minessale
afb00ef5a1
tweaks
2010-10-17 18:52:03 -05:00
Anthony Minessale
81a9f8ef1e
timeout instantly when you have exact match and are equal to max digits
2010-10-17 16:13:47 -05:00
Andrew Thompson
dc40a7789c
Arrays are 0 indexed in C, duh
2010-10-17 16:19:38 -04:00
Andrew Thompson
094ffe37cc
mod_erlang_event: Support for reading erlang cookie from a file
...
mod_erlang_event will now try to read $HOME/.erlang.cookie if no cookie
is specified in the config file. You can specify an arbitary cookie file
via the 'cookie-file' parameter in the config file. The cookie file MUST
be readable by the user freeswitch is running as (either the owner or
root) and the file MUST NOT be readable/writeable/executable by any
other user (eg 0400 permissions). Thanks to James Aimonetti for the idea
and the original patch.
2010-10-15 23:40:57 -04:00
Anthony Minessale
f6f1230259
up
2010-10-15 19:01:59 -05:00
Anthony Minessale
f87dd96375
more dmachine improvements
2010-10-15 18:00:49 -05:00
Anthony Minessale
6772c795e0
FS-2787
2010-10-15 17:59:00 -05:00
Anthony Minessale
afaf1fac05
ilbc tweak
2010-10-15 17:53:38 -05:00
Anthony Minessale
743c87883b
tweak
2010-10-15 12:55:59 -05:00
Moises Silva
bbba1148ab
mod_sangoma_codec: flush sockets on first use
2010-10-15 06:52:48 -04:00
Marc Olivier Chouinard
df5b3498ed
mod_voicemail: FS-1776 Add support for per user operator exten override param vm-operator-extension
2010-10-14 22:36:51 -04:00
Anthony Minessale
f6bcf83011
expand vars in data element
2010-10-14 20:56:19 -05:00
Anthony Minessale
4d5389bd94
FS-2781
2010-10-14 20:07:26 -05:00
Anthony Minessale
ac19f73cc4
refactor conference to use switch_ivr_dmachine for the digit parsing
...
controls are now bound to each member separately based on
conference_controls channel var, then the caller-controls param in the profile or a default to "default"
please test and report any issues in jira http://jira.freeswitch.org
2010-10-14 19:00:06 -05:00
Anthony Minessale
2fe0e00e45
update dmachine code
2010-10-14 19:00:06 -05:00
Moises Silva
36f8385bc8
mod_sangoma_codec: update stats to include more verbose rtp tx/rx format information
2010-10-14 11:59:25 -04:00
Jeff Lenk
c4d1df7619
continuation of msbuild enabled automated installers for Win32/X64
2010-10-14 14:45:15 -05:00
Brian West
c465c435dc
If we discard a recording lets set a variable to let us know this took place
2010-10-14 12:18:40 -05:00
Anthony Minessale
0559cc50da
fix att_xfer reported by woody dickson on the mailing list
2010-10-13 20:23:55 -05:00
Anthony Minessale
dfa78985b4
Change codec behaviour
...
channel_variable: sdp_m_per_ptime
Adds a new m= line for each distinct ptime in codec list.
When this variable is not set:
When mixing codecs with various ptime in a codec list, they will now be allowed to co-exist in the sdp but it will send no ptime attr.
This means the ptime preferences on the offer will be ignored when mixing codecs with various ptimes.
When receiving a codec list with no ptime attr, the ptime will be chosen from local preference instead of assuming 20ms
This means if offer contains PCMU with not ptime and FS has PCMU@40i
Dynamic payloads will now start at 98 and increment per additional dynamic codec per call.
So now you can add CELT@32000h,CELT@48000h and each one will be auto-assigned a dynamic paylaod type.
2010-10-13 19:28:20 -05:00
Anthony Minessale
4eb3ec1448
update last
2010-10-13 16:55:51 -05:00
Brian West
f42c90365c
FS-2778: force_local_ip_v4 / _v6 not handled properly in switch_find_local_ip
2010-10-13 16:52:09 -05:00
Anthony Minessale
54dcb64a4d
typo
2010-10-13 16:21:53 -05:00
Anthony Minessale
93c2ed941a
silent recovery
2010-10-13 16:17:43 -05:00
Jeff Lenk
ffd28c1930
fix build windows
2010-10-13 10:59:34 -05:00
Brian West
4e5911c291
FS-2776: FS uses IPv6 under Proxy mode, and SIP Phone uses 6to4 tunneling IPv6 address, cause hearing nothing.
2010-10-13 09:17:31 -05:00
Marc Olivier Chouinard
70d592aeba
mod_callcenter: Allow to get queue info via api
2010-10-13 01:40:18 -04:00
Mathieu Rene
4b86794dea
typo
2010-10-12 16:52:23 -04:00
Moises Silva
cd124ad802
mod_sangoma_codec: more timing debug code
2010-10-12 12:19:34 -04:00
Moises Silva
6e06ba09eb
mod_sangoma_codec: ignore cng frames
2010-10-12 12:19:34 -04:00
Moises Silva
70964c3a2c
mod_sangoma_codec: add some debug code
2010-10-12 12:19:34 -04:00
Mathieu Rene
3eab7f5a89
fs_encode: err/logging on stderr
2010-10-12 16:25:49 -04:00
Marc Olivier Chouinard
18131a58a5
mod_conference: Fix deadlock
2010-10-12 16:06:49 -04:00
Mathieu Rene
3c4d7f1d48
fs_encode: encode by [ptime] ms so we don't end up with partial frames, destroy codec when done
2010-10-12 15:48:33 -04:00
Mathieu Rene
b9a8bcd5c3
fs_encode: add bitrate argument
2010-10-12 14:31:28 -04:00
Mathieu Rene
c25476b568
fs_encode: check for file.file_interface before closing
2010-10-12 14:23:55 -04:00
Mathieu Rene
89b1760159
Add fs_encode tool
2010-10-12 13:45:43 -04:00
Anthony Minessale
c1d41dd989
only pause recording media bugs in fifo
2010-10-12 12:28:13 -05:00
Brian West
42f534fa6a
FS-2773
2010-10-12 11:41:28 -05:00
Anthony Minessale
14361c0907
FS-620
2010-10-12 09:32:15 -05:00
Anthony Minessale
ec9fddacce
add some more dmachine code for args parsing
2010-10-11 18:38:30 -05:00
Anthony Minessale
20d17baae2
set idle pattern to 255 instead of 0 to prevent clipping sound on short frames from mod_native_file FS-2772
2010-10-11 16:36:04 -05:00
Mathieu Rene
c0fddf054c
runtime/shutdown mixed up
2010-10-11 13:42:58 -04:00
Anthony Minessale
57cd1c9850
fix regression
2010-10-11 12:31:50 -05:00
Jeff Lenk
bac79ba18c
Add mod_distributor to VS2010 - not built by default
2010-10-10 13:32:45 -05:00
Jeff Lenk
4b6ef30218
Move FreeSWITCH.Managed to correct location
2010-10-10 11:23:43 -05:00
Jeff Lenk
5b2664c0a9
tweak swig script for mod_managed
2010-10-09 22:19:22 -05:00
Anthony Minessale
a82d424fbf
swigall
2010-10-09 09:00:23 -05:00
Jeff Lenk
4be25000bf
swig vs2010
2010-10-08 21:48:14 -05:00
Anthony Minessale
37298f56bd
add event data
2010-10-08 17:45:40 -05:00
Anthony Minessale
4a3c726aff
whitespace
2010-10-08 17:05:09 -05:00
Anthony Minessale
e3c427ad28
fix default ptime for iLBC and make new configurable global map in switch.conf.xml
2010-10-08 17:04:22 -05:00
Anthony Minessale
fdba0e07fa
make parens optional on functions as vars ${foo(bar)} is now the same as ${foo bar}
2010-10-08 15:59:22 -05:00
Anthony Minessale
f13fa0c1a5
FS-2763
2010-10-08 15:38:01 -05:00
Anthony Minessale
1d921b1cfa
improve dmachine stuff some more
2010-10-08 13:50:15 -05:00
Anthony Minessale
8a7f8cd22e
fix carbon copy delete after emailing paradox
2010-10-08 11:05:29 -05:00
Anthony Minessale
9537197b4d
add some goodies
2010-10-07 18:30:47 -05:00
Anthony Minessale
3cead32f13
presence again
2010-10-07 15:52:20 -05:00
Brian West
f499c0cdd7
send em on over now.
2010-10-07 10:27:31 -05:00
Marc Olivier Chouinard
3bd09b34c5
mod_voicemail: Simple correction to the app description of voicemail
2010-10-07 01:07:12 -04:00
Anthony Minessale
430fb98050
update watchdog code
2010-10-06 16:05:13 -05:00
Anthony Minessale
6c4cb07bac
fix memory leak caused by regression from FS-2747
2010-10-06 16:05:13 -05:00
Moises Silva
dc4d19e9f6
mod_sangoma_codec: do not return 0 len frames and return silence instead when there is no transcoding output
...
update stats only when we really receive a frame
2010-10-06 12:37:32 -04:00
Anthony Minessale
8f13eb8966
FS-2762
2010-10-06 15:17:48 -05:00
Anthony Minessale
3bb90ac41c
fix some edge cases
2010-10-06 15:16:09 -05:00
Anthony Minessale
fadcbd9268
watchdog_step_timeout watchdog_event_timeout (milliseconds) to detect a problem in sofia and shutdown instantly
2010-10-06 13:41:59 -05:00
Anthony Minessale
51cc00a5f9
doh
2010-10-06 11:07:41 -05:00
Anthony Minessale
fea856b67c
swigall
2010-10-06 08:48:33 -05:00
Anthony Minessale
3bae1e7ab2
refactor
2010-10-06 08:38:32 -05:00
Anthony Minessale
3716cf6f79
add more proto
2010-10-05 16:23:50 -05:00
Moises Silva
e3587c36a2
mod_sangoma_codec: print rtp address in stats
2010-10-05 10:58:42 -04:00
Moises Silva
7be271cfec
mod_sangoma_codec: remove global pool reference
2010-10-05 13:44:55 -04:00
Anthony Minessale
80883ebeb8
don't force wake thread
2010-10-05 11:11:21 -05:00
Anthony Minessale
748b82f640
minor tweaks
2010-10-05 10:50:16 -05:00
Brian West
b24231587c
FS-2755
2010-10-05 10:12:28 -05:00
Brian West
e7cafae29d
tweak
2010-10-05 09:59:23 -05:00
Moises Silva
4f414765ee
mod_sangoma_codec: fix memory leak by using a memory pool per transcoding session
2010-10-04 17:35:46 -04:00
Anthony Minessale
7f3319dc11
add switch_ivr_dmachine async digit parser to core
2010-10-04 18:23:43 -05:00
Anthony Minessale
094d8f9599
fix dialog-info presence issue
2010-10-04 17:58:05 -05:00
Michael Jerris
0ca8d88ed4
declinatio mortuus obfirmo
2010-10-04 17:43:10 -05:00
Michael Jerris
757e9e20bd
fix conference deadlock on probobly inpossible buffer failure
2010-10-04 16:58:29 -04:00
Jeff Lenk
dac27bbaa6
reswig vs2010
2010-10-04 09:15:48 -05:00
Michael Jerris
c701d41c3c
add sofia_glue_find_parameter_value function to get a specific value from a url params string
2010-10-03 20:00:32 -04:00
Michael Jerris
e11550e761
FS-502: fix nat acl count check to check against the number of nat acls
2010-10-03 19:06:56 -04:00
Michael Jerris
82c4c4cc67
FS-523: fix parsing of sofia tracelevel param, moved param from profile params to global_settings as its global, and it only worked on reparse before anyways. Please correct any documentation on this issue on the wiki
2010-10-03 05:56:43 -04:00
Marc Olivier Chouinard
f288e3c38d
mod_callcenter: Fix a potential segv following previous commit
2010-10-01 23:35:51 -04:00
Marc Olivier Chouinard
8bd3513461
mod_callcenter: Add param to change the location or name of the sqlite database like to put it into a ramdisk
2010-10-01 23:01:03 -04:00
Anthony Minessale
4aa9a83898
refactor export code and add new bridge_export app which is like export but exports across when one channel bridges another
2010-10-01 17:26:12 -05:00
Anthony Minessale
589502d3d9
FS-2747
2010-10-01 14:04:06 -05:00
Anthony Minessale
56f8c11f0b
refactor fmtp parser as a core func
2010-10-01 14:01:39 -05:00
Michael Jerris
76a065ec8b
mod_valet_parking: pass hold class on transfer
2010-10-01 14:49:25 -04:00
Michael Jerris
8cedafc80b
we modified abi, so lets be explicit
2010-10-01 12:43:43 -04:00
Brian West
6937ca39da
FS-884
2010-10-01 10:33:15 -05:00
Moises Silva
588eea410f
Merge branch 'master' of git.freeswitch.org:freeswitch
2010-10-01 07:07:12 -04:00
Jeff Lenk
5655fbd58b
fix windows build
2010-10-01 10:17:45 -05:00
Brian West
48a9e9a5ac
swigall
2010-10-01 09:54:25 -05:00
Anthony Minessale
c87b60278e
FS-2748
2010-10-01 09:30:32 -05:00
Moises Silva
2bcca2429f
mod_sangoma_codec: non-blocking reads ... again
2010-10-01 07:06:39 -04:00
Anthony Minessale
f8c9ef5f9d
fix codec regression from yesterday
2010-09-30 15:15:58 -05:00
Brian West
03e74c51f9
FS-526: improve nat handling when using stun or host as ext-rtp-ip
2010-09-30 10:23:48 -05:00
Jeff Lenk
3cf08d88b5
reswig vs2010
2010-09-29 22:47:48 -05:00
Mathieu Rene
e946da9a7d
FS-861
2010-09-29 19:49:38 -04:00
Marc Olivier Chouinard
952c7abb89
mod_silk: Small typo following new fmtp parser
2010-09-29 19:39:46 -04:00
Anthony Minessale
633f193dae
add bitrate patch from moc with some extra stuff for late neg mode
2010-09-29 16:52:43 -05:00
Jeff Lenk
45ecbc2f61
fix warnings on windows x64 builds src and mods projects - only libsofia included on the libs side
2010-09-29 15:47:58 -05:00
Anthony Minessale
84a383fe0f
improve video support for new polycom phones
2010-09-29 14:14:41 -05:00
Anthony Minessale
e9ab5368f1
fix bug in mod_loopback where bowout=false
2010-09-29 10:22:52 -05:00
Raymond Chandler
7577b8aae8
add nat_map usage
2010-09-28 11:02:35 -04:00
Brian West
04aa7ef90c
FS-1682
2010-09-27 19:14:17 -05:00
Brian West
2cb2d3bde4
FS-1682
2010-09-27 18:52:30 -05:00
Anthony Minessale
45e2b99dab
don't passthru when its proxy media, bypass media or there is no rtp session, fixes seg
2010-09-27 13:11:51 -05:00
Brian West
7310c2c553
FS-1681
2010-09-27 12:44:50 -05:00
Mathieu Parent
85b0e1b9c9
Skinny: Adds unimplemented send_data(), correct formats
...
- send_data() (only defined in .h-file - never implemented)
- Adds correct formats when adding message body.
Thanks to Peter Olsson for spotting this in FS-2737
2010-09-27 18:49:11 +02:00
Brian West
ba59c51d60
FS-2739: Handle 301 moved permanently.
2010-09-27 10:10:03 -05:00
Marc Olivier Chouinard
426a448f50
mod_callcenter: Fix invalid update of agent field FS-2738
2010-09-27 10:12:10 -04:00
Michael Jerris
6c1070ea50
FS-2009: fix coredump in rtcp socket handling
2010-09-27 04:35:17 -04:00
Michael Jerris
721c80198c
FS-488: fix crash in sofia_reg_find_gateway_by_realm__
2010-09-27 04:21:05 -04:00
Michael Jerris
bc30415380
FSRTP-19: Fix SWITCH_IO_FLAG_NOBLOCK needed for mod_sangoma_codec
2010-09-25 10:20:09 -04:00
Mathieu Parent
d018fa489a
Skinny: send proper USER_TO_DEVICE_DATA_MESSAGE
2010-09-25 10:49:13 +02:00
Mathieu Parent
b2fd42ef09
Skinny: Windows build fix
...
MS compiler doesn't have strncpy, we need another method to
ensure that the body is null-terminated
2010-09-25 10:49:12 +02:00
Jeff Lenk
90861ea075
reswig vs2010
2010-09-24 22:29:53 -05:00
Anthony Minessale
f1ecda66b6
revert
2010-09-24 16:40:21 -05:00
Anthony Minessale
75e22758d4
MODAPP-461
2010-09-24 16:03:31 -05:00
Anthony Minessale
e7b9790733
BOUNTY-23
2010-09-24 16:01:05 -05:00
Anthony Minessale
ed708bff3e
update
2010-09-24 15:14:58 -05:00
Anthony Minessale
54bf657502
FSCORE-631
2010-09-24 12:29:23 -05:00
Brian West
73e6e03d37
MODSOFIA-105 can't take defaults that were there before away
2010-09-24 11:29:06 -05:00
Brian West
8f731f42e2
MODSOFIA-105
2010-09-24 10:31:11 -05:00
Mathieu Parent
25ddef504d
Skinny: add support to DeviceToUser and UserToDevice messages
2010-09-24 01:55:54 +02:00
Mathieu Parent
f5e7284d39
Skinny: struct for 6 more messages
...
DeviceToUserDataMessage
DeviceToUserDataResponseMessage
DeviceToUserDataVersion1Message
DeviceToUserDataResponseVersion1Message
UserToDeviceDataMessage
UserToDeviceDataVersion1Message
2010-09-24 01:55:54 +02:00
Anthony Minessale
cfa30468e8
sprinkle digit_timeout into switch_ivr_read and switch_ivr_play_and_get_digits and the higher level variants
2010-09-23 18:37:45 -05:00
Anthony Minessale
b4548a606e
FSCORE-677
2010-09-23 13:33:33 -05:00
Anthony Minessale
89d99a9196
fix switch_ivr_collect_digits_callback to allow an args pointer with null callback to work like other apis
2010-09-23 13:32:02 -05:00
Mathieu Parent
9fc6b2087a
Skinny: no need for heartbeat event to handle keepalive timeout
2010-09-23 19:51:14 +02:00
Brian West
a9446ac12e
SFSIP-227
2010-09-23 11:25:43 -05:00
Jeff Lenk
0cc28f37fb
FSCORE-676 Buffer too small
2010-09-23 08:15:55 -05:00
Anthony Minessale
b02c69bba9
MODAPP-459
2010-09-22 18:14:24 -05:00
Anthony Minessale
cc42515e9f
DOH left a line behind, regression from 0748711
MODAPP-453
2010-09-22 16:38:45 -05:00
Anthony Minessale
3548168d8f
let ~ signify that multipart content will contain headers
2010-09-22 16:05:44 -05:00
Anthony Minessale
b36d015f09
fix issue leaving stale records in fifo_bridge table
2010-09-22 10:54:00 -05:00
Anthony Minessale
b6a533ee9a
fix endless loop on startup when specifying -nosql
2010-09-22 08:28:14 -05:00
Brian West
72baaf6d23
fix t38 passthru when port changes on re-invite
2010-09-21 19:22:28 -05:00
Michael Jerris
29ea6e296f
fix typo and printf specifier resulting in incorrect output of call counts on profiles and gateways
2010-09-21 15:08:26 -05:00
Michael Jerris
c236541e29
fix seg on subscribe with no contact host
2010-09-21 14:31:36 -05:00
Brian West
62b55523c2
Working codec2 support
2010-09-21 12:35:41 -05:00
Brian West
549b2356d6
update to working with latest libcodec2 which will be up on files.freeswitch.org once fixed
2010-09-21 11:45:54 -05:00
Marc Olivier Chouinard
e1fb79a179
mod_callcenter: Make sure we fail to load if config is not present
2010-09-21 12:43:48 -04:00
Jeff Lenk
4ea1595481
tweak build warning
2010-09-21 11:22:16 -05:00
Mathieu Rene
a6e502bedf
codec2: update code to new lib
2010-09-21 11:45:19 -04:00
Anthony Minessale
5aa13f13e7
revert broken patch FSCORE-652
2010-09-21 10:37:04 -05:00
Anthony Minessale
ef773e0762
FSCORE-675
2010-09-21 10:17:18 -05:00
Anthony Minessale
d093a4a4c6
make code more automagic to shut up the dude on the list
2010-09-21 10:09:55 -05:00
Mathieu Rene
04ca07512d
codec2: working prototype, still for testing only
2010-09-21 10:57:34 -04:00
Brian West
f7d16ecd3b
work in progress not fully functional yet
2010-09-21 08:57:11 -05:00
Mathieu Rene
df63657e61
avoid segfault when sofia tries to update the callee id at the same time as the outbound call is transferred
2010-09-20 19:39:45 -04:00
Anthony Minessale
09fa66787e
add 'sofia global siptrace on' so we don't have to always teach people to enable sip trace on each profile
2010-09-20 16:55:09 -05:00
Anthony Minessale
3b04608c2e
MODAPP-457
2010-09-20 15:32:57 -05:00
Jeff Lenk
184f395553
fix several code analysis problems and mask several that are required
2010-09-20 09:25:14 -05:00
Anthony Minessale
0748711434
MODAPP-453
2010-09-20 08:39:38 -05:00
Anthony Minessale
be2b5777ae
check gateway status instead of state in new function
2010-09-17 17:06:59 -05:00
Anthony Minessale
bd24aa6d79
fix doc
2010-09-17 17:02:19 -05:00
Anthony Minessale
ce01c76c56
frick
2010-09-17 16:33:56 -05:00
Brian West
62d275dd9d
Fix T.38 passthru
2010-09-17 15:15:38 -05:00
Anthony Minessale
4e41e4c584
slight fix on last commit
2010-09-17 14:49:43 -05:00
Anthony Minessale
0477cb67f5
add sofia profile <profile> gwlist up|down to list up or downed profiles for feeding into mod distributor to exclude dead gateways
2010-09-17 14:11:57 -05:00
Anthony Minessale
445731eea1
add inline lists for tab complete db using ::[a:b syntax
2010-09-17 14:10:30 -05:00
Anthony Minessale
07ec7867db
set conditionals to only fire when the mutex can be obtained
2010-09-17 14:05:48 -05:00
Brian West
d7c5cb2e33
swigall
2010-09-17 09:55:12 -05:00
Brian West
ff37e9de9a
MODAPP-456
2010-09-17 08:58:39 -05:00
Marc Olivier Chouinard
59ec8ced59
switch_utils: Add day of week 3 letter initial usage in "wday" field in the dialplan. Example : mon-fri. Using number as before is still supported. Several public switch function are available.
2010-09-17 00:26:27 -04:00
Marc Olivier Chouinard
c9fcce0869
switch_utils: Add date time range string compare function switch_fulldate_cmp. It usable in XML dialplan with date-time. String format example : 2009-10-10 14:33:22~2009-11-10 17:32:31.
2010-09-17 00:21:19 -04:00
Marc Olivier Chouinard
4ab8fa13e1
switch_utils: Add time of day string compare function switch_tod_cmp. It usable in XML dialplan with time-of-day. String format is hh:mm:ss you can define a range like this : 09:00-17:00 (Second are not optional)
2010-09-17 00:07:30 -04:00
Michael S Collins
7112c94e29
Merge branch 'master' of git://git.freeswitch.org/freeswitch
2010-09-16 16:26:46 -07:00
Michael S Collins
765cd2b7e2
Fix typos
2010-09-16 16:25:16 -07:00
Anthony Minessale
6068167208
explicit reloadxml in sofia as well
2010-09-16 18:17:52 -05:00
Anthony Minessale
d4a0132415
reverse the linked list in ivr menus to support accidental feature of multiple entries for the same keys
2010-09-16 18:11:55 -05:00
Anthony Minessale
42c9df72ce
***BEHAVIOUR CHANGE*** reloadacl, load <module>, reload <module> will now explicitly call reloadxml
2010-09-16 17:38:06 -05:00
Anthony Minessale
83da7bd318
make t38 terminal mode more reliable
2010-09-16 17:01:53 -05:00
root
19dc1ab0f2
fix crashes on FSH323Connection calls in on_hangup routine in different threads.
2010-09-16 20:08:30 +04:00
Marc Olivier Chouinard
c8a897b90c
mod_commands: Allow cond API to allow returning empty false value
2010-09-16 11:03:59 -04:00
Leon de Rooij
7d5ca1c086
Added SAF_ROUTING_EXEC flag to lua app, so it can be run inline
2010-09-16 14:02:12 +02:00
Brian West
8726104aa3
If sip_invite_domain is used lets use it for rpid_domain no matter what because I know best if I set it
2010-09-15 19:46:23 -05:00
Anthony Minessale
0d0b4b4383
move app flag into 'T38' namespace for the sake of housekeeping
2010-09-15 19:11:47 -05:00
Anthony Minessale
4e567a28a2
fix logic in app flags
2010-09-15 18:57:54 -05:00
Anthony Minessale
3eb35a57bf
forgot a spot to call conditional broadcast on shutdown
2010-09-15 17:04:54 -05:00
Jeff Lenk
6a0f7f4ae8
build tweak + vs2010 swig
2010-09-15 16:21:10 -05:00
Anthony Minessale
04b5215646
presence tweaks and addition of all-reg-options-ping which is like nat-options-ping only for every registered host
2010-09-15 15:42:08 -05:00
Brian West
9c22b0d0f4
MODENDP-327
2010-09-15 11:02:27 -05:00
Anthony Minessale
9835395c73
MDXMLINT-57
2010-09-15 10:58:12 -05:00
Michael Jerris
283b7a85b8
FSBUILD-304: Fix compile error due to incorrect format specifier
2010-09-15 02:57:31 -04:00
Anthony Minessale
54ba998f6c
formating
2010-09-14 16:23:31 -05:00
Anthony Minessale
6e23f3bef6
fix spelling err
2010-09-14 16:22:21 -05:00
Anthony Minessale
ef79535c45
add nitrus boost to sql thread
2010-09-14 16:19:13 -05:00
Marc Olivier Chouinard
8ea90fb17a
switch_core_sqldb: Simple spelling correction of log output
2010-09-14 15:30:36 -04:00
Anthony Minessale
6f2c455f92
add tone2wav
2010-09-14 11:48:43 -05:00
Anthony Minessale
b77518685c
make fore-subscription-expires only work on nonzero expire deltas, 0 means unscubscribe
2010-09-13 15:27:18 -05:00