dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

7061 Commits

Author SHA1 Message Date
russell dd08051ba9 declare function_sipppeer as static (issue #6466)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9758 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-13 17:46:34 +00:00
russell 682464a5b8 remove unneeded var (issue #6466)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9757 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-13 17:43:38 +00:00
russell 9189fa7aa5 fix codec_ilbc.so build - it would build before, but libilbc.a was not linked
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9732 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-13 01:58:33 +00:00
russell dcdfdeb537 use the zone and options set by the arg parsing macros
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9719 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12 19:26:15 +00:00
russell ffb2e4679e set peername after recent function updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9718 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12 19:19:19 +00:00
russell c8911c3450 fix a little typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9704 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12 17:07:45 +00:00
kpfleming e217105bfc ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9691 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12 16:52:42 +00:00
kpfleming 5d9ed5739a major dialplan functions update
deprecate LANGUAGE() and MUSICCLASS(), in favor of CHANNEL()


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9674 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12 04:28:58 +00:00
tilghman 9f87dd693e Make the ditlen and tone configurable at runtime
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9658 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12 03:38:50 +00:00
russell bbbb174a27 Makefile updates for renaming of chan_misdn_config
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9644 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 22:09:31 +00:00
russell 70fbc46719 rename chan_misdn_config.c to misdn_config.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9643 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 22:08:12 +00:00
russell fcdce7ed63 eliminate warning on older versions of gcc
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9629 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 20:54:21 +00:00
kpfleming 7efd245a3a don't blow up if multiple copies of the headers are found
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9628 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 20:48:48 +00:00
russell 29c48e23e2 Merged revisions 9609 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9609 | russell | 2006-02-11 14:23:20 -0500 (Sat, 11 Feb 2006) | 2 lines

fix memory leak from not destroying the scheduler context on module unload

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9610 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 19:31:11 +00:00
russell e433781c73 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9608 f38db490-d61c-443f-a65b-d21fe96a405b 2006-02-11 19:17:42 +00:00
russell 67a50f994d update for change to ast_pbx_outgoing_exten
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9601 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 19:02:14 +00:00
kpfleming f9eb3cbf01 don't try to include non-existing (and unneeded) header file
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9586 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 18:45:03 +00:00
russell 4a78d9faeb don't try to build a chan_misdn_config.so
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9585 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 18:40:42 +00:00
russell 0a0b84d8de Merged revisions 9581 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9581 | russell | 2006-02-11 13:15:00 -0500 (Sat, 11 Feb 2006) | 2 lines

now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9582 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 18:31:59 +00:00
kpfleming 39387e08cc remove unused header and channel module
use auto-build for channels


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9569 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 17:58:21 +00:00
kpfleming 64cdc6493a use auto-build for pbx modules
correct install variable for format modules


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9568 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 17:48:44 +00:00
kpfleming 28a949808b use auto-build for formats
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9567 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 17:43:54 +00:00
kpfleming af19357c5d use auto-build for codecs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9566 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 17:41:36 +00:00
kpfleming 2cafc00736 use auto-build for cdr modules
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 17:24:44 +00:00
kpfleming 32337b7e7f use auto-build for apps, simplify variable setting
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 17:12:05 +00:00
kpfleming dda3cfe4a0 use auto-build for res modules too
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9552 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 16:44:15 +00:00
kpfleming 7af82de9e9 prepare to use auto-build rules in other Makefiles
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9551 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 16:30:23 +00:00
kpfleming c5e42c6158 set standard properties on all non-binary files
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9549 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 16:15:11 +00:00
tilghman bde9850ff5 Fix compile time warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9548 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 16:13:03 +00:00
kpfleming fa4d9273e4 Merged revisions 9493,9528 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9493 | bweschke | 2006-02-11 00:29:34 -0600 (Sat, 11 Feb 2006) | 3 lines

 kpfleming's fix from r9472 backported to 1.2


........
r9528 | kpfleming | 2006-02-11 09:22:55 -0600 (Sat, 11 Feb 2006) | 2 lines

clean up my mess from thread-starting change

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9529 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 15:27:38 +00:00
markster 24dc28a81f Add capability to retrieve list of channel types
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9508 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 07:06:47 +00:00
markster 1433cfdf02 Make IAX2 not try to authenticate when registration info is not changing
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9507 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 07:06:23 +00:00
markster 7648d4efc4 Fix SMDI to not blow up asterisk when there's no config file.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9506 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 07:05:49 +00:00
kpfleming 8bcc7f6129 ignore archives in this directory
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9490 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 04:02:50 +00:00
kpfleming c03bcdcc9d doh!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9472 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 03:28:59 +00:00
kpfleming 801e0575cd remove last vestiges of pbx_functions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9471 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 03:21:09 +00:00
kpfleming 5f90b9bebd build function modules independently (no more pbx_functions.so)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9469 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 03:14:05 +00:00
kpfleming 7acc893dad fix compiler warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9468 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 03:13:25 +00:00
kpfleming 3d8745a038 one more copyright/file header and version string support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9452 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 23:58:11 +00:00
kpfleming 6fdcb5fae5 clean up SMDI support commit:
copyright header format and dates
code formatting and guidelines conformance
use of timeval wrapper functions
use of memory allocation wrappers
propery unref created interface objects during config load
document new variable set by chan_zap in doc/channelvariables.txt
remove useless 'extern' on function prototypes and definitions


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9451 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 23:55:47 +00:00
mattf 00dd1704f1 Lots of little fixes for doing MSVC compiling codecs in windows (#6022)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9450 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 23:37:27 +00:00
mattf 864716935a Add boost gain option to microphone, also minor bug fixes (#6388)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9449 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 23:19:05 +00:00
mattf 0f4e8cfda1 Minor bugfix for #6386
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 22:45:03 +00:00
mattf 8ebf7821fe Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9423 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 21:50:56 +00:00
kpfleming e04e114ef1 Merged revisions 9404 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9404 | kpfleming | 2006-02-10 14:38:59 -0600 (Fri, 10 Feb 2006) | 2 lines

don't create monitor threads in detached mode, when we need to be able to pthread_join() them later if the module is unloaded (solve crash-on-unload problem for these channel modules)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9405 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 20:40:00 +00:00
kpfleming 3106171e09 restore 'rfc2833' naming for DTMF mode in chan_sip
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9391 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 16:33:47 +00:00
crichter f794f23c8d * jb can be configed by misdn_set_opt
* reload does misdn_reload as well



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9378 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 14:17:28 +00:00
crichter 455ffafb9b added Proceeding state, to be more ETSI conform with outgoing setups on the Network side (no release_complete but disconnect or release in proceeding state)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9364 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 10:10:58 +00:00
tilghman 45d876ed93 Bug 6387 - janitor cleanup for linked lists
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9349 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 00:20:43 +00:00
tilghman 105c194a62 Blocked revisions 9326 via svnmerge
........
r9326 | tilghman | 2006-02-09 15:10:10 -0600 (Thu, 09 Feb 2006) | 2 lines

Revert behavior change from previous commit (fixes only)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9327 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 21:11:13 +00:00