aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.8@212958 ↵v1.2.8kpfleming11-9/+23
f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30importing files for 1.2.8 releasekpfleming3-0/+2394
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.8@30960 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30Creating tag for the release of asterisk-1.2.8kpfleming30-2966/+1306
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.8@30950 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30check the proper variable...kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30874 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30another S/390 build fixkpfleming1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30802 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30 Fix infinite loop scenario and add some sanity checking to prevent segfault ↵bweschke1-0/+10
on a NULL parameter coming in (which probably shouldn't happen, but just to be safe...) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30770 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-26 A new way to try and deal with deadlocks that occur in app_queue at ↵bweschke1-29/+146
present. Using this approach, we only manipulate the main queue mutexes when we get a dev state change on a device that is actually a member of a queue. Backported from /trunk for the "bug fix". git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30546 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 Oops.bweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30424 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25Don't play the enter sound twice when a person joins a conference after the ↵file1-1/+1
leader has joined it. (issue #6138 reported by shanermn) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30373 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25add a missing endif from the recent Makefile change and use indentationrussell1-25/+26
to hopefully prevent us from breaking this Makefile once again (This nesting is no longer used in the trunk version of this Makefile) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30329 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25don't try to use -march=s390 when building on S/390 systems (reported via ↵kpfleming1-0/+1
asterisk-users mailing list) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30296 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25allow SIPCHANINFO(peername) to work for calls from users as well (issue #7215)kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30293 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25Get rid of an incorrect SIP dial string in the sample extensions.conf - I ↵file1-4/+2
even tried variations... no go (issue #7222 reported by arkadia) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30239 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24oops... make sure to stop processing a request once we have sent an ↵kpfleming1-0/+6
authentication challenge (issue #7220) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30098 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24don't send CANCEL on a pending INVITE if we haven't received a provisional ↵kpfleming1-24/+50
response yet... mark it pending until the first response is received (issue #7079) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30069 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24app_meemte used the ast_max_exten instead of path_maxmogorman1-1/+1
solves bug 6822 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30037 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / ↵file1-3/+10
option_priority_jumping not respected) (reported by jkoopmann and branch by murf git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30035 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24Fix deadlock caused by a race condition in the logger when reloading (issue ↵file1-0/+2
#7195 reported and fixed by softins) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30033 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24support video recording via AGI 'RECORD FILE' command (issue #7068)kpfleming1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29973 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24fix various bugs related to exiting from queue via keypress and moh handling ↵kpfleming1-26/+24
(issue #6776, different fix) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29971 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24respect 'usecallingpres' in zapata.conf even if CLID has not been set for ↵kpfleming1-3/+2
the channel (issue #7123) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29969 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24fix for non-OSP builds (issue #7217)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29959 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24add an option to allow the admin to 'hide' SIP user/peer names from systems ↵kpfleming2-12/+48
trying to 'fish' names git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29904 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23fix the sourceaddress option (issue #7213, alphaque)russell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29849 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23simplify/fix lock retry, and fix commentkpfleming1-5/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29764 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 Sanity check code for an extended failure in trying to obtain a channel ↵bweschke1-1/+10
lock that may have been obtained elsewhere. Prevents the monitor thread of the SIP module from going into an infinite loop, effectively, breaking SIP until you restart Asterisk or the mutex is unlocked, whichever comes first. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29733 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23backport some mutex initialization and linked list handling fixes from trunkkpfleming6-25/+60
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29732 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 Fix a potential leak and correct (hopefully) a segfault under certain ↵bweschke1-3/+4
conditions. #6784 (vovan and perry testing) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29696 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Increase the silence threshold to 128 to "fix" it, so I'm told. (issue #6595 ↵file1-1/+1
reported by davetroy fixed by casper) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29555 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Use the correct language when playing the transfer sound (issue #7109 ↵file1-1/+1
reported by casper) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29512 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Preserve presentation bit when going through chan_local (issue #7002 ↵file1-0/+2
reported by acunningham) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29464 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Bug 7194 - spelling fixtilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29398 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Bug 7196 - month range did not worktilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29394 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-21 When an application that is executed via applicationmap and exits non-zero, ↵bweschke1-3/+10
make sure that we pass through the correct return value from the application to make sure a segfault doesn't occur by a bridge trying to continue when it should not. Also, when executing applications via applicationmap, make sure that the application is executed against the channel whose DTMF caused it to be fired off in the first place. (part 1/2 of #7090 - this is the only fix that will be applied to both 1.2 and /trunk) acunningham and blitzrage on testing... git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29196 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-20fix the possibility of writing one byte past the end of a buffer.russell1-2/+3
(issue #7189, Mithraen) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29052 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-20don't allow queue member devices to ring longer than the total queue timeout ↵kpfleming1-4/+4
(issue #6423, reported and patched by bcnit) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28968 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-20fix a case where code made assumptions about how memory for variables isrussell1-14/+12
allocatted on the stack - this patch is slightly different than the one that went in for the trunk git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28966 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-20don't try to predict where the compiler will place things on the stack... ↵kpfleming1-428/+428
put them in the right place explicitly (issues #7029 and #7100, maybe others) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28896 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19use the specified 'subscribecontext' for a peer rather than the context ↵kpfleming1-2/+6
found via the target domain (domain contexts are for calls, not for subscriptions) (issue #7122, reported by raarts) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@28794 f38db490-d61c-443f-a65b-d21fe96a405b
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