]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
11 years agoAvoid mod_java on Debian wheezy
Travis Cross [Tue, 9 Sep 2014 16:25:17 +0000 (16:25 +0000)] 
Avoid mod_java on Debian wheezy

We're already avoiding it on sid and jessie; now we're hitting build
failures with it on wheezy.

ref: FS-6811

11 years agoAdd mod_bert to debian packaging
Travis Cross [Tue, 9 Sep 2014 14:25:11 +0000 (14:25 +0000)] 
Add mod_bert to debian packaging

11 years agoresolve FS-6809
Antonio [Tue, 9 Sep 2014 13:33:19 +0000 (15:33 +0200)] 
resolve FS-6809

11 years agomod_skinny: improvements to error handling/detection
Nathan Neulinger [Tue, 9 Sep 2014 13:30:46 +0000 (08:30 -0500)] 
mod_skinny: improvements to error handling/detection

11 years agoMerge in Moises Silva's mod_bert
Travis Cross [Tue, 9 Sep 2014 09:15:30 +0000 (09:15 +0000)] 
Merge in Moises Silva's mod_bert

11 years agoImprovements to mod_bert
Moises Silva [Mon, 14 Apr 2014 21:18:08 +0000 (17:18 -0400)] 
Improvements to mod_bert

* Honor the timer name variable

* Added mod_bert::in_sync event when the stream is in sync

11 years agoAdded cng counter to the bert test app
Moises Silva [Mon, 14 Apr 2014 20:23:05 +0000 (16:23 -0400)] 
Added cng counter to the bert test app

11 years agoTreat CNG as a silent frame in mod_bert
Moises Silva [Mon, 14 Apr 2014 05:28:38 +0000 (01:28 -0400)] 
Treat CNG as a silent frame in mod_bert

11 years agoOnly use a timer if bert_timer_name is specified, otherwise time based on input
Moises Silva [Tue, 3 Sep 2013 13:41:51 +0000 (09:41 -0400)] 
Only use a timer if bert_timer_name is specified, otherwise time based on input

11 years agoAdd BERT events for timeout and out of sync in mod_bert
Moises Silva [Wed, 28 Aug 2013 01:07:13 +0000 (21:07 -0400)] 
Add BERT events for timeout and out of sync in mod_bert

11 years agoAdd timer to mod_bert to avoid relying on remote RTP for timing
Moises Silva [Mon, 19 Aug 2013 19:43:26 +0000 (15:43 -0400)] 
Add timer to mod_bert to avoid relying on remote RTP for timing

11 years agoImprovements to mod_bert
Moises Silva [Fri, 16 Aug 2013 21:39:18 +0000 (17:39 -0400)] 
Improvements to mod_bert

* Added BERT stats channel variables

* Check if the channel is going down when out of sync to avoid flagging it
  as out of sync, if the channel is going down it is expected to have some errors

11 years agoImprovements to mod_bert
Moises Silva [Fri, 16 Aug 2013 20:30:10 +0000 (16:30 -0400)] 
Improvements to mod_bert

* Improve bert input debug
* Check for SFF_CNG and ignore those frames

11 years agoImprovements to mod_bert
Moises Silva [Tue, 13 Aug 2013 21:35:35 +0000 (17:35 -0400)] 
Improvements to mod_bert

* Use digital milliwatt as the test sequence pattern
* Add debug IO files (enabled using bert_debug_io_file variable)

11 years agoUse a triangle wave in mod_bert
Moises Silva [Tue, 6 Aug 2013 16:29:26 +0000 (12:29 -0400)] 
Use a triangle wave in mod_bert

11 years agoImprovements to mod_bert
Moises Silva [Mon, 5 Aug 2013 05:30:44 +0000 (01:30 -0400)] 
Improvements to mod_bert

* Calculate sampling error rate over a time window

* Create the following variables to control bert testing behavior:
  bert_timeout_ms - Milliseconds to wait for bert sync before timing out
  bert_window_ms - Window of time to calculate sampling error rate percentage
  bert_max_err - Max percentage of error tolerated before going out of sync
  bert_hangup_on_error - Hangup when error occurs (Timeout or going out of sync)

11 years agoAdded mod_bert module
Moises Silva [Mon, 5 Aug 2013 03:49:33 +0000 (23:49 -0400)] 
Added mod_bert module

11 years agofix url parsing
Seven Du [Tue, 9 Sep 2014 03:51:26 +0000 (11:51 +0800)] 
fix url parsing

11 years agomod_skinny: more logging during transfer operations
Nathan Neulinger [Mon, 8 Sep 2014 22:35:30 +0000 (17:35 -0500)] 
mod_skinny: more logging during transfer operations

11 years agoMerge pull request #43 in FS/freeswitch from ~GIAVAC/freeswitch:master to master
Anthony Minessale II [Mon, 8 Sep 2014 20:18:16 +0000 (15:18 -0500)] 
Merge pull request #43 in FS/freeswitch from ~GIAVAC/freeswitch:master to master

* commit '9215c9382714e04c5dfae40aaad2f0dfef259dfc':
  FS-6785 - pass and use sample rate in switch_core_session_get_payload_code()

11 years agoMerge pull request #38 in FS/freeswitch from ~ALEXDG/freeswitch-event-for-gateway...
Mike Jerris [Mon, 8 Sep 2014 19:35:47 +0000 (14:35 -0500)] 
Merge pull request #38 in FS/freeswitch from ~ALEXDG/freeswitch-event-for-gateway-ping:master to master

* commit '388e9638de7c14e00272777245dacc87cf09fc1c':
  F-5946 add the patches. if in the sofia gateway config the param pin-monitoring is true, then every ping result raise an sofia::gateway-state event

11 years agoMerge pull request #45 in FS/freeswitch from ~ANDEE/freeswitch-fs6803:master to master
Brian West [Mon, 8 Sep 2014 19:32:28 +0000 (14:32 -0500)] 
Merge pull request #45 in FS/freeswitch from ~ANDEE/freeswitch-fs6803:master to master

* commit '6753ccf65d9ea8b0334fe6a0cfdb4390bf56fcc2':
  Missed one of the variable changes!

11 years agoFS-6806 #resolve
Anthony Minessale [Mon, 8 Sep 2014 19:09:31 +0000 (00:09 +0500)] 
FS-6806 #resolve

11 years agoMissed one of the variable changes!
Andrew Cassidy [Mon, 8 Sep 2014 18:18:43 +0000 (19:18 +0100)] 
Missed one of the variable changes!

11 years agoremove alert
Anthony Minessale [Wed, 3 Sep 2014 22:25:08 +0000 (03:25 +0500)] 
remove alert

11 years agoFS-6803 #resolve
Brian West [Mon, 8 Sep 2014 16:25:48 +0000 (11:25 -0500)] 
FS-6803 #resolve

11 years agovs2010 reswig again
Jeff Lenk [Mon, 8 Sep 2014 15:32:35 +0000 (10:32 -0500)] 
vs2010 reswig again

11 years agovs2010 reswig
Jeff Lenk [Mon, 8 Sep 2014 15:18:23 +0000 (10:18 -0500)] 
vs2010 reswig

11 years agoFS-6785 - pass and use sample rate in switch_core_session_get_payload_code()
Giacomo Vacca [Mon, 8 Sep 2014 14:26:58 +0000 (14:26 +0000)] 
FS-6785 - pass and use sample rate in switch_core_session_get_payload_code()

11 years agoclean the uri to protect us from uri vulnerability attack like request /../../.....
Seven Du [Sun, 7 Sep 2014 23:46:10 +0000 (07:46 +0800)] 
clean the uri to protect us from uri vulnerability attack like request /../../../../etc/passwd

11 years agoFS-6799 fix reading sms in index 0
Dušan Dragić [Sun, 7 Sep 2014 14:43:00 +0000 (16:43 +0200)] 
FS-6799 fix reading sms in index 0

11 years agohttp 1.1 keepalive support
Seven Du [Sun, 7 Sep 2014 03:48:27 +0000 (11:48 +0800)] 
http 1.1 keepalive support

11 years agofix http header parsing, now it accepts short header
Seven Du [Sun, 7 Sep 2014 03:47:38 +0000 (11:47 +0800)] 
fix http header parsing, now it accepts short header

11 years agofix incorrect string termination
Seven Du [Sun, 7 Sep 2014 03:45:12 +0000 (11:45 +0800)] 
fix incorrect string termination

if read multi times when waiting for a slow client, then bytes is much shorter than datalen
so it could incorrectly terminate the string and data could be lost

11 years agoFS-6796 #resolve hack mod_lua to read correct binary string
Seven Du [Sat, 6 Sep 2014 11:38:40 +0000 (19:38 +0800)] 
FS-6796 #resolve hack mod_lua to read correct binary string

11 years agorefactor http parsing and prevent read body more than content-length
Seven Du [Sat, 6 Sep 2014 11:35:05 +0000 (19:35 +0800)] 
refactor http parsing and prevent read body more than content-length

11 years agofix return value
Seven Du [Sat, 6 Sep 2014 10:29:19 +0000 (18:29 +0800)] 
fix return value

11 years agorespond to OPTIONS and only allows GET and HEAD on static resources
Seven Du [Sat, 6 Sep 2014 09:20:58 +0000 (17:20 +0800)] 
respond to OPTIONS and only allows GET and HEAD on static resources

11 years agoparse x-www-form-urlencoded post body
Seven Du [Sat, 6 Sep 2014 08:59:53 +0000 (16:59 +0800)] 
parse x-www-form-urlencoded post body

11 years agoadd http query string parsing and improve http header parsing
Seven Du [Sat, 6 Sep 2014 07:35:10 +0000 (15:35 +0800)] 
add http query string parsing and improve http header parsing

11 years agoadd HTTP Basic auth
Seven Du [Sat, 6 Sep 2014 06:29:51 +0000 (14:29 +0800)] 
add HTTP Basic auth

11 years agoadd basic http virtual host support and fix some leaks
Seven Du [Sat, 6 Sep 2014 04:06:24 +0000 (12:06 +0800)] 
add basic http virtual host support and fix some leaks

11 years agofix trivial windows compiler warning for vs2010
Jeff Lenk [Sat, 6 Sep 2014 03:43:52 +0000 (22:43 -0500)] 
fix trivial windows compiler warning for vs2010

11 years agoswigall
Seven Du [Fri, 5 Sep 2014 23:18:31 +0000 (07:18 +0800)] 
swigall

11 years agoFS-6796 #comment avoid use c++ string since it causing troubles
Seven Du [Fri, 5 Sep 2014 23:17:44 +0000 (07:17 +0800)] 
FS-6796 #comment avoid use c++ string since it causing troubles

11 years agoMerge pull request #40 in FS/freeswitch from ~RTRELEAVEN/freeswitch-fs-4762:fs-4762...
William King [Fri, 5 Sep 2014 18:18:34 +0000 (13:18 -0500)] 
Merge pull request #40 in FS/freeswitch from ~RTRELEAVEN/freeswitch-fs-4762:fs-4762 to master

* commit '9d9feb647a219af467514116824d80ca608fbf4c':
  make the tzfile header check look for "TZif" instead of "TZif2"

11 years agowrong platform
Brian West [Fri, 5 Sep 2014 16:14:01 +0000 (11:14 -0500)] 
wrong platform

11 years agofix copy/paste error
Brian West [Fri, 5 Sep 2014 15:57:29 +0000 (10:57 -0500)] 
fix copy/paste error

11 years agoupdate openssl
Brian West [Fri, 5 Sep 2014 15:54:54 +0000 (10:54 -0500)] 
update openssl

11 years agomake the tzfile header check look for "TZif" instead of "TZif2"
Russell Treleaven [Fri, 5 Sep 2014 11:05:20 +0000 (07:05 -0400)] 
make the tzfile header check look for "TZif" instead of "TZif2"

11 years agoF-5946 add the patches. if in the sofia gateway config the param pin-monitoring is...
Alexander Haugg [Fri, 5 Sep 2014 08:57:01 +0000 (10:57 +0200)] 
F-5946 add the patches. if in the sofia gateway config the param pin-monitoring is true, then every ping result raise an sofia::gateway-state event

11 years agobuild fix for mod_xml_radius
William King [Thu, 4 Sep 2014 21:57:20 +0000 (14:57 -0700)] 
build fix for mod_xml_radius

11 years agoFix a problem where radius channel variables were missing in mod_xml_radius
William King [Thu, 4 Sep 2014 21:29:35 +0000 (14:29 -0700)] 
Fix a problem where radius channel variables were missing in mod_xml_radius

11 years agoSet new `cache_dir` for debian
Travis Cross [Thu, 4 Sep 2014 21:09:46 +0000 (21:09 +0000)] 
Set new `cache_dir` for debian

11 years agoRemove stray leading slashes
Travis Cross [Thu, 4 Sep 2014 21:00:24 +0000 (21:00 +0000)] 
Remove stray leading slashes

ref: commit ce96d95c5e5b29b3bcb69d6e5416f0bc6bfb88f7

11 years agoName variable `storage_dir`
Travis Cross [Thu, 4 Sep 2014 20:57:28 +0000 (20:57 +0000)] 
Name variable `storage_dir`

...rather than `storage`.

ref: commit ce96d95c5e5b29b3bcb69d6e5416f0bc6bfb88f7

11 years agoFixing a typo in the radius accounting end condition configuration handling in mod_xm...
William King [Thu, 4 Sep 2014 20:48:50 +0000 (13:48 -0700)] 
Fixing a typo in the radius accounting end condition configuration handling in mod_xml_radius

11 years agoAdd `valet_park ... auto out ...` to syntax string
Travis Cross [Thu, 4 Sep 2014 20:40:53 +0000 (20:40 +0000)] 
Add `valet_park ... auto out ...` to syntax string

FS-5992 #resolve

11 years agoFS-6595: Enable pause_play and file_seek for conference member fnode #resolve
Michael Jerris [Thu, 4 Sep 2014 19:56:15 +0000 (15:56 -0400)] 
FS-6595: Enable pause_play and file_seek for conference member fnode #resolve

11 years agoMerge pull request #34 in FS/freeswitch from ~RTRELEAVEN/fs-6773:fs-6773 to master
Mike Jerris [Thu, 4 Sep 2014 19:34:24 +0000 (14:34 -0500)] 
Merge pull request #34 in FS/freeswitch from ~RTRELEAVEN/fs-6773:fs-6773 to master

* commit 'a159b58790cf980df375faa5a55fb713faf257c5':
  fix missing "/" in path
  add support for cache directory make configs use specific directory variables instead of just base_dir so that one configuration can be used for fhs and legacy installations

11 years agoShow gateway uptime in seconds
Travis Cross [Thu, 4 Sep 2014 05:29:25 +0000 (05:29 +0000)] 
Show gateway uptime in seconds

In `sofia status gateway ...` let's show the uptime in seconds rather
than in microseconds.  We'll output the uptime in microseconds in
`xmlstatus` and we'll label it as such.

11 years agoAdd uptime property to mod_sofia gateways
Steven Ayre [Wed, 3 Sep 2014 20:44:11 +0000 (21:44 +0100)] 
Add uptime property to mod_sofia gateways

The 'UP' status indicates a gateway is online as determined by
registration and/or SIP OPTIONS pinging.

The time the gateway has been in the 'UP' status is recorded,
and can be monitored using 'sofia status' and 'sofia xmlstatus'.

This can be used to detect and graph when there are outages.

ref: FS-6772

Reviewed-by: Travis Cross <tc@traviscross.com>
11 years agoFix build on gcc-4.9
Travis Cross [Thu, 4 Sep 2014 03:39:23 +0000 (03:39 +0000)] 
Fix build on gcc-4.9

GCC doesn't like when variables that are set but never used.

11 years agoCatch more swig-generated files with gitattributes
Travis Cross [Thu, 4 Sep 2014 03:20:25 +0000 (03:20 +0000)] 
Catch more swig-generated files with gitattributes

11 years agoremove debug
Seven Du [Thu, 4 Sep 2014 02:38:37 +0000 (10:38 +0800)] 
remove debug

11 years agoswig all
Seven Du [Thu, 4 Sep 2014 02:31:23 +0000 (10:31 +0800)] 
swig all

11 years agoinitial support of http handing in mod_verto
Seven Du [Thu, 4 Sep 2014 02:24:19 +0000 (10:24 +0800)] 
initial support of http handing in mod_verto

11 years agoadd param to let the socket stay open even if not websockt, thanks Anthony
Seven Du [Thu, 4 Sep 2014 02:21:22 +0000 (10:21 +0800)] 
add param to let the socket stay open even if not websockt, thanks Anthony

11 years agoswig hack
Seven Du [Thu, 4 Sep 2014 02:13:45 +0000 (10:13 +0800)] 
swig hack

11 years agoadd ability to read from a stream
Seven Du [Thu, 4 Sep 2014 01:00:38 +0000 (09:00 +0800)] 
add ability to read from a stream

do not use this unless you understand what you are doing and you want to take the risk,
you are warnned

11 years agoadd http utils
Seven Du [Thu, 4 Sep 2014 00:43:51 +0000 (08:43 +0800)] 
add http utils

11 years agoCheck for null hash or private while holding lock
Travis Cross [Wed, 3 Sep 2014 19:42:25 +0000 (19:42 +0000)] 
Check for null hash or private while holding lock

What if the hash were destroyed by one thread holding the lock while
another thread was waiting for the lock?  The waiting thread would
have already checked that the hash was non-null and would proceed on
that assumption after acquiring the lock.

With this commit we check only after acquiring the lock.

ref: FS-6783
ref: FS-6775

11 years agoRe-fix memory leak
Travis Cross [Wed, 3 Sep 2014 19:41:41 +0000 (19:41 +0000)] 
Re-fix memory leak

After consideration, this still looks correct.

Thanks-to: Anthony Minessale <anthm@freeswitch.org>
ref: FS-6783
ref: FS-6775

11 years agoReintroduce memory leak in mod_hash to avoid crash
Travis Cross [Wed, 3 Sep 2014 18:11:08 +0000 (18:11 +0000)] 
Reintroduce memory leak in mod_hash to avoid crash

ref: commit 3e24b3e2c2b28cc672943e75b009377d33f1b01b
ref: FS-6783
ref: FS-6775

11 years agoFS-3867: #resolve add special case for oracle alive query
Michael Jerris [Wed, 3 Sep 2014 17:31:34 +0000 (13:31 -0400)] 
FS-3867: #resolve add special case for oracle alive query

11 years agomod_spandsp: added SWITCH_CURRENT_APPLICATION_RESPONSE_VARIABLE on application errors
Giovanni Maruzzelli [Wed, 3 Sep 2014 13:52:50 +0000 (15:52 +0200)] 
mod_spandsp: added SWITCH_CURRENT_APPLICATION_RESPONSE_VARIABLE on application errors

11 years agoFS-6757 FS-6713 #comment please try latest master that has a new patch in it to addre...
Anthony Minessale [Tue, 2 Sep 2014 18:56:46 +0000 (23:56 +0500)] 
FS-6757 FS-6713 #comment please try latest master that has a new patch in it to address this issue

11 years agofix missing "/" in path
Russell Treleaven [Mon, 1 Sep 2014 12:50:51 +0000 (08:50 -0400)] 
fix missing "/" in path

11 years agoadd support for cache directory
Russell Treleaven [Mon, 1 Sep 2014 00:22:08 +0000 (20:22 -0400)] 
add support for cache directory
make configs use specific directory variables instead of just base_dir
so that one configuration can be used for fhs and legacy installations

11 years agoAvoid leaking memory while iterating hash tables
Travis Cross [Sat, 30 Aug 2014 03:41:58 +0000 (03:41 +0000)] 
Avoid leaking memory while iterating hash tables

`switch_core_hash_first` allocates an iterator on each call that is
never freed except when the hash table is empty.

By using `switch_core_hash_first_iter` we allocate only one iterator,
and that iterator is freed after the last item is processed.

11 years agoSuppress diff output for swig-generated files
Travis Cross [Sat, 30 Aug 2014 02:59:43 +0000 (02:59 +0000)] 
Suppress diff output for swig-generated files

11 years agoAdd back goodness refactored out
Travis Cross [Sat, 30 Aug 2014 01:32:57 +0000 (01:32 +0000)] 
Add back goodness refactored out

11 years agoFix comment spelling
Travis Cross [Sat, 30 Aug 2014 01:19:09 +0000 (01:19 +0000)] 
Fix comment spelling

11 years agoFix comment spelling
Travis Cross [Sat, 30 Aug 2014 00:52:16 +0000 (00:52 +0000)] 
Fix comment spelling

11 years agoRefactor mod_hash limit_release_hash a bit
Travis Cross [Fri, 29 Aug 2014 21:44:04 +0000 (21:44 +0000)] 
Refactor mod_hash limit_release_hash a bit

11 years agoFS-6775 #resolve
Brian West [Fri, 29 Aug 2014 14:55:00 +0000 (09:55 -0500)] 
FS-6775 #resolve

11 years agomod_rayo: fix nested join to calls and conferences
Chris Rienzo [Thu, 28 Aug 2014 17:16:55 +0000 (13:16 -0400)] 
mod_rayo: fix nested join to calls and conferences

11 years agoCheck gcc support for -Wno-unused-result
Travis Cross [Thu, 28 Aug 2014 13:29:23 +0000 (13:29 +0000)] 
Check gcc support for -Wno-unused-result

We're using -Wno-unused-result to work around what is arguably a GCC
bug, but this option is not supported on older GCC versions.  So on
those versions we won't pass -Werror either.

ref: commit b874048efcee4ea985cf9e5592d289ddef2df40a

11 years agomod_unimrcp: remove some dead code and TODOs. Reworked error handling a bit to try...
Chris Rienzo [Thu, 28 Aug 2014 13:18:07 +0000 (09:18 -0400)] 
mod_unimrcp: remove some dead code and TODOs.  Reworked error handling a bit to try and prevent stuck channel

11 years agoAvoid overaggressive chmod/chown on upgrade
Travis Cross [Thu, 28 Aug 2014 12:24:44 +0000 (12:24 +0000)] 
Avoid overaggressive chmod/chown on upgrade

It's reasonable for someone to change one or more of these directory
permissions after installation.  We shouldn't touch more than we need
on upgrade.  Each directory needs to be owned by the freeswitch user,
but past that we can leave discretion to the system administrator.

11 years agoLower log level of limit increases and releases
Travis Cross [Thu, 28 Aug 2014 01:40:36 +0000 (01:40 +0000)] 
Lower log level of limit increases and releases

In some configurations where many limits are used, the limit increases
and releases were generating a lot of noise and making it harder to
see when limits were exceeded, which was at the same log level.

11 years agoRemove misleading `tport` example from configs
Travis Cross [Wed, 27 Aug 2014 23:10:54 +0000 (23:10 +0000)] 
Remove misleading `tport` example from configs

As an example of using mod_sofia's gateway parameter `contact-params`
we'd used the value `tport=tcp`.  Looking around, it's clear this has
misled people into believing you can specify `tport=tcp` to make the
gateway use TCP or `tport=tls` to make the gateway use TLS.  This does
not work.

The actual contact parameter is named `transport` rather than `tport`,
and you shouldn't use `transport` in `contact-params` because we
automatically add a `transport` to the Contact: based on the value of
`register-transport` (even if the gateway is set to not register).

It's clear why this would be confusing, so we'll just remove this as
an example.

11 years agoFS-6770 #resolve
Brian West [Wed, 27 Aug 2014 18:28:11 +0000 (13:28 -0500)] 
FS-6770 #resolve

11 years agomod_skinny: FS-6720 - fix issue with SLA - had to do with answering in wrong state
Nathan Neulinger [Wed, 27 Aug 2014 15:38:16 +0000 (10:38 -0500)] 
mod_skinny: FS-6720 - fix issue with SLA - had to do with answering in wrong state

11 years agoAvoid output of junk text by fs_cli
Travis Cross [Tue, 26 Aug 2014 18:41:01 +0000 (18:41 +0000)] 
Avoid output of junk text by fs_cli

In some cases where `redisplay()` is called immediately after a
command is run (e.g. `log ...`) we often get a prompt, junk output,
and a second prompt.  This is due to a (known) race.

We believe we're falling afoul of this code in `el_deletestr`:

    if (el->el_line.cursor < &el->el_line.buffer[n])
            return;

Basing the length of text to delete off of the cursor position
resolves the issue of junk text, but the real solution is to eliminate
the race conditions, which will also resolve the sometimes duplicated
prompt.

FS-6764 #resolve

Thanks-to: Nathan Neulinger <nneul@neulinger.org>
11 years agoImprove conference recording
Anthony Minessale [Tue, 26 Aug 2014 14:52:55 +0000 (09:52 -0500)] 
Improve conference recording

11 years agoclean up some injection issues in chat display
root [Mon, 25 Aug 2014 22:41:58 +0000 (18:41 -0400)] 
clean up some injection issues in chat display

11 years agoMerge pull request #29 in FS/freeswitch from ~ITALOROSSI/freeswitch:bugfix/FS-5522...
Mike Jerris [Mon, 25 Aug 2014 15:50:12 +0000 (10:50 -0500)] 
Merge pull request #29 in FS/freeswitch from ~ITALOROSSI/freeswitch:bugfix/FS-5522-add-switchname-xml-json-cdr to master

* commit 'd55505ce2a713a409a2a2d37f34893f7d1ccaf4f':
  Adding switchname to xml_cdr and json_cdr

11 years agotweak in login seq in verto
root [Sun, 24 Aug 2014 23:29:22 +0000 (04:29 +0500)] 
tweak in login seq in verto

11 years agoFS-6735
Brian West [Fri, 22 Aug 2014 21:39:45 +0000 (16:39 -0500)] 
FS-6735