aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-05-19fix the build of smsq with -Werror. I learned something new about formatrussell1-2/+2
strings from this patch! (issue #7141, Mithraen) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28790 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19This explicit poll is only needed on mac. In fact, it breaks some systemsrussell1-1/+5
such as some versions of Fedora, causing 'asterisk -rx' to never exit. This has been tested on systems showing the asterisk -rx problem, as well as other unaffected versions of linux, mac osx 10.4, and FreeBSD 6. (issue #7071) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28754 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19Make the minidle option actually exist as documented (issue #7159 reported ↵file1-0/+2
by imran) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28698 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19When forwarding messages use the context that the active voicemail user was ↵file1-2/+2
found in. (issue #7010) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28651 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19Backport of fix for issue #6654 that was fixed in trunk but not herefile1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28630 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19Treat paused queue members as unreachable (issue #7127 reported by peterh)file1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28627 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18fix up a few more places to find the SDP properly (fallout from fix for #7124)kpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28384 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18handle incoming multipart/mixed message bodies in SIP and find the SDP, if ↵kpfleming1-26/+98
presnet (issue #7124 reported and patched by eborgstrom, but very different fix) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28380 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18use unsigned counters for handling answer/IE lengths while processing DNS ↵kpfleming1-6/+8
results (issue #7174) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28337 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18support 'inactive' tag for SDP media streams (simple fix, proper fix will ↵kpfleming1-3/+3
appear in 1.4 release) (issue #7130) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28335 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Bug 7167 - HasNewVoicemail and VMCOUNT() didn't work when USE_ODBC_STORAGE ↵tilghman1-15/+114
was defined git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28257 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Return -1 on error in ODBC messagecount and 0 on success (issue #7133 ↵file1-2/+3
reported by cfieldmtm) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28212 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Fix endless looping message by checking value of res before doing retries ↵file1-10/+11
stuff. (issue #7140 reported by tanischen) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28169 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Video in meetme? Hmmm. Removed until we do have some code for it.oej1-3/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28125 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Fix codec priority stuff during authentication (issue #6194 reported by ↵file1-17/+25
jkoopmann) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@27973 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Issue #7176 - Crash in expire_registeroej1-3/+10
(We need to find out what's causing peer to be undefined, so this is just a bandaid, not a real fix) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@27927 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Priority jumping not working on VoiceMail app with new syntax (issue #7164 ↵file1-1/+1
reported and fixed by alvaro_palma_aste) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@27847 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17OSPNext does not handle success/failure correctly (issue #7147 reported and ↵file1-17/+19
fixed by eborgstrom) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@27767 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17chan_sip did not use the TRANSFER_CONTEXT for transfers, like res_features. ↵oej1-3/+8
Now fixed. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@27723 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Bug 7125 - Fix race condition between resequencing and leaving a messagetilghman1-105/+112
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@27636 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16Inherit channel variables during call forwards when going through chan_local ↵file1-0/+4
(issue #7095 reported by raarts) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@27594 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16don't leak frames when deferring DTMF or dropping duplicate ANSWER frames ↵kpfleming1-0/+2
(issue #7041, slightly different fix, reported/patched by clausf) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@27468 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-13Bug 7134 - File descriptor leak with ODBC storage of voicemailtilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@27093 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11Bug 7086 - pbx_checkcondition substitution, so that arbitrary strings are ↵tilghman1-1/+1
true (for regex) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@27051 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11backport fix from trunk for bug #6934, ensuring that RTP mark bit is changed ↵kpfleming1-0/+10
when SSRC changes git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@26773 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11ensure that we send a response to REGISTER requests that are successfully ↵kpfleming1-1/+6
authenticated but contain invalid Contact URIs git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@26760 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 Add the appropriate jumping behavior that is the standard for 1.2.X to ↵bweschke2-8/+32
SIPGetHeader that is now deprecated in /trunk. #7111 (blitzrage!!!) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@26090 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 Correct memory leak in find_user_realtime #7118 (fnordian)bweschke1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@26050 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08Issue 7103 - mikmaoej1-2/+2
- The header is named "Require" - Don't reply to ACK (Not using patch against trunk) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25608 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 Don't show agents as available when they are in wrap-up time. #6726 (ZX81)bweschke1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25563 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 Make QueueStatusComplete event thread safe by wrapping it inside the queue ↵bweschke1-1/+1
lock clause already there. #7013 (bziherl reporting) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25522 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 Oops. :(bweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25520 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 Don't recheck valid_exit() after getting the result from say_position ↵bweschke1-2/+4
(which already checks it). Should prevent another loop if the caller hits digits during the position announcement. #6776 (tgj reporting) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25518 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08Incorrect log statement when playing transfer sounds (issue #7008 reported ↵file1-2/+2
and fixed by nathan) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25442 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-07 Fix playback behavior to exit correctly when we receive a hangup during ↵bweschke1-3/+6
playback of the invalid pin message. #7091 (AntD reporting) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25322 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-07 Reset the value of ast_mainpid if we fork so future remote unix connections ↵bweschke1-0/+1
display the correct PID. #7098 (tzafrir reporting) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25288 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06re-add a couple of lines that I shouldn't have removed in the previous commit.russell1-1/+2
I think I should be going to bed now ... git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25165 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06fix a problem where the frame's data pointer is overwritten by the newlyrussell1-8/+13
allocated data buffer before the data can be copied from it. This is in the ast_frisolate() function which is rarely used. (issue #6732, stefankroon) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25160 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06ensure that the appropriate manager events are sent in all of the places whererussell1-0/+6
alarms are detected or cleared (issue #6866, flefoll) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25123 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05update chan_h323 to reflect the new prototype for rtp_set_peer (issue #6560, ↵russell1-4/+2
casper) This was fixed a couple months ago in the trunk, but never in 1.2. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25015 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Voicemail fixes along with an API change approved by russellb to fix the ↵bweschke3-32/+53
bug(s). (jcollie and supczinskib) #7064 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25014 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05use the correct function name ...russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@24911 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05use pbx_checkcondition() instead of ast_true() to evaluate the conditionrussell2-3/+3
for MacroIf and WhileIf (issue #7086) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@24837 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04Bug 7023 - reload should not unpause memberstilghman1-15/+47
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@24706 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04 Make sure that only the "|" is a recognized delimiter for Verbose(), as the ↵bweschke1-1/+1
app documentation already specifies. #7080 (alessiof reporting) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@24669 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Correct application documentation to make users aware that certain options ↵bweschke1-1/+4
cannot be used in conjunction with others. #6666 (chotaire) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@24567 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03fix up "make rpm"russell1-1/+9
- don't reference the gzipped man page, because we don't store them compressed anymore - add some files that currently were not listed (issue #6837) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@24496 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03Issue #7074 - Problem with long contact linesoej1-10/+12
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@24381 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-02 Make certain ast_stopstream() sets the channel's stream members to NULL ↵bweschke1-1/+4
after closing them. #7067 (jcomellas) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@24295 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-02Prompt does not request '#' to end input, so the application should not ↵tilghman1-4/+12
require it git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@24097 f38db490-d61c-443f-a65b-d21fe96a405b