aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-03-21Do away with some warnings and fix some indentationtilghman1-12/+18
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13707 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-20Do not overwrite ANI if it's set by IE (sendany=yes in the peer)oej1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13634 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-19revert the change made in revision 12927 in favor of keeping the originalrussell1-3/+5
behavior of the option. The documentation has now been updated to reflect the actual behavior. (issue #6523) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13550 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-19Reset global_rtautoclear at sip reloadoej1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13547 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-16Bug 6737 - Fix compile warning on OS Xtilghman2-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13279 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-16Issue #6690 - clarify progressinband default settingoej1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13239 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-16always use the callerid signalling method set in the zt_pvt strucutre asrussell1-2/+2
opposed to the last one read from the config file (issue #6734, with mods) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13237 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-16To quote giant developers: "Oops". Thanks, Tony!oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13197 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-15- remove some calculations that will always result in 0russell1-3/+5
- if a CDR was never started, don't try to calculate a duration and consider it failed git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13161 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-15Reverting patch from bug 6667tilghman1-36/+21
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13095 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-15Issue #6728: Remove parameters to Event: header on SUBSCRIBE requestsoej1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13026 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-14when using the G() option to Dial, fix sending the called channel to 1 priorityrussell1-1/+0
beyond what was specified (issue #6523) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@12927 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-14fix a problem with not loading realtime queue members by always reloading a russell1-1/+1
realtime queue from the database even if it is found in the list (issue #6680) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@12925 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-13Bug 6667 - Fix for RFC2833 issuestilghman1-21/+36
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@12792 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-12add locking to protect the list of global dialplan variablesrussell1-32/+49
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@12646 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-12Set properties on two files that lacked properties for eol etcoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@12613 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-12fix build on parisc (issue #6704)russell1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@12577 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-10Issue #5937 - Make sure SIP CANCEL's are re-transmittedoej1-3/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@12495 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-09Issue #6576 - SIP_CODEC not used for early media (reported by gpapadop73)oej1-15/+26
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@12477 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-08Issue #6657 - Ignore 183 session progress without SDPoej1-4/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@12458 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-07Bug 6020 - Race condition where packet could be lost if first packet on list ↵tilghman1-2/+2
is acked git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@12195 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-06Bug 6664 - More fixes for Solaristilghman2-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@12161 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-06Revert earlier changeoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@12072 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-06Fix for astmm compilationoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@12036 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-06fix a typo in the description of the ringtimeout optionrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11946 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-05Clear page2 flags at reload toooej1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11849 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-04 Substitute variables in the post_process string (if it exists) before those ↵bweschke1-11/+11
variables could possibly disappear (channel hangup) #6462 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11778 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-03Bug 6638 - Solaris is starting to remind me of RedHat...tilghman2-2/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11715 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-03Change of URL oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11659 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-03Bug 6638 - Use POSIX command for Solaristilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11635 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-03Bug 6638 - Change from a historic BSD command to a POSIX command for ↵tilghman1-1/+1
determining username git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11634 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-02Bug 6637 - Fixes for Solaristilghman1-5/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11609 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-02If debugging, the frame pointer is helpfultilghman1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11607 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-02fix inaccurate ack message to ChangeMonitor action (issue #6630)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11561 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-02make the terminology used in the synopsis match the option descriptionrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11530 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-02add the -L option to the synopsis on the man pagerussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11528 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-01Bug 6615 - Fix 64bit conversion errors by using a long inttilghman7-21/+21
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11503 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-01Bug 6618 - Solaris compatibility fixtilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11479 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-28fix the output that indicates whether qualify smoothing is on or not (issue ↵russell1-1/+1
#6608) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11410 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-28adjust the keys directory when astvarlibdir is specified in asterisk.conf ↵russell1-1/+2
(issue #6602) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11408 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-28add a missing newline in the agi app description (thanks wunderkin!)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11382 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-27don't try to print the help text for a CLI command when RESULT_SHOWUSAGE isrussell1-1/+4
returned if there is no help text available (issue #6604) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11281 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-27fix finding realtime peers that are not dynamic by ip address (issue #6093)russell1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11279 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-27don't hang up the channel if its state is set to UP before we return from ↵russell1-1/+2
ast_call (issue #6569) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11250 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-26Bug 5950 - reenable queue log rotation; also, eliminate redundant codetilghman2-97/+82
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11165 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-25Backport of fix to translation optimizations. Thanks again file!mattf1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11120 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-25factor the number of translation steps required into translation path ↵kpfleming1-12/+25
decisions, so that equal cost paths that require fewer translations are preferred git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11089 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-25reformat code to fit guidelineskpfleming1-34/+41
remember which translation paths are multi-step paths git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11062 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-25ensure that spy frame queueing is able to deal with translation failing for ↵kpfleming1-1/+6
any reason (issue #6546) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11058 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-23Oops, this was broken in 1.2, too.tilghman1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10952 f38db490-d61c-443f-a65b-d21fe96a405b