dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

9261 Commits

Author SHA1 Message Date
kpfleming de26b25c7f Merged revisions 37441-37442 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37441 | kpfleming | 2006-07-12 10:46:56 -0500 (Wed, 12 Jul 2006) | 3 lines

fix a case where ast_lock_path() could leave a randomly-named lock file hanging around
make ast_unlock_path actually report when unlocking fails

........
r37442 | kpfleming | 2006-07-12 10:53:53 -0500 (Wed, 12 Jul 2006) | 2 lines

fix a weird case where a lock file could be left (but would happen almost never)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37514 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13 15:20:02 +00:00
crichter 64ca850133 added even more statefulness for sending out disconnect/release/release_complete messages. added support for incoming presentation/screening. fixed a bug that we generate TONE_EVENTS on hanguptone_indicatem, which caused asterisk to write blocking thread messages. added nodialtone option to prevent dialtone for always_immediate
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37508 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13 14:13:24 +00:00
kpfleming 471ba9658e allow users of RTP to use G726-32 AAL2 packing even when RFC3551 packing has been requested (Sipura/Grandstream ATAs and others will need this)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37501 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13 01:38:47 +00:00
kpfleming b2b23b395d G726-32 changes:
split support for G726-32 into RFC3551 and AAL2 packing orders, since both are in use
change "G726-32" to be RFC3551 packing order, in spite of devices that use AAL2 order with this MIME type
add ability to directly transcode between packing orders


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37494 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 22:42:13 +00:00
russell 1a6178125d fix some more app_voicemail breakage
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37492 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 22:10:59 +00:00
oej 7a3fc4c228 - Change filename to current file name
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37485 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 20:56:49 +00:00
russell b1057ec523 fix the build options for app_voicemail
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37484 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 20:35:14 +00:00
russell 520643b71e revert this change for now since it isn't working correctly and there are more
important issues to work on at the moment ...


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37483 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 20:27:46 +00:00
russell 75abdcd730 add "update" to the list of targets to ignore various included files for and
check the targets in a little bit different way


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37477 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 19:48:22 +00:00
russell 4e4fb4bdec don't let make run configure or menuselect if the target is either
"clean" or "distclean"


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37476 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 19:36:42 +00:00
russell 8b28be62cc repeat after me ...
I WILL TYPE "make" BEFORE COMMITTING ANY CODE


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37475 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 19:25:50 +00:00
oej c0ad9d9ee1 Re-enable RTCP quality reports
(Bug found in SIP Master Class, Chicago)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37474 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 19:09:55 +00:00
tilghman ad5003fe84 Merged revisions 37458 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37458 | tilghman | 2006-07-12 13:29:01 -0500 (Wed, 12 Jul 2006) | 2 lines

Merge fixup for asterisk startup script to zaptel startup script

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37459 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 18:39:36 +00:00
russell 897f87a97d make some counter variables unsigned, use ast_tvcmp instead of a custom
SOONER macro, and some other little cleanups for things like indentation


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37457 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 18:28:31 +00:00
file 6410161e82 Merged revisions 37439 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37439 | file | 2006-07-12 11:23:59 -0400 (Wed, 12 Jul 2006) | 2 lines

Add support to have maxauthreq as a global option

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37440 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 15:25:17 +00:00
kpfleming 52a1c0b8fc Merged revisions 37419 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37419 | kpfleming | 2006-07-12 08:54:10 -0500 (Wed, 12 Jul 2006) | 2 lines

remove some more bad examples of using printf

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37433 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 14:04:16 +00:00
kpfleming ac83d7a807 Merged revisions 37417 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37417 | kpfleming | 2006-07-12 08:18:21 -0500 (Wed, 12 Jul 2006) | 2 lines

get rid of some more printf's (although most of these were ifdef-ed out)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37418 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 13:29:10 +00:00
mogorman c25be2251e Merged revisions 37402 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.2

........
r37402 | mogorman | 2006-07-11 22:55:36 -0500 (Tue, 11 Jul 2006) | 2 lines

GRRR no fprintf!

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37403 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12 03:58:47 +00:00
kpfleming 4680dc3055 say times in spanish properly (using new sound files that are not yet released)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37396 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-11 23:27:51 +00:00
crichter b55dc5f392 * Introducing a new way for the l1watcher thread using the ast_sched way. Now l1watcher timeouts can be configured separately for every portgroup.
* added a signal handler to allow waking up the misdn task thread (that may sleep in a poll call) via misdn_tasks_wakeup().
* overlap_dial functionality implemented.
* fixes a bug which leads to a segfault after reordering config elements in the enum or struct



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37382 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-11 19:30:35 +00:00
file e3ad207f58 And now the trunk version! Add an option for IAX2 users that allows you to set how many outstanding AUTHREQs chan_iax2 will wait for replies on.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37380 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-11 19:03:56 +00:00
file 3a438083ca Blocked revisions 37378 via svnmerge
........
r37378 | file | 2006-07-11 14:00:50 -0500 (Tue, 11 Jul 2006) | 2 lines

Add configuration option for IAX2 users that will limit the amount of outstanding AUTHREQs we are waiting for replies on.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37379 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-11 19:01:49 +00:00
kpfleming b25b437be6 Merged revisions 37361 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37361 | kpfleming | 2006-07-10 16:01:35 -0500 (Mon, 10 Jul 2006) | 2 lines

do masquerade-behind-proxy checking with better control over locks

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37362 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10 21:07:48 +00:00
crichter cfb66bf49d removed mqueue branch reference, because mqueue is head now.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37355 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10 20:53:44 +00:00
file 7e6cbb15c7 Fixed. Done. Good. Make ast_join work like it used to.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37348 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10 19:58:33 +00:00
file a4d2b77ff0 Unbreak ast_join due to whitespace changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37347 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10 19:55:06 +00:00
file 39ee281615 Remove BRIDGE_OPTIMIZATION since it is deprecated or obsolete (take your pick)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37346 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10 19:39:47 +00:00
tilghman 9ded857bf6 Whitespace changes only
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10 19:05:48 +00:00
tilghman 0ba03dd946 Whitespace changes only
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37339 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10 17:42:12 +00:00
oej 4200e02859 Remove configuration option "restrictcid" that is nowhere to
be seen in the code. Did it exist, was it planned to exist
or was it documentationware only? Ask Dr Asterisk.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37324 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10 11:20:49 +00:00
crichter 2571c03ca7 removed unnecessary locking, which might have created deadlocks. removed find_chan_by_l3id, since the l3id is not unique over all ports. removed automatic nt_stack reinitialization, since this creates segfaults.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37323 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10 11:06:47 +00:00
kpfleming 795e8ea684 remove skeleton support for G.723.1 codec since we will never ship the rest of what is needed anyway :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37320 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-09 14:32:08 +00:00
markster a82143962a Support hold/unhold in Zap, update IAX2 parser to know about modern commands, forward hold/unhold in dial, add hold device state
and implement holding in the SLA.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37318 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-08 02:24:07 +00:00
file 9552ca1573 Merged revisions 37307 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37307 | file | 2006-07-07 19:57:53 -0400 (Fri, 07 Jul 2006) | 2 lines

Change message regarding marker bit forcing when SSRC changes to be shown only during debug so it doesn't overload high capacity systems

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37308 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 23:59:54 +00:00
russell 286bbf2c23 remove the use of -Wno-pointer-sign. Asterisk now builds without any of these
warnings present on my machine.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37303 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 16:22:32 +00:00
russell 8cb5683206 pointer signedness warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37302 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 16:20:28 +00:00
bweschke bf5755d84b Merged revisions 37212 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37212 | bweschke | 2006-07-06 15:38:45 -0500 (Thu, 06 Jul 2006) | 3 lines

 Don't do wierd things on a callback agent that has attempted logoff while still on the phone.


........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37301 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 16:16:41 +00:00
russell 5ad715ec36 pointer signedness warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37300 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 16:14:23 +00:00
russell 3bdec98161 pointer signedness warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37299 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 16:11:39 +00:00
russell 65a9c89555 eliminate warning about unused variable that occurs in some cases
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37298 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 16:07:17 +00:00
kpfleming 92dcd99e21 restore broken properties
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37297 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 16:04:29 +00:00
russell beb183af67 pointer signedness warnings elimination
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37296 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 16:03:56 +00:00
russell 4b1cb5e483 pointer signedness warnings cleanup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37295 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 16:01:36 +00:00
russell eef89b1f47 pointer signedness warnings cleanup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37294 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 15:58:20 +00:00
russell b7afe54571 more pointer signedness cleanup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37293 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 15:44:39 +00:00
russell a3fbd19622 eliminate some pointer signedness warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37291 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 07:03:42 +00:00
russell ed6fd36fd8 eliminate some pointer signedness warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37290 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 07:01:50 +00:00
russell 4695043046 eliminate a pointer signedness warning
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37289 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 07:00:28 +00:00
russell ed09a7dc4c remove the unused usecount function to eliminate a compiler warning
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37288 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 06:58:16 +00:00
russell e080349513 fix a pointer signedness issue
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37287 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 06:57:02 +00:00