asterisk/asterisk.git
2013-04-26 Mark MichelsonAdd an \extref doxygen pointer for libuuid.
2013-04-26 David M. LeeExample of how to use the Stasis message bus
2013-04-26 David M. LeeIgnore *.[oi] files in res/res_sip
2013-04-25 Joshua ColpDon't bind to anything in the sample configuration...
2013-04-25 Mark MichelsonREmove automerge properties.
2013-04-25 Mark MichelsonMerge the pimp_my_sip branch into trunk.
2013-04-25 Michael L.... Fix Displaying Symmetric RTP Global Setting
2013-04-25 Michael L.... Change Case On Forcerport For Consistency
2013-04-24 David M. LeeDocument JSON models in resource_*.h
2013-04-24 David M. LeeOops. Mustache doesn't like dictionaries
2013-04-23 Richard Mudgettconfbridge: Make search the conference bridges containe...
2013-04-23 Kinsey MooreFix some bad whitespace
2013-04-22 Richard MudgettFix crash when AMI redirect action redirects two channe...
2013-04-22 Andrew LathamDoxygen - Markup Guidelines
2013-04-22 David M. LeeThis patch adds a RESTful HTTP interface to Asterisk.
2013-04-22 Olle JohanssonFix mistake in Doxygen.
2013-04-22 Russell Bryantsla: remove redundant locking.
2013-04-19 Matthew JordanPrevent res_timing_pthread from blocking callers
2013-04-19 David M. Leecli.c: Properly initialize debug_modules and verbose_mo...
2013-04-18 David M. LeeAllow WebSocket connections on more URL's
2013-04-18 David M. LeeFix lock errors on startup.
2013-04-16 Alec L Davisres_xmpp and res_jabber need to search 'cachable' in...
2013-04-16 Kinsey MooreAllow res_corosync to build
2013-04-16 Kinsey MooreMove presence state distribution to Stasis-core
2013-04-16 Kinsey MooreMove device state distribution to Stasis-core
2013-04-16 David M. LeeFixed a typo
2013-04-15 Jason ParkerDon't unnecessarily rebuild things on every run of...
2013-04-15 David M. LeeAvoid unused variable warning when not in devmode
2013-04-15 David M. LeeMoved core logic from app_stasis to res_stasis
2013-04-15 David M. LeeDTMF events are now published on a channel's stasis_top...
2013-04-15 David M. LeeFix the svn:keywords property on several files.
2013-04-14 Matthew JordanCalculate the timestamp for outbound RTP if we don...
2013-04-14 Matthew JordanDon't attempt to create a voice frame on a read error
2013-04-12 Michael L.... Fix Manager Segfault When app_queue Is Unloaded
2013-04-12 Kinsey MooreAllow codec_resample to be unloaded
2013-04-12 Michael L.... Fix app_voicemail Segfault And A Few Memory Leaks
2013-04-12 Jason ParkerFix documentation.
2013-04-12 Kinsey MooreExpose channel snapshot manager blob generation
2013-04-12 Michael L.... Fix One-Way Audio With auto_* NAT Settings When SIP...
2013-04-12 Alec L DavisIAX2 defer_full_frames fail to get sent
2013-04-12 Alec L DavisIAX2, prevent network thread starting before all helper...
2013-04-11 Jason ParkerBlocked revisions 385356
2013-04-11 Richard MudgettFix 'pri intense debug span' alias.
2013-04-10 Richard MudgettEliminated dial_features_destroy() since it is equivale...
2013-04-10 Richard Mudgett* Fix unlocked accesses to feature_list. The feature_l...
2013-04-10 David M. LeeFixed manager channelvars support.
2013-04-10 Matthew JordanUse LDAP memory management functions instead of Asterisk's
2013-04-10 Matthew JordanFix crash in chan_sip when a core initiated op occurs...
2013-04-09 Richard MudgettRename struct feature_ds to struct feature_datastore.
2013-04-09 David M. LeeBackported app_stasis fix from stasis-http branch.
2013-04-09 Russell BryantAdd inheritance support to FEATURE()/FEATUREMAP().
2013-04-08 Rusty NewtonModified the list of keys for the driver backends for...
2013-04-08 Walter DoekesClean up Makefile "warning" clutter when makeopts doesn...
2013-04-08 Matthew JordanDon't attempt a websocket protocol removal if res_http_...
2013-04-08 Matthew JordanAdd multi-channel Stasis messages; refactor Dial AMI...
2013-04-08 David M. LeeStasis application WebSocket support
2013-04-06 Joshua ColpAdd a res_sorcery_astdb module which uses the astdb...
2013-04-05 Michael L.... Fix For Not Overriding The Default Settings In chan_sip
2013-04-04 Richard MudgettSeparate some event struct definitions from instantiation.
2013-04-03 Richard Mudgettchan_dahdi: Change inband_on_proceeding option default...
2013-04-03 Richard Mudgettchan_dahdi: Add inband_on_proceeding compatibility...
2013-04-03 Matthew JordanUpdate documentation for CHANNEL function
2013-04-03 Richard Mudgettastobj2: Fix rbtree duplicate handling.
2013-04-02 David M. LeeFixed spurious rebuilds of func_version.
2013-04-02 Joshua ColpPass the object type name to the configuration framework.
2013-04-02 Matthew JordanMake things work again
2013-04-01 David M. Leeinstall_prereq: Build jansson from source, when necessary
2013-04-01 Matthew JordanMake appropriate items parse using '|' instead of ','
2013-04-01 Joshua ColpRemove silly use of strncmp.
2013-04-01 David M. Leestasis: Fixed message ordering issues when forwarding
2013-04-01 David M. LeeFix parallel make problems.
2013-03-30 Matthew JordanProperly format an intmax_t value
2013-03-30 Matthew JordanConvert TestEvent AMI events over to Stasis Core
2013-03-29 Jonathan Roseapp_voicemail: Add blank argument to externnotify if...
2013-03-28 Richard MudgettAdd uuid wrapper API call ast_uuid_generate_str().
2013-03-28 Kinsey MooreBreak the world. Stasis message type accessors should...
2013-03-27 Kinsey MooreConvert MWI state message type to the new stasis naming...
2013-03-27 David M. LeeAdded a doxygen group for Stasis messages and topics
2013-03-27 Kinsey MooreAddress uninitialized conditional that valgrind found
2013-03-27 Matthew JordanFix a file descriptor leak in off nominal path
2013-03-27 Kinsey MooreFix white noise on SRTP decryption
2013-03-27 Matthew JordanAST-2013-003: Prevent username disclosure in SIP channe...
2013-03-27 Matthew JordanAST-2013-002: Prevent denial of service in HTTP server
2013-03-27 Matthew JordanAST-2013-001: Prevent buffer overflow through H.264...
2013-03-27 Damien WedhornFix skinny encall button to not blind xfer.
2013-03-26 Joshua ColpRemove the noop handler from sorcery so it does not...
2013-03-26 Matthew JordanResolve deadlock between SIP registration and channel...
2013-03-26 Matthew JordanResolve deadlock between pending CDR and batch CDR...
2013-03-26 Russell BryantSuppress compiler warning.
2013-03-26 Russell BryantFix multi-station answer race condition.
2013-03-25 Richard MudgettSet the CALLERID(dnid-num-plan) for incoming ISDN calls.
2013-03-25 Kinsey MooreFix typo
2013-03-25 Kinsey MooreFix missing ' ' around '='
2013-03-25 David M. Leeinstall_prereq: removed some out-of-date comments
2013-03-25 David M. Leeinstall_prereq: Adding jansson-devel to RH packages
2013-03-25 David M. LeeMove NewCallerid, HangupRequest and SoftHangupRequest...
2013-03-25 Sean BrightProperly delimit post data in res_config_curl.
2013-03-22 David M. LeeFixed another issue from r383579.
2013-03-22 Michael L.... Fix StopMixMonitor Hanging Up When Unable To Stop MixMo...
2013-03-22 David M. LeeCorrected some module issues introduced by r383579.
next