]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2011-12-16  Richard MudgettClean-up on isle five for __ast_request_and_dial()...
2011-12-16  Richard MudgettFix cut and past error in ast_call_forward().
2011-12-16  Richard MudgettFix crash during CDR update.
2011-12-16  Richard MudgettFix ParkAndAnnounce to pass the CallerID to the announc...
2011-12-14  Matthew JordanAdded support for all slin formats to app_originate
2011-12-14  Matthew NicholsonDon't clear LOCALSTATIONID before sending or receiving...
2011-12-14  Matthew JordanFixed Asterisk crash when function QUEUE_MEMBER receive...
2011-12-14  Jonathan RoseFix accidental use of tabs instead of spaces from previ...
2011-12-14  Jonathan RoseDocument PARKINGSLOT variable in features.conf.sample
2011-12-13  Richard MudgettFix FollowMe CallerID on outgoing calls.
2011-12-13  Stefan SchmidtFix possible misshandling of an incoming SIP response...
2011-12-12  Terry WilsonAdd a separate buffer for SRTCP packets
2011-12-12  Richard MudgettReverting -r347953 for ASTERISK-14122
2011-12-12  Richard MudgettUpdate sample configs to put incoming calls into contex...
2011-12-09  Richard MudgettFix some parsing issues in add_exten_to_pattern_tree().
2011-12-08  Walter DoekesFix regression when using tcpenable=no and tlsenable...
2011-12-08  Jonathan RoseFix regressed behavior of queue set penalty to work...
2011-12-08  Richard MudgettMark channel running the h exten with the soft-hangup...
2011-12-08  Terry WilsonDon't crash on INFO automon request with no channel
2011-12-07  Richard MudgettUpdate AMI Getvar and Setvar documentation about supply...
2011-12-07  Jonathan RoseFix: Meetme recording variables from realtime DB use...
2011-12-07  Terry WilsonAdd ASTSBINDIR to the list of configurable paths
2011-12-06  Richard MudgettMake SIP INFO messages for dtmf-relay signals case...
2011-12-06  Jonathan RoseDocuments CHANNEL(musicclass) taking priority over...
2011-12-06  Walter DoekesDon't allow transport=tcp when tcpenable=no.
2011-12-06  Walter DoekesAdd regression tests for issue ASTERISK-18838.
2011-12-06  Walter DoekesMove setting of voicemail zonetag and locale up a bit.
2011-12-06  Matthew JordanFixed crash from orphaned MWI subscriptions in chan_sip
2011-12-05  Richard MudgettRestore call progress code for analog ports.
2011-12-05  Jonathan RoseResolve duplicate label used in multiple priorities...
2011-12-05  Kinsey MooreFix chan_jingle/gtalk load regression introduced in...
2011-12-04  Walter DoekesFor SIP REGISTER fix domain-only URIs and domain ACL...
2011-12-02  Matthew JordanUpdate SIP MESSAGE To parsing to correctly handle URI
2011-12-02  Alexandr AnikinMerged revisions 346762 via svnmerge from
2011-12-01  Richard MudgettRe-resolve the STUN address if a STUN poll fails for...
2011-12-01  Jonathan RoseChange 183 Ringing in sipfrag body to 180 ringing....
2011-11-30  Jonathan Roser346525 | jrose | 2011-11-30 15:10:38 -0600 (Wed, 30...
2011-11-30  Leif MadsenUpdate queues.conf.sample documentation.
2011-11-29  David VosselFixes memory leak in message API.
2011-11-28  Stefan SchmidtFix regression that 'rtp/rtcp set debup ip' only works...
2011-11-23  Richard MudgettFix calls to ast_get_ip() not initializing the address...
2011-11-23  Walter DoekesMinor cleanup in chan_sip get_msg_text() function.
2011-11-23  Walter DoekesFix ast_str_truncate signedness warning and documentation.
2011-11-23  Kinsey MooreFix res_jabber resource leaks
2011-11-23  Matthew JordanFixed SendMessage stripping extension from To: header...
2011-11-23  Terry WilsonResume playing existing hold music for cached realtime MOH
2011-11-23  Paul BelangerAdded support level for new modules
2011-11-22  Richard MudgettFix dnsmgr entries to ask for the same address family...
2011-11-22  Walter DoekesClarify why the AST_LOG_* macros exist next to the...
2011-11-22  Paul BelangerAdd missing sound_only_one config variable
2011-11-21  Terry WilsonDefault to nat=yes; warn when nat in general and peer...
2011-11-19  Tilghman LesherUpdate the documentation to better clarify how the...
2011-11-18  Tilghman LesherFix a change in behavior in 'database show' from 1.8.
2011-11-17  Richard MudgettRemove dead code since pri_grab() can never fail.
2011-11-16  Jonathan RoseGuarantee messages go into the right folders with multi...
2011-11-15  Richard MudgettMake FastAGI HANGUP show up in AGI debug output.
2011-11-15  Richard MudgettFix typo in sig_pri using wrong structure name.
2011-11-14  Richard MudgettMake queue log indicate if ADDMEMBER is paused for...
2011-11-14  Richard MudgettRestore SIP DTMF overlap dialing method.
2011-11-14  Richard MudgettFix Progress spelling error in main/pbx.c.
2011-11-14  Terry WilsonDon't read past end of input when calling write()
2011-11-14  Walter DoekesUpdate reqresp_parser parse_uri doxygen comments.
2011-11-14  Jonathan RoseMoves voicemail setup password entry to the end of...
2011-11-14  Kinsey MooreEnsure that a null vmexten does not cause a segfault
2011-11-12  Gregory NietskymISDN Round Robin break when no channel is available
2011-11-12  Terry WilsonDon't forget to rescan MOH files for cached realtime...
2011-11-11  Walter DoekesUse __alignof__ instead of sizeof for stringfield lengt...
2011-11-11  Matthew JordanVideo format was treated as audio when removed from...
2011-11-11  Walter DoekesRemove unneeded if(params) checks in reqresp_parser.
2011-11-11  Walter DoekesFix bad quoting of multiline mxml opaque_data that...
2011-11-11  Kinsey MooreFix regression introduced by SDP fixups
2011-11-11  Richard MudgettCheck sip.conf maxforwards parameter for range 1 <...
2011-11-11  Richard MudgettMake CLI "core show channel" not hold the channel lock...
2011-11-11  Jonathan RoseFix a segmentation fault when using an extension with...
2011-11-10  Richard MudgettFix app_macro.c MODULEINFO section termination.
2011-11-10  Richard MudgettFix potential deadlock calling ast_call() with channel...
2011-11-10  Richard MudgettMake AMI event AgentCalled get CallerID/ConnectedLine...
2011-11-10  David VosselFixes issue with ConfBridge participants hanging up...
2011-11-10  Kinsey MooreFix another incorrect case with meetme's PIN logic...
2011-11-10  Kinsey MooreFix several bugs with SDP parsing and well-formedness...
2011-11-10  Matthew Nicholsononly attempt to do stun handling on ipv4 or ipv4 mapped...
2011-11-09  Richard MudgettFix deadlock during dialplan reload.
2011-11-09  Terry WilsonDon't treat a host:port string as a domain
2011-11-09  Terry WilsonAdd a unit test for ast_sockaddr_split_hostport
2011-11-09  Alexandr Anikindelete svn:mergeinfo
2011-11-09  Alexandr AnikinGenerate response to Status Enquiry message with Status...
2011-11-09  Kinsey MooreFix pin parameter behavior regression in MeetMe
2011-11-09  Matthew Nicholsondon't call ltohl() twice on the same value
2011-11-08  Richard MudgettResidual changes for Asterisk v10 branch from ASTERISK...
2011-11-08  Walter DoekesFix crash when dialplan remove include is called with...
2011-11-08  David VosselFixes regression caused by r343635
2011-11-08  Richard MudgettFixed reference to incorrect variable if unknown host...
2011-11-08  Leif MadsenRecorded merge of revisions 343791 from http://svn...
2011-11-08  Leif MadsenFix boo-boo in prep_tarball script.
2011-11-07  Kinsey MooreMake "sip show settings" CLI command get RPID flags...
2011-11-07  Matthew Nicholsonrespect case changes in peer names on sip reload
2011-11-07  Richard MudgettFix __sip_subscribe_mwi_do() incorectly changing dialog...
2011-11-07  Kinsey MoorePrevent BLF subscriptions from causing deadlocks
2011-11-07  Walter DoekesCorrect the default udptl port range.
2011-11-07  Richard MudgettFix deadlock if peer is destroyed while sending MWI...
next