aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Collapse)AuthorFilesLines
2005-06-21fix via comparison to not be case sensitive (bug #4496)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5954 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-15add support for native DTMFrussell1-3/+24
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5917 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-14remove my debug output, d'oh! :)russell1-3/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5913 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-14fix bounds checking (bug #4406)russell1-33/+26
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5911 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-13if no extension is specified on an overlap call, use the 's' extension (bug ↵russell1-0/+7
#4317) git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5903 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-13handle stale authentication nonces more properly (bug #4451)russell1-21/+43
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5902 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-31fix a sizeof bug (bug #4264)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5803 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-31fix rtptimeout options for a specific peer (bug #4325)russell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5800 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-31fix a mem leak (bug #4154)russell1-10/+9
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5799 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-31add "Referred-by" to the aliases list (bug #4404)russell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5798 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-31Fix reply digest selection of size (bug #4409)russell1-5/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5793 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-31set DNID on incoming calls (bug #4220)russell1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5792 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19reset 'confirm' mode so DTMF can be used by Zap callees after confirming ↵russell1-0/+2
(bug #4083) git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5730 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19close sip socket on unload (bug #4152)russell1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5729 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16fix mem leak with MYSQL_USERS (bug #4287)russell1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5703 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16only initialize random number generators in one place (bug #4017)russell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5694 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15ensure that calls to gethostbyname are null terminated,russell2-19/+19
also use MAXHOSTNAMELEN where appropriate (bug #4198) (bug #4212) git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5675 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-12use ast_strlen_zero, also fix a codec config parsing error (bug #4169)russell1-35/+37
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5633 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-10add fixup routine (bug #3825)russell1-0/+9
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5616 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-10fix queue URL passing (bug #3543)russell3-4/+36
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5615 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-10allow ALERTING even after PROCEEDING (bug #3963)russell1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5614 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-15fix unloading problems (bug #4019)russell1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5477 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-15create useful output for time left to expire (bug #4022)russell1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5476 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-15add some newlines and fix some misspellings (bug #4027)russell4-12/+12
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5475 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-15fix bogus output from 'show agents' with no name (bug #4030)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5474 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06space out initial registrations (bug #3104)russell1-12/+20
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5428 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06correctly set amaflags (bug #3962)russell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5425 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05Clear out received tag in 407/401's (bug #3885)russell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5404 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05don't pass audio until the call has been acked if configured to do so (bug ↵russell1-0/+5
#3677) git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5400 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)russell3-7/+28
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5399 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05fix *67 (bug #3940)russell1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5398 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05check for result *after* starting the network thread (bug #3952)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5392 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05fix accountcode (bug #3951)russell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5391 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04correctly respond to an INVITE with T.38 (bug #3818)russell1-19/+36
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5378 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-02find endian.h on non-linux (bug #3846)russell1-1/+18
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5358 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01*** empty log message ***russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5336 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01fix endianness (bug #3839)russell2-1/+14
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5333 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-28change ',' to '.' (bug #3799)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5288 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-28don't send a "to" on a "100 Trying", also be case insensitive when parsing ↵russell1-5/+5
the "to" tag (bug #3801) git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5287 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-28look for the fax extension in the main context, as well (bug #3634)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5283 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-18don't explode if a box running CVS head sends trunk frames with timestamps ↵russell1-0/+4
(bug #3790) git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5202 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-02add a check to prevent a seg fault from an unknown cause ... (bug #3496)russell1-11/+14
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5122 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-02Be sure to process SDP if we already have an owner (bug #3701)russell1-0/+10
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5120 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-28release RTP ports early on SUBSCRIBE (bug #3655 / #3673)russell1-1/+19
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5101 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-27move the processing of SDP data to after determining the user (bug #3660)russell1-11/+11
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5096 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-25move function prototypes outside of functions to compile under gcc4 (bug #3662)russell2-5/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5079 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-21handle DNS failures on startup more gracefully (bug #3086)russell1-18/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5061 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-14typo (bug #3557)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5030 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-07fix potential seg fault (bug #3519)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@4982 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-07Make sure we always transmit the same from line (bug #3492)russell1-1/+10
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@4977 f38db490-d61c-443f-a65b-d21fe96a405b