aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-07-27don't do useless translation destroy/build when the channel is already in ↵kpfleming1-0/+4
the correct format git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@38310 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-27fix a crash when MALLOC_DEBUG is enabled and the regexten is enabled. The crashrussell1-1/+10
would occur when the extension got removed. (fixes issue #7484) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@38288 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-26Put default callerid into contact when the one specified is either NULL or ↵file1-1/+1
has a zero string length. (issue #7590 reported by key2) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@38234 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-25This resolves a deadlock that a tech support customer was getting frequentlyrussell1-1/+7
when his users would answer call waiting. If another thread is currently holding the zt_pvt lock for the first channel, unlock both channels and let asterisk retry the native bridge, just like what is done for the second channel directly below these changes. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@38200 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-24This fixes a compile problem for s390 as reported in bug 7253.murf1-1/+3
Tested on both an s390 and non-s390 machine. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@38167 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19ensure that global 'maxauthreq' is reset to zero during 'reload'kpfleming1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37949 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-18don't crash if the frame has no data, but has a srcrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37856 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-17if asked to duplicate a frame that has no data, don't set the frame's datarussell1-7/+6
pointer past the end of the allocatted buffer for the new frame git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37828 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-17Backport buffer increase to 1.2tilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37808 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-17Overflow badtilghman1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37765 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-15Bug 7513 - ensure that each time we do a query, the results are returned in thetilghman1-36/+45
same logical order, so that when we iterate over the list, we get all results, not some results repeated, due to insufficient sorting. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37691 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14Bug 7526 - previous commit broke app_smstilghman1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37612 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13don't fail/abort if the message category sound file cannot be played, just ↵kpfleming1-0/+5
generate a warning message and continue message playback git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37571 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13yeah, ummm... This frame pointer should not be static. This situation onlyrussell1-1/+2
exists in 1.2 (pointed out by Constantine Filin on the asterisk-dev mailing list) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37546 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13report address of peer trying to subscribe to unknown hintkpfleming1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37531 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13Bug 7532 - Typo in enum exampletilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37516 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12Merge fixup for asterisk startup script to zaptel startup scripttilghman1-1/+9
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37458 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12fix a weird case where a lock file could be left (but would happen almost never)kpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37442 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12fix a case where ast_lock_path() could leave a randomly-named lock file ↵kpfleming1-4/+16
hanging around make ast_unlock_path actually report when unlocking fails git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37441 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12Add support to have maxauthreq as a global optionfile1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37439 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12remove some more bad examples of using printfkpfleming7-103/+26
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37419 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12get rid of some more printf's (although most of these were ifdef-ed out)kpfleming2-11/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37417 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12GRRR no fprintf!mogorman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37402 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-11Add configuration option for IAX2 users that will limit the amount of ↵file2-6/+94
outstanding AUTHREQs we are waiting for replies on. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37378 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10do masquerade-behind-proxy checking with better control over lockskpfleming1-8/+28
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37361 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07Change message regarding marker bit forcing when SSRC changes to be shown ↵file1-2/+2
only during debug so it doesn't overload high capacity systems git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37307 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-06patch resolves issue with when to decide if its right time mogorman1-1/+2
to native bridge, feature redirect was not being checked. patch from bug #7296 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37224 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-06 Don't do wierd things on a callback agent that has attempted logoff while ↵bweschke1-2/+4
still on the phone. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37212 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-06Instead of giving the scheduled item ID on a peer expiration, give the time ↵file1-1/+1
until they expire (issue #7455 reported by slavon) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37173 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-06Fix spelling/grammar (issue 7493)tilghman1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37143 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05Spell extension correctly in documentation for chan_oss dial (issue #7487 ↵file1-1/+1
reported by flefoll) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36998 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-04Tell clients based on old SIP standard that we only support MD5 digest ↵oej1-2/+2
authentication... git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36911 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03issue #7470 - Need larger buffer for record-route headers...oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36838 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03fix a race condition that caused asterisk to log a *ton* of warnings on macrussell1-2/+3
osx about poll returning an error because the polled file descriptor was bad. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36751 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03use ast_set_callerid to be more consistent and to make sure that therussell11-134/+40
"callerid" option in the conf files is always handled the same way and sets ANI (issue #7285, gkloepfer) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36725 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03fix the build with BUSYDETECT_TONEONLY defined (issue #7414)russell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36697 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30Bug 7349 - Directory did not work correctly when USE_ODBC_STORAGE was defined.tilghman1-0/+134
Note: Russell agreed that this should have worked, which is why this is classified as a bugfix. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36377 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-29Bug 7388 - compatibility changes for Solaristilghman1-7/+18
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36290 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-29clarify documentation for 'persistentmembers' settingkpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36254 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-29add documentation for peer-specific 'outboundproxy' settingkpfleming1-5/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36253 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-28Don't delete scheduled item twice in sip_destroy (already fixed in svn trunk)oej1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36187 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26ensure that two SIP channels that exist at the same moment will not have the ↵kpfleming1-3/+3
same channel names (issue #7245, different fix) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36078 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26Issue 6997 maybe, but anyway - don't retransmit responses to NON-invite ↵oej1-2/+3
requests. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36043 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-25Bug 7425 - Size of buffer is passed in by lentilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@35915 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 We should lock the queue before we go making changes to member interface ↵bweschke1-0/+2
statuses. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@35669 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-21Add Venezuelan indications (issue #7402 reported by palillo)file1-0/+15
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@35334 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-20Bug 7398 - Solaris puts its zoneinfo files in a nonstandard placetilghman1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@35121 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-20Issue #6820 - Possible fix (already implemented in trunk)oej1-9/+14
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@35058 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-19Call reset_user_pw upon changing the password using externpass (issue #7395 ↵file1-1/+3
reported by Ryan Cumming) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@34911 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-19Issue 7357 - txt file left behind when going to operator. Also, fix a ↵tilghman1-1/+6
possible file descriptor leak. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@34875 f38db490-d61c-443f-a65b-d21fe96a405b