Archived
14
0
Fork 0
Commit graph

7017 commits

Author SHA1 Message Date
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
tilghman
5d54612e76 Blocked revisions 9323 via svnmerge
........
r9323 | tilghman | 2006-02-09 15:02:05 -0600 (Thu, 09 Feb 2006) | 2 lines

Backport 5929 to 1.2

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9324 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 21:08:29 +00:00
russell
34490de229 conversions to memory allocation wrappers, remove duplicated error messages,
remove unnecessary casts, malloc+memset to calloc (issue #6395)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9310 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 16:59:50 +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
oej
d631197090 - Adding example on using european time zones in voicemail.conf
- Moving the timezone section to below the documentation section

Example written and contributed by Henrik Olsen, Astricon Training student.
Thanks!



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9292 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 15:25:34 +00:00
russell
ea519bd79f git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9263 f38db490-d61c-443f-a65b-d21fe96a405b 2006-02-09 02:35:34 +00:00
russell
62ed12ee5a remove some Makefile targets for things that don't exist in the tree
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9261 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 02:27:30 +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
c1fa207982 various code cleanup changes including changing #define'd constants to enums,
comments to doxygen style, memory allocation to use ast_ wrappers, use calloc
instead of malloc+memset, and removing duplicated error messages (issue #6435)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9259 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 02:08:04 +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
tilghman
54a33238cc Merged revisions 9233 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9233 | tilghman | 2006-02-08 16:34:38 -0600 (Wed, 08 Feb 2006) | 2 lines

Leave it to RH/CentOS to put the freetds headers in a completely nonstandard location.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9238 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-08 23:10:39 +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
e1b3561cab minor cleanup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9166 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-06 20:30:49 +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
tilghman
19e31d4510 Merged revisions 9156 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9156 | tilghman | 2006-02-05 11:10:19 -0600 (Sun, 05 Feb 2006) | 2 lines

Bug 6176 - Fix race condition

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9157 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-05 17:20:29 +00:00
russell
78631ee5dd remove windows-style line endings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9150 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-04 16:32:27 +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
tilghman
d36e97804d Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9138 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-03 22:37:29 +00:00
kpfleming
1168220a4d remove obsolete stuff
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9124 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 22:23:00 +00:00
kpfleming
e2230d0f19 make chan_misdn build on x86-64
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9123 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 22:05:47 +00:00
kpfleming
a53cfb0489 updates to compile against current trunk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9119 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 21:49:36 +00:00
crichter
74f1a3be42 updated the misdn documentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9116 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 21:25:37 +00:00
crichter
870f55a59b * removed unnecessary struct elements and functions
* fixed "RETRIEVE does not work" bug
* fixed some NT Mode bugs
* removed some // comments
* added configureable jitterbuffer
* removed own tone-generator, and use asterisks instead, to support 
  asterisks indications
* added more support for hw-bridging, we bridge now every possible call
* fixed some hdlc mode issues, with a patch for chan_zap we can make 
  data calls between chan_zap and chan_misdn now
* completely reworked the config engine, works like a charm now
* fixed SetCallerPres - bug
* added Progress and Proceeding passing
* optimized Ringing Indication handling
* added full ast_send_text support (you can setup nice menus with the dialplan
  now)
* added support to read /etc/misdn-init.conf to clarify the NT+PTP Problem
* we compile now channels/misdn if mISDNuser is installed systemwide


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9114 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 21:15:34 +00:00
mattf
7f27c64826 Fix w/ string field updates #6397
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9113 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 21:02:19 +00:00
oej
20d97c496d - Remove "frame relay" from chan_sip !
- Add some comments for the monitoring thread


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9107 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 20:51:08 +00:00
mattf
dd80bec97d git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9106 f38db490-d61c-443f-a65b-d21fe96a405b 2006-02-02 20:50:29 +00:00
oej
4167358579 - Add doxygen docs on return values on check_user_full()
- Simplify code in handle_request_subscribe (mailbox subscription)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9105 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 20:28:57 +00:00
oej
ef88ed76fc - Make debug logging for each authentication (twice per call) optional
- Small update to doxygen comment


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9104 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 20:18:31 +00:00
kpfleming
50ffcb069b Merged revisions 9086 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9086 | kpfleming | 2006-02-02 12:37:04 -0600 (Thu, 02 Feb 2006) | 2 lines

don't override ASTERISKVERSIONNUM to 000000 for non-svn builds

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9088 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 18:40:22 +00:00
kpfleming
bd0fd66073 block patch that has already been merged
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9087 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 18:40:06 +00:00
mattf
faffb3f5bc More stringfield related changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9085 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 18:33:23 +00:00
mattf
4f0e946c0c Fix so that hardhdlc works w/ chan_zap
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9072 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 16:09:38 +00:00
mattf
ad4ff26892 Fix for very unlikely memory leak in res_odbc
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9071 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 16:09:01 +00:00
oej
6b4277a971 Issue #6383 - Crash on CLI originate with missing channel argument
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9065 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 14:04:29 +00:00
kpfleming
21d21f89c0 use string fields for some stuff in ast_channel
const-ify some more APIs
remove 'type' field from ast_channel, in favor of the one in the channel's tech structure
allow string field module users to specify the 'chunk size' for pool allocations
update chan_alsa to be compatible with recent const-ification patches


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9060 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01 23:05:28 +00:00
mogorman
4d4470fe15 reports why an agi script errors out on opening
file


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9059 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01 20:40:45 +00:00
oej
2b36f6c314 - Update URL to digium store
- Remove X100p and S100u
- Add mISDN
- remove ISDN4Linux 


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9057 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01 19:16:09 +00:00
mogorman
4ef13bdcda Allows for user to uninstall asterisk binaries
bug 6177


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9052 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01 18:39:41 +00:00