Archived
14
0
Fork 0
Commit graph

2690 commits

Author SHA1 Message Date
oej
a9e3af9107 - Move two functions to static that wasn't for some reason
- Add doxygen comments
- Remove un-needed assignment at declaration of variable
- Formatting fixes (whitespace)
- Add optin_debug in front of complex debugging output
- Move forward declarations of functions to top of file
- Fix error message for bad allocation in sip registry 
(Note: Review to line 6050 in this too large file)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8750 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26 21:36:41 +00:00
oej
6d96c81791 Formatting fixes, speling eror fiksd ;-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8741 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26 20:08:53 +00:00
oej
1c86b8857f Issue #5954 revisited. Thanks rizzo.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8731 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26 19:47:40 +00:00
russell
24e1605a2d Merged revisions 8729 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8729 | russell | 2006-01-26 14:42:35 -0500 (Thu, 26 Jan 2006) | 2 lines

fix problem with dtmf on e&m (issue #6364)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8730 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26 19:44:16 +00:00
oej
0ccb336498 Code clean up, inspired by rizzo's comments in issue 5978.
- Don't check for ignore if ignore is always negative
- Add comments to explain what's going on


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8728 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26 19:38:11 +00:00
oej
13bf123363 Add some debugging output when reloading, to be able to follow progress at high debug levels
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8712 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26 14:59:33 +00:00
oej
0638afa774 Merged revisions 8710 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8710 | oej | 2006-01-26 15:39:36 +0100 (Thu, 26 Jan 2006) | 2 lines

Issue 5898: Registrations does not get deleted if there's an active SIP dialog

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8711 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26 14:44:23 +00:00
russell
4bbb855c9d Merged revisions 8677 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8677 | russell | 2006-01-25 14:14:43 -0500 (Wed, 25 Jan 2006) | 3 lines

don't call ast_update_realtime with uninitialized variables if we get a
registration with an expirey of 0 seconds (issue #6173)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8678 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25 19:16:14 +00:00
russell
3570632ce1 use arg parsing macros in the AGENT dialplan function (issue #6236, with small mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8676 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25 19:06:37 +00:00
russell
95712c847e store feature_pvt list using linked list macros
(issue #6351, with additional changes to prevent a memory leak in unload_module)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8665 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25 18:24:32 +00:00
russell
5b838d569d store agent_pvt list using linked list macros (issue #6342)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8664 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25 18:12:55 +00:00
kpfleming
cb5cb187ca don't queue a congestion frame on a channel that will be immediately hung up anyway
clean up/organize code block


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8654 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25 14:52:43 +00:00
oej
ca04bb0931 - Remove unused option to transmit_state_notify
- Allow for expiry=0 in subscription requests that only wants *one* update and that's it.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8643 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25 12:11:30 +00:00
oej
7f1e332eb9 From now on, apply maxexpiry and minexpiry to all subscriptions. Thanks to fourcheeze in the IRC channel
for pointing this out.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8642 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25 12:01:07 +00:00
oej
a8f2765b06 Don't reset scheduled ID until we actually end the scheduled event.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8574 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24 20:41:08 +00:00
oej
ad0d346e57 Issue 6114: Don't hangup on bye/also if there's no channel. (gst)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8561 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24 19:19:20 +00:00
oej
8914922188 Issue #6093: Match realtime non-dynamic peers by IP. (siacali).
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8560 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24 19:08:44 +00:00
oej
1f4ef32c8f Importing rev #8537 from 1.2, never send response to ACK (issue #6308)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8538 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24 13:21:13 +00:00
oej
1e6538d0cc - Report SIP reload in manager (issue 5742 with small changes)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8531 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24 12:48:44 +00:00
oej
6a63b0622a - Adding doxygen comments
- Changing default values set in reload_config to DEFAULT_ #defines to make it more clear what defaults are
- Cleaning up global_ and default_ variable naming. 
- Moving variable and #defines together in the source, adding comments to explain sections

Global_ is used for channel settings that does not apply to peers or users as defaults for their settings
default_ is used both as a channel setting for unknown callers, as well as defaults for peers and users



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8514 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24 10:19:13 +00:00
oej
4b72b51da1 Remove redundant default default/global settings from declaration, settings are done in reload_config()
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8500 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 17:51:15 +00:00
oej
c364447406 Remove more unused defines.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8493 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 17:19:03 +00:00
oej
6c197dcbff Doxygen updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8492 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 17:17:56 +00:00
oej
ef73abb659 Finally removing SIPDUMPER that hasn't been used for ages. If anyone needs this for some reason,
please tell me and I'll put it back :-)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8490 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 17:12:44 +00:00
oej
05e0631bb8 - Change "call" to "dialog" where use of "call" is confusing, since it may be a register transaction or a subscription.
The word dialog is defined as "a peer-to-peer SIP relationship between two UAs that persist for some time" in RFC 3261.

- Whitespace fixes
- Debugging fixes (adding check of option_debug)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8489 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 17:08:19 +00:00
oej
fe1a024778 - Debug output fixes
- Whitespace fixes


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8483 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 16:41:48 +00:00
oej
8e986e53c0 Doxygen update
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8482 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 16:27:01 +00:00
oej
16f2c3d62d Re-instate sip_addheader() while waiting for a dialplan function. (Issue 6317)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8481 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 16:21:51 +00:00
oej
4f95d6a546 - Adding some white space from my white space reservoir
- Fixing some comment formatting (doxygen fix)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8471 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 13:11:04 +00:00
russell
564f2c17e0 eliminate some compiler warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8443 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22 18:42:06 +00:00
bweschke
b75192180f Correct some scenarios where CALL_LIMIT could not be getting adjusted properly allowing chan_sip to send calls when it really shouldn't. Bug #6111
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8432 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22 15:08:51 +00:00
russell
252fb982f4 on this pass, only remove duplicate log messages
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8403 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 20:57:06 +00:00
russell
b14bdc5a12 revert my pass through the tree to remove checks of the result of ast_strdupa
(revisions 8378 through 8381)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8387 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 17:50:04 +00:00
russell
7d76672828 remove some useless checks of the result of ast_strdupa
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8378 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 08:01:24 +00:00
tilghman
72e3856804 Bug 5515 - Devicestate and API documentation update
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8371 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 05:15:56 +00:00
mattf
cd1e261a79 Change chan_alsa to default open the first sound card device
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8346 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 18:18:40 +00:00
kpfleming
7007891a03 eliminate compiler warnings from recent const-ification
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8338 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 17:27:51 +00:00
mogorman
9c55f6ab59 Merged revisions 8320 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8320 | mogorman | 2006-01-19 19:00:46 -0600 (Thu, 19 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8323 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 01:07:46 +00:00
oej
e04a0e3cf1 More doxygen updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8315 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 00:18:42 +00:00
oej
8e25c23bd7 Doxygen updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8313 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 00:08:36 +00:00
oej
1aabf33033 Add support for "musicclass" instead of "musiconhold" to make chan_zap compatible
with other channels.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8300 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19 22:41:55 +00:00
oej
cbc881f9c2 Enable "musicclass" setting for sip peers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8282 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19 19:41:06 +00:00
russell
b98353ebe8 Merged revisions 8242 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8242 | russell | 2006-01-18 23:56:48 -0500 (Wed, 18 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain 
isn't set (issue #6278)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8243 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19 04:58:43 +00:00
russell
c6643537f1 constify arguments in more places where strings should not be modified (issue #6286)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8203 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18 22:17:31 +00:00
kpfleming
8723f63be1 remove some more deprecated (pre-1.2) stuff
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8157 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 23:45:05 +00:00
mattf
2a43f4e15d Fix answeronpolarityswitch and hanguponpolarityswitch when both are yes (#6229)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8155 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 23:13:42 +00:00
bweschke
5918a9a15f Fix compiler warning.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8135 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 18:31:03 +00:00
kpfleming
2684505cef don't generate any message for native bridge attempts unless all the basic checks have passed and we're actually going to try it
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8120 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 05:15:33 +00:00
russell
a1447ba856 remove redundant CFLAGS for BSD which are already set in the main Makefile (issue #6250)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8101 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-16 17:51:35 +00:00
bweschke
0aa698481f Code cleanup spawned from an earlier commit today r8063. Standardize manager event responses and queue_log behavior on callbacklogoff.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8071 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-14 03:25:38 +00:00
mogorman
f94feca2c5 Made chan_agent code parsing more robust and
implemented new macro code. from 6228.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8064 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 18:30:49 +00:00
bweschke
5af8c4e9eb Implement the autologoffunavail option in chan_agent (#6038 with some minor mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8063 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 18:23:30 +00:00
bweschke
ba9e24dd4a Address the condition where X-ClientCode could be NULL or an empty string - from a -dev posting.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8058 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 17:28:22 +00:00
mogorman
d52d4a92ea added some minor changes from bug 6046 thanks ppyy
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8049 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 06:43:27 +00:00
russell
f931a23477 fix spelling errors (issue #6227)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8048 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 06:11:41 +00:00
mogorman
57c4d01026 Oops... need to keep my trunk folder clean...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8023 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 19:15:20 +00:00
mogorman
19b72c2cb8 Added option for limiting a user from logging in
as multiple agents at same time. bug 6046 thanks
ppyy


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8021 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 19:07:18 +00:00
mogorman
ab478d7949 removed unused variable and config parsing for it
as to bug 6219


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8010 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 16:00:04 +00:00
russell
5042d107ff fix incorrect return value (issue #6202)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 19:23:16 +00:00
russell
15ce8e0e1e Merged revisions 7986 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7986 | russell | 2006-01-11 14:08:53 -0500 (Wed, 11 Jan 2006) | 2 lines

move variable to correct scope (issue #6197)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7987 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 19:13:33 +00:00
russell
7bb6b359d4 Merged revisions 7972 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7972 | russell | 2006-01-11 00:46:39 -0500 (Wed, 11 Jan 2006) | 2 lines

fix mem leak on module unload (issue #6190)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7973 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 05:47:21 +00:00
russell
305867a9e0 convert some channels to use the memory allocation wrappers.
(This is being added to the janitor projects list.)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7954 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 01:20:29 +00:00
mattf
2688743929 Update chan_phone to indicate FLASH properley (#4935)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7947 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 21:34:04 +00:00
kpfleming
aab6e11d64 Merged revisions 7917 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7917 | kpfleming | 2006-01-09 16:48:48 -0600 (Mon, 09 Jan 2006) | 2 lines

re-initialize _all_ sequence numbers when transfer completes

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7918 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 23:06:28 +00:00
oej
7d2c871f1d -Move declaration of callevents variable out of the block of function declarations.
-Do not set it to a default value, it's set later on before loading configuration.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7887 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 15:20:53 +00:00
tilghman
4ba5faa349 Bug 6150 - do not modify strings after they have been submitted into a string pool
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7872 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 06:42:28 +00:00
markster
801fead05d Fix RPID with new string fields (bug #6145)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7862 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-07 21:35:40 +00:00
markster
649342bdb3 Handle swapout of "fromdomain" in callid properly (bug #6154)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7861 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-07 21:30:19 +00:00
markster
a2a72bc595 Fix build if RINGBEGIN is not defined (bug #6166)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7860 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-07 20:38:40 +00:00
markster
d1d90f47fd Add support for H.264 with SIP and recording
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7855 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-07 17:54:22 +00:00
mattf
e157d1f1e9 Changes to allow receiving japanese callerid (Bug #5928)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7842 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-06 20:03:20 +00:00
kpfleming
039a5e8137 Merged revisions 7829 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7829 | kpfleming | 2006-01-05 18:21:00 -0600 (Thu, 05 Jan 2006) | 2 lines

update agent persistence when an agent gets logged off by autologoff

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7830 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-06 00:23:19 +00:00
kpfleming
c19ded3f50 Merged revisions 7809 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7809 | kpfleming | 2006-01-04 18:58:29 -0600 (Wed, 04 Jan 2006) | 2 lines

send device state updates for auto-logoff of agents as well

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7810 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-05 00:58:48 +00:00
kpfleming
64b7b1e161 remove deprecated chan_modem drivers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7802 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04 23:33:59 +00:00
kpfleming
b3aeb7784d add memory-pool based string field management for structures
convert chan_sip sip_pvt and sip_registry structures to use string fields
add 'const' qualifiers to a few API calls that don't modify their input strings
add an asprintf() wrapper to astmm


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7797 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04 21:54:09 +00:00
mattf
3ee49fcd8a Fixes for bug #6125
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7786 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04 14:46:41 +00:00
oej
150c173a84 Issue #5824: Adding more SIP to ISDN Cause code conversions. Thanks mguesdon!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7783 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04 13:07:34 +00:00
oej
3646d81c51 Missing ">" in XML. Thanks, fenlander, for reporting this on IRC.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7777 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04 10:16:53 +00:00
oej
762e166239 - Remove "incominglimit" as a configuration option in sip.conf
- Add documentation on call-limit, explaining that there's two counters
  for a type="friend". 
- Document the removval of "incominglimit" in UPGRADE.txt



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7775 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04 09:10:56 +00:00
kpfleming
385d29ad6f update copyright headers for files changed this year
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7751 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03 22:16:23 +00:00
oej
513f2185cc Don't check user call limits for outbound calls.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7745 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03 19:12:50 +00:00
oej
505491e61b Issue #5954: Implement printf-like append_history and implement AST_LIST for SIP history (rizzo)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7734 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03 12:25:32 +00:00
oej
6d4467d2ca Bug #6071: Broken rport match in check_via(). (rizzo)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7733 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03 11:58:10 +00:00
oej
64199b5f31 Bug 5345; Add configuration option for minimum registration time. (folsson)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7731 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03 11:21:48 +00:00
russell
086852cd06 initialize sip_auth list
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7725 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-02 23:52:33 +00:00
bweschke
43155d648d Fix compiler warnings.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7705 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-02 01:53:26 +00:00
russell
ab6566173e update doxygen docs to specify authors
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7682 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30 21:18:06 +00:00
russell
1c86047976 Merged revisions 7665 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7665 | russell | 2005-12-28 12:35:56 -0500 (Wed, 28 Dec 2005) | 2 lines

fix memory leak in build_rpid (issue #6070)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7666 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-28 17:37:35 +00:00
russell
07d8efab6e avoid unneeded calls to strlen in iax2 completion functions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7659 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27 19:48:44 +00:00
russell
620f458a29 avoid repeated calls to strlen in command completion functions and normalize
some loops


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7657 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27 18:18:41 +00:00
markster
e0618cf82a Don't do DTMF detect on pseudo's!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7640 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26 23:56:44 +00:00
jdixon
262e9759c4 Added support for Feature Group C CAMA trunks (both DP and MF), and support
for Feature Group D Tamdem trunks inbound (outbound was already there)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7636 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26 20:01:35 +00:00
russell
ac9d70ac12 Merged revisions 7634 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7634 | russell | 2005-12-26 13:19:12 -0500 (Mon, 26 Dec 2005) | 2 lines

cast time_t to an int in printf/scanf (issue #5635)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7635 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26 18:35:28 +00:00
russell
eed0c9f016 Merged revisions 7599 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7599 | russell | 2005-12-22 15:36:47 -0500 (Thu, 22 Dec 2005) | 3 lines

revert changes to videosupport to allow per-peer setting, since it isn't quite
complete and there is not an obvious fix at this point

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7600 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 20:38:43 +00:00
russell
022fbb72ac remove stray unlock (issue #5955)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7594 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 16:14:38 +00:00
kpfleming
40b84b2ae9 forward-port per-peer videosupport changes from branches/1.2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7590 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 03:50:44 +00:00
russell
b96d2f1d42 - construct the difference and have only one call to snprintf in build_via
- convert some while loops to for loops
- localize some variables and remove unneeded initializations
- store result of get_header locally so it only has to be called once
- remove some duplicate calls to strcasecmp by storing result
(issue #5955)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7587 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 02:20:44 +00:00
tilghman
f933315a29 Merged revisions 7582 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7583 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 20:02:36 +00:00
bweschke
293834e491 Bug #6040 - Documentation correction
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7579 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 19:44:51 +00:00
russell
59d6c7a704 add AGENT function, similar to SIPPEER or IAXPEER (issue #5531)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7554 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 19:56:52 +00:00