aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Collapse)AuthorFilesLines
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many ↵kpfleming4-4/+6
characters were used in the parser update pbx_dundi to use ast_get_time_t eliminate some compiler warnings git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10871 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a ↵kpfleming2-2/+2
bunch of warnings found git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10805 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22* changed some strncpys to ast_copy_str crichter3-40/+74
* added copying of some IEs (user,rate,urate) with channel vars * added #6251 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10787 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22fixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network ↵crichter4-22/+30
side) one needs to upgread mISDNuser for that fix as well. also fixed the reload issue #6547 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10713 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-21Bug 6554 - Show all spans statuses with a single commandtilghman1-0/+27
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10607 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-21Bug 6552 - Be a little more descriptive about which span has the PRI errortilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10606 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-20Remove gratuitous -1 (bug #6426)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10536 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-20Remove several uses of freed memorymarkster1-15/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10512 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16add 'blindtransfer' variable to chan iax2 like chan_sip and res_features bug ↵mogorman1-0/+3
note 6407 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10354 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16Whitespace cleanupoej1-55/+55
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10271 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10241 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15adde incoming_early_audio option, to avoid sending tone indications to the ↵crichter3-2/+16
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-15added pmp_l1_check option, to avoid l1 checking for group calls on PMP portscrichter5-19/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10225 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15remove code that does not appear to do anything useful (issue #6059)kpfleming1-9/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10142 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15Merged revisions 10137 via svnmerge from kpfleming1-0/+2
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-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming2-13/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10105 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)kpfleming1-2/+2
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-14Merged revisions 9958 via svnmerge from kpfleming1-1/+1
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-14fixed a certain 64bit segfaultcrichter1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9900 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14fixed the occasional no audio issue, still need deeper investigation .. ↵crichter2-2/+3
echotraining is off by default git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9882 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-13declare function_sipppeer as static (issue #6466)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9758 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-13remove unneeded var (issue #6466)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9757 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12set peername after recent function updatesrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9718 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds ↵kpfleming1-2/+5
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-12major dialplan functions updatekpfleming3-56/+43
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-11Makefile updates for renaming of chan_misdn_configrussell1-6/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9644 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11rename chan_misdn_config.c to misdn_config.crussell1-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9643 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11Merged revisions 9609 via svnmerge from russell3-0/+3
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-11don't try to build a chan_misdn_config.sorussell1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9585 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11remove unused header and channel modulekpfleming3-1274/+37
use auto-build for channels git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9569 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11Make IAX2 not try to authenticate when registration info is not changingmarkster1-3/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9507 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11doh!kpfleming1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9472 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10clean up SMDI support commit:kpfleming1-3/+3
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-10Add boost gain option to microphone, also minor bug fixes (#6388)mattf1-18/+85
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9449 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10Minor bugfix for #6386mattf1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)mattf2-8/+86
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9423 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10Merged revisions 9404 via svnmerge from kpfleming2-8/+2
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-10restore 'rfc2833' naming for DTMF mode in chan_sipkpfleming1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9391 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10* jb can be configed by misdn_set_optcrichter1-37/+92
* reload does misdn_reload as well git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9378 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10added Proceeding state, to be more ETSI conform with outgoing setups on the ↵crichter1-0/+6
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-10Bug 6387 - janitor cleanup for linked liststilghman1-50/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9349 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09still some L1 related fixescrichter1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9309 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09- Change "rfc2833" to "rtp" in sip.conf. Keeping backwards compatibility.oej1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9294 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09remove unnecessary format check in zt_request so that we will actually acceptrussell1-8/+0
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-09clarify return value (issue #6434)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9248 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09Merged revisions 9246 via svnmerge from russell1-0/+1
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-08Merged revisions 9232 via svnmerge from mogorman1-0/+3
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-08fix for the L2 Signallingcrichter1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9225 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-08L2 Signalling in PTP-TE Mode fixedcrichter1-2/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9223 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-08* dozens of white-space removementscrichter4-148/+62
* 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