]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2006-11-17  Kevin P. Flemingbackport proper channel_find_locked behavior from 1...
2006-11-16  Jason ParkerFix a couple of typos in applications.. Initially...
2006-11-16  Kevin P. Flemingupdate clearly wrong documentation regarding cdr_custom
2006-11-16  Joshua ColpLook for the header file specifically in all cases...
2006-11-16  Joshua ColpBecause of the way chan_local is written we should...
2006-11-16  Olle JohanssonDon't fixup if we haven't got PVT. Suggestion from...
2006-11-15  Joshua ColpMake sure that the pvt structure exists before trying...
2006-11-15  Olle JohanssonCANCEL requests are never authenticated (according...
2006-11-15  Kevin P. Flemingcorrect argument name typo that caused global variable...
2006-11-15  Kevin P. Flemingwhen re-writing the config file, don't repeat the path...
2006-11-15  Kevin P. Flemingwhen appending a list of variable to a category, ensure...
2006-11-15  Kevin P. Flemingclear the category's variable tail pointer as well...
2006-11-15  Kevin P. Flemingouch... don't use printf, use ast_log/ast_verbose
2006-11-15  Kevin P. Flemingensure that message duration is included in email notif...
2006-11-15  Kevin P. Flemingignore this generated file
2006-11-15  Olle JohanssonSend error message if we fail to allocate sip socket...
2006-11-15  Olle JohanssonSending 200 OK and not getting ACK is considered critic...
2006-11-14  Joshua ColpUpdate copyright information in the ADSI logo blob.
2006-11-14  Olle JohanssonAvoid collissions between the peerpoke system and the...
2006-11-13  Joshua ColpInitialize global pointers for connection and result...
2006-11-13  Tilghman LesherHaving more than 255 old messages caused corruption...
2006-11-13  Olle JohanssonDon't send 487 if we've already sent 200 OK on invite...
2006-11-13  Joshua ColpWhen sending an SMS with a user data header properly...
2006-11-13  Tilghman LesherIf the execute fails a second time, make sure that...
2006-11-13  Tilghman LesherDon't play dialtone if the seizing the channel fails...
2006-11-12  Russell BryantOnly do the check to determine whether the channel...
2006-11-10  Olle JohanssonClear dialog on loop (backport from 1.4 by mistake)
2006-11-10  Olle Johansson- Don't check for ignore in blocks that isn't reached...
2006-11-10  Olle JohanssonFix multipart/mixed SDP support (issue 8010, alphaque)
2006-11-09  Joshua ColpDon't include compiler.h on kernels 2.6.18 and higher...
2006-11-09  Christian RichterFixed segfault when no misdn.conf exists, reported...
2006-11-08  Olle JohanssonDestroy the proper dialog...
2006-11-08  Olle JohanssonRemove dialog properly at unload of module (rizzo)
2006-11-07  Steve MurphyThis mod for bug_7506, to make the manager code output...
2006-11-07  Olle JohanssonDon't ever reply to an ACK. (Issue 8265)
2006-11-07  Russell BryantIf random order is enabled for files mode music on...
2006-11-02  Russell Bryantignore files in a music on hold directory that begin...
2006-11-02  Matt O'Gormanread then commit.... better fix for bug 8083 as
2006-11-02  Joshua ColpRepeat after me oej: I will at least make sure my code...
2006-11-02  Olle JohanssonDon't overwrite flags in the packet
2006-11-02  Russell BryantAdd a missing call to free before returning in an error...
2006-11-01  Matt O'Gormanfix for bug #8083 crash caused by double free on m...
2006-11-01  Steve Murphya fix for bug 8251; the var_val needs to accept longer...
2006-11-01  Russell Bryantsoxmix and Asterisk expect different file extensions...
2006-10-31  Tilghman LesherMove thread-unsafe initializer to the module loading...
2006-10-31  Olle JohanssonAnother try to fix ;rport NAT traversal support (issue...
2006-10-31  Olle JohanssonIf peer fails ACL check, fail the REGISTER attempt
2006-10-31  Olle JohanssonOn the other hand, we already copy the NAT flags.....
2006-10-31  Olle JohanssonIssue 7473 - support ;rport on REGISTER requests too.
2006-10-31  Russell BryantWhen handling the case where the hostname is just an...
2006-10-31  Russell Bryantfix some copy/paste bugs in the checking of arguments...
2006-10-30  Olle JohanssonBind rtcp to proper IP address
2006-10-29  Olle JohanssonIssue #7869 - Stop sending 302 redirect when not gettin...
2006-10-29  Olle Johanssonissue #7608: Notifications with wrong content-type...
2006-10-27  Russell BryantWe should always be using _exit() after a fork() or...
2006-10-27  Christian Richterfixed a bug which caused chan_misdn to try to allocate...
2006-10-26  Olle JohanssonIssue #7240, by mistake only committed to trunk (now...
2006-10-26  Jason Parkeroops - somebody forgot to change this - long ago, probably.
2006-10-26  Jason ParkerRemove a useless ast_mutex_unlock.
2006-10-25  Olle JohanssonWorking to resolve #7608 - adding debug output
2006-10-25  Olle JohanssonFix the attack shield for 1.2 too. REFER and NOTIFY...
2006-10-25  Christian Richteradded nttimeout option to configure wether we disconnec...
2006-10-23  Joshua ColpDon't leak memory mmmk?
2006-10-21  Christian Richterfixed issue, that if chan_misdn is loaded and couldn...
2006-10-19  Joshua ColpRespect language selection when seeing if the file...
2006-10-17  Joshua ColpDon't create a "real" pvt structure for requests that...
2006-10-17  Jason ParkerFix an integer signedness problem.
2006-10-17  Kevin P. Flemingprovide licensing language for IAXy firmware file
2006-10-17  Olle JohanssonAfter some research, we realized that the default behav...
2006-10-16  Joshua ColpUse responses rather then replies even though they...
2006-10-16  Joshua ColpAdd 'ignoreoodreplies' option which will not create...
2006-10-14  Steve MurphyMade a small update to solve bug 8128; The switch-case...
2006-10-13  Kevin P. Flemingdon't drop the entire permit/deny list when an attempt...
2006-10-13  Christian Richteravoiding warning, fixing potential bug (backported...
2006-10-13  Joshua ColpTurn on volume adjustment if it needs to be on (issue...
2006-10-13  Kevin P. Flemingwhen sending a call to a peer, use the proper socket...
2006-10-13  Joshua ColpPass the right value to usleep for sleeping, and always...
2006-10-13  Christian Richterfixed some echocandisable issues when bridged. this...
2006-10-13  Christian Richterfixed issue, that the hangupcause got a wrong isdn...
2006-10-12  Kevin P. Flemingensure that IAX2 and SIP sockets allow UDP fragmentatio...
2006-10-10  Christian Richter(re)added support of dynamical enabling hdlc on bchannels
2006-10-09  Olle JohanssonIssue #8101 - wrong parameter for screening in remote...
2006-10-06  Joshua ColpEven more frames to treat as though the remote side...
2006-10-05  Joshua ColpTreat busy control frames as hangup in the file streami...
2006-10-05  Christian Richterfixed segfault which happens during hold/transfer action
2006-10-05  Kevin P. Flemingfix Polycom presence notification again
2006-10-04  Kevin P. Flemingremove workaround for old Polycom firmware SUBSCRIBE...
2006-10-04  Steve MurphyFor bug 7776, I have inserted a warning about Macro...
2006-10-04  Christian Richterif INFORMATION Message come with keypad instead of...
2006-10-04  Christian Richteradded the option 'reject_cause' to make it possible...
2006-10-03  Kevin P. Flemingfix a logic error in my previous fix to the queue reloa...
2006-10-02  Joshua ColpChange the fd on the I/O context in case it changed...
2006-10-02  Joshua ColpWe should be using $AST_SBIN instead of hardcoding...
2006-10-02  Joshua ColpShrink when current_ioc is unused. It is set to -1...
2006-10-02  Christian Richterfixed the hold/retrieve/transfer issues, removed a...
2006-10-01  Russell BryantFix the name of the "eventmemberstatus" option in the...
2006-09-29  Kevin P. Flemingproper fix for ast_group_t change
2006-09-28  Joshua ColpPut in missing \ns on the end of ast_logs (issue #7936...
2006-09-28  Kevin P. Flemingfix buggy (and overly complex) loop used during reload...
2006-09-28  BJ Weschke app_queue is comparing the device names incorrectly...
next