dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

2722 Commits

Author SHA1 Message Date
tilghman 12253afbbc Bug 6554 - Show all spans statuses with a single command
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10607 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-21 05:41:37 +00:00
tilghman b8236f054e Bug 6552 - Be a little more descriptive about which span has the PRI error
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10606 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-21 05:34:52 +00:00
markster 0f860df4b8 Remove gratuitous -1 (bug #6426)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10536 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-20 06:18:18 +00:00
markster fe4a2a6c47 Remove several uses of freed memory
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10512 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-20 05:58:50 +00:00
mogorman b1e9d68389 add 'blindtransfer' variable to chan iax2 like chan_sip and res_features bug note 6407
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10354 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 23:44:09 +00:00
oej a99f76d3f4 Whitespace cleanup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10271 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 08:19:34 +00:00
russell c72e5e1b38 remove the uses of the deprecated STANDARD_LOCAL_USER
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10241 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 20:11:56 +00:00
crichter 8e9b1bb203 adde incoming_early_audio option, to avoid sending tone indications to the remote party on incoming calls from the pstn, this shouldnt be enabled, only if the provider allows it
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10227 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 19:51:33 +00:00
crichter 2913414dba added pmp_l1_check option, to avoid l1 checking for group calls on PMP ports
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10225 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 19:32:45 +00:00
kpfleming 564a29ff7c remove code that does not appear to do anything useful (issue #6059)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10142 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 01:55:20 +00:00
kpfleming a10a6b1402 Merged revisions 10137 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10137 | kpfleming | 2006-02-14 19:21:33 -0600 (Tue, 14 Feb 2006) | 2 lines

ensure that agents logged in via the manager interface are stored in the persistence database (related to issue #6301)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10138 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 01:22:54 +00:00
kpfleming 15db46a445 add API function for parsing strings to time_t (issue #6320, with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10105 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 00:24:24 +00:00
kpfleming 69f7e69869 add 'systemname' option to prefix channel unique IDs with (issue #5825)
convert chan->uniqueid to a stringfield from a fixed-size buffer


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10088 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 23:42:36 +00:00
kpfleming e065c147f7 Merged revisions 9958 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9958 | kpfleming | 2006-02-14 12:30:10 -0600 (Tue, 14 Feb 2006) | 2 lines

when answering INVITE, don't send codecs the peer didn't offer (issue #6052)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9959 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 18:30:32 +00:00
crichter 0058689ed4 fixed a certain 64bit segfault
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9900 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 11:25:35 +00:00
crichter 00ef419505 fixed the occasional no audio issue, still need deeper investigation .. echotraining is off by default
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9882 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 10:44:00 +00:00
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 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
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
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 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 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
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
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
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 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 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
crichter 0a2b114fb5 still some L1 related fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9309 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 16:58:13 +00:00
oej eec98d0bea - Change "rfc2833" to "rtp" in sip.conf. Keeping backwards compatibility.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9294 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 15:40:53 +00:00
russell 0bd623857e remove unnecessary format check in zt_request so that we will actually accept
a requested format of ALAW (issue #6421, different patch)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9260 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 02:21:57 +00:00
russell 1996eb58ac clarify return value (issue #6434)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9248 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 01:52:09 +00:00
russell e1a8463ef0 Merged revisions 9246 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9246 | russell | 2006-02-08 20:24:55 -0500 (Wed, 08 Feb 2006) | 2 lines

reload peercontext on iax2 reload (issue #6442)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9247 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 01:33:50 +00:00
mogorman 275ad97c10 Merged revisions 9232 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.2

........
r9232 | mogorman | 2006-02-08 16:12:34 -0600 (Wed, 08 Feb 2006) | 4 lines

Make logger report error,warning,notice if logger.conf
not found, also updated chan_oss to give correct
error message if its config file is not found.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9239 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-08 23:14:17 +00:00
crichter b8c884370d fix for the L2 Signalling
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9225 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-08 19:51:53 +00:00
crichter 815fea258b L2 Signalling in PTP-TE Mode fixed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9223 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-08 19:39:37 +00:00
crichter e7530666c1 * dozens of white-space removements
* some // comment removements
* debugging optimization, use port where possible
* fixed  pickup problem (pickup didn't work anymore after mqueue)
* removed some mIDSN_JOLLY defines which are not needed anymore in mqueue
* adapted the new cli.h constifications



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9215 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-08 16:10:21 +00:00
mattf f6b0326637 Make sure we output the APDU debug on pri debug commands
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9194 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-07 18:00:42 +00:00
crichter 8e35b8224f default values of jitterbuffer and jitterbuffer_upper_threshold should be > 0, this fixes the tv_fix warnings, because we use ast_read to transmit frames to asterisk in jitterbuffer mode, instead of queueing the audio data with ast_queue_frame.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9186 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-07 13:34:59 +00:00
kpfleming 925d321244 rename properties for forward-porting fixes so they don't conflict with developer branches
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9163 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-06 20:18:17 +00:00
bweschke 3d8a107846 Don't set a global variable if the channel you're trying to set CHANLOCALSTATUS on has gone away already.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9139 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-03 22:38:38 +00:00