Commit Graph

15115 Commits

Author SHA1 Message Date
Michael Jerris c9eacf2ba0 .gitignore 2010-04-01 20:54:52 -04:00
Raymond Chandler b0692630b1 fix mod_enum build when udns is already on the base system 2010-04-02 00:19:02 +00:00
Travis Cross 5f29a839c4 Leave SWITCH_VERSION_REVISION alone in the tagging script unless it is explicitly specified. 2010-04-01 21:33:11 +00:00
Travis Cross a647f768d5 Improved the post-tagging push instructions on the release tagging script. 2010-04-01 21:23:56 +00:00
Mathieu Rene 019c4471ad add switch_channel_export_variable 2010-04-01 15:49:32 -04:00
Mathieu Parent 54e73c774f Skinny: Check for socket to see if listener is alive
also, use tab to indent
2010-04-01 19:50:55 +02:00
Mathieu Parent 542f643ef5 Merge branch 'master' of git.freeswitch.org:freeswitch 2010-04-01 19:46:03 +02:00
Mathieu Parent 59bb764ff9 Skinny: avoid some crashes
- move api to own file
- really allow several profiles (one thread per profile)
- global pool
- pool per profile
- Remove unused globals.calls
- Check for closed listener before sending data
- use mutex for hashes
2010-04-01 19:41:48 +02:00
Michael Jerris 3d4b9f83f4 .gitignore 2010-04-01 13:32:02 -04:00
Mathieu Parent b8ac781c05 Skinny: Implement shared lines and more
- Shared lines (same line on several phones)
  + Active lines stored in db
- Separate SQL mutex per profile
- New event skinny::call_state
- Clean port_message
- More protocol understanding:
  + stimulus may have call_id
  + off_hook may have call_id
  + set_ringer may have call_id and line_instance
  + New DisplayPriNotifyMessage
- Use Cisco terms for Call state
  + Congestion -> LineInUse
  + CallRemoteMultiline -> InUseRemotely
- Add line_instance to Lines table (relative position contrary to
  absolute position)
- Less assertions as FS already does some
2010-04-01 14:08:12 +02:00
Moises Silva 0bdc156882 remove sample rate member from sangoma codec request 2010-03-31 18:11:44 -04:00
Raymond Chandler 4b8eba656d .gitignore 2010-03-31 17:24:10 -04:00
Anthony Minessale 82c8ce3bcb Merge branch 'master' of git.freeswitch.org:freeswitch 2010-03-31 16:00:16 -05:00
Anthony Minessale b1bc026408 .gitignore 2010-03-31 15:59:57 -05:00
Moises Silva ee62a4d77f try again, this time in modules.conf.in 2010-03-31 16:58:31 -04:00
Anthony Minessale 89f399832d add killgw _all_ to delete all gws 2010-03-31 15:02:50 -05:00
Anthony Minessale b6aaea1e9e Merge branch 'master' of git@git.freeswitch.org:freeswitch 2010-03-31 12:40:41 -05:00
Stefan Knoblich f4c1dee95b FreeTDM: freetdm.pc.in was still using "OpenZAP", fix the name and library name. Leaving the homepage tag alone for now until a new one has been set up(?). 2010-03-31 19:53:00 +02:00
root 23936edd47 FSCORE-578 2010-03-31 12:40:06 -05:00
Raymond Chandler 58413de3e3 this shouldn't be here 2010-03-31 13:39:32 -04:00
root 9c5fc3a8e3 FSCORE-578 2010-03-31 12:28:50 -05:00
root 0247e0cd27 add mod_sangoma_codec as a commented module in modules.conf 2010-03-31 11:48:18 -04:00
Giovanni aaae4c652d skypopen: making XEvents to works when EARLYMEDIA, and correctly manage threads death 2010-03-31 16:22:25 +02:00
Giovanni d46a1ca701 skypopen: revert test git 2010-03-31 16:20:00 +02:00
Giovanni a8518f28ba skypopen: test git 2010-03-31 16:17:31 +02:00
Travis Cross fdf25d97df Revert "Updated the configure script for git builds."
This reverts commit 3c0cb60fa2.

This went in too early; it belongs with a patch set that handles
builds from both git and svn.
2010-03-30 23:14:37 +00:00
root e6129e045e added load/noload options for the supported codecs 2010-03-30 17:03:00 -04:00
Travis Cross 91feec300e Added a reminder to 'git push' after tagging a release. 2010-03-30 18:52:40 +00:00
Travis Cross 23d3205c36 Produce an xz (lzma) bundle when doing a release. 2010-03-30 18:41:16 +00:00
Travis Cross 5f3b27da3f Removed an obsolete release tagging script. 2010-03-30 18:41:16 +00:00
Travis Cross 54e48da7be Rewrote the release tagging script so as to work usefully with git. 2010-03-30 18:41:16 +00:00
Travis Cross 3c0cb60fa2 Updated the configure script for git builds. 2010-03-30 18:41:15 +00:00
Michael Jerris 18094c36f7 Merge branch 'master' of gitolite:freeswitch 2010-03-30 14:25:34 -04:00
Michael Jerris b05ffbf759 add empty dir 2010-03-30 14:25:13 -04:00
root 3f7990d385 fix empty libsndfile dir 2010-03-30 09:48:01 -05:00
root 565631c995 fix empty nsprpub dir 2010-03-30 09:45:59 -05:00
root f1bc4c960b fix ilbc empty dir 2010-03-30 09:44:39 -05:00
Travis Cross f6a8204280 Merged OpenZAP and FreeTDM into the FreeSWITCH tree. 2010-03-30 07:23:52 +00:00
Michael Jerris a33b576e70 copy mod_gsmopen from branch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17138 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-30 05:59:43 +00:00
João Mesquita e39be69652 Initial codec configuration querying modules. Not functional yet.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17137 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-30 03:52:45 +00:00
Anthony Minessale 80a93da4ed handle some errors on missing db handle conditions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17136 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-30 03:13:49 +00:00
João Mesquita bc0b04d255 Add more information to splash screen and warn users when very important modules are not loaded.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17135 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-30 02:09:08 +00:00
Moises Silva 1382239370 try adding preliminar G722 ... audioooo soooundssssss sloooooow ...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17134 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-29 23:02:47 +00:00
Moises Silva 3d86ae76b5 add gsm and ilbc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17133 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-29 21:20:46 +00:00
Moises Silva 42823701e6 fix G726 bytes per frame compressed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17132 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-29 18:14:50 +00:00
Moises Silva 008832d872 remap codec id IANA
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17131 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-29 17:47:29 +00:00
Mathieu Rene b2c75e1897 update comment to mention the right file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17130 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-29 16:15:25 +00:00
Brian West 6066330774 FSCORE-580
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17129 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-29 14:02:49 +00:00
Mathieu Parent 39c9065e87 perl-skinny: enhance the Testsuite
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17128 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-29 07:44:25 +00:00
Mathieu Rene e31860d127 missing va_end
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17126 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-28 00:52:38 +00:00