summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-22ARI: Don't leak implementation detailsKinsey Moore
2013-11-22res_pjsip: convert configuration settings names to snake caseKevin Harwell
2013-11-22translate: Move freeing of frame to after it is used.Joshua Colp
2013-11-22PickupChan: Add ability to specify channel uniqueids as well as channel names.Richard Mudgett
2013-11-21app_directory: Set variable indicating reason directory exitedJonathan Rose
2013-11-21ari: Fix #include to match generated headers for snakeCase resource filesDavid M. Lee
2013-11-21ari: Fix generators for resources with camelCase names.David M. Lee
2013-11-21res_pjsip_session: Fix memory leak of direct media format capabilitiesMatthew Jordan
2013-11-21voicemail: Fixup some doxygen comments.Richard Mudgett
2013-11-21bucket: Fix scheme ref leak in __ast_bucket_scheme_register().Richard Mudgett
2013-11-21res_pjsip_sdp_rtp: Fix use of uninitialized value in PJSIPMatthew Jordan
2013-11-21res_pjsip_mwi: Fix memory leak of MWI subscriptions containerMatthew Jordan
2013-11-21stasis: Fixed scoping problem with bridge tracking.David M. Lee
2013-11-21ari: Add silence generator controlsDavid M. Lee
2013-11-19res_pjsip_caller_id: Don't overwrite user portion of the From header when fro...Joshua Colp
2013-11-16res_pjsip: Add support for building against pjproject with SIP transaction gr...Joshua Colp
2013-11-15Confbridge: Add option to review the recording similar to announce_join_leaveJonathan Rose
2013-11-15CEL: Fix crash when using CELGenUserEventKinsey Moore
2013-11-14Pickup: Pickup() and PickupChan() parameter parsing improvements.Richard Mudgett
2013-11-14Pickup: Ensure using PICKUPMARK never considers the picking channel.Richard Mudgett
2013-11-14Say: If SAY_DTMF_INTERRUPT is set to an ast_true value, jump on DTMFJonathan Rose
2013-11-13res_ari_channels: Add the ability to stop locally generated ringing on a chan...Joshua Colp
2013-11-12ari endpoints: GET /ari/endpoints/{invalid-tech} should return a 404Kevin Harwell
2013-11-12ari endpoints: GET /ari/endpoints/{invalid-tech} should return a 404Kevin Harwell
2013-11-12Switch to a scoped lock to avoid missing unlocks in failure returns.Mark Michelson
2013-11-12Move a NULL check to a place that makes more sense.Mark Michelson
2013-11-12pjsip_messaging, pjsip_header_funcs: Crashes due to NULL pointer dereferencesKevin Harwell
2013-11-12CELGenUserEvent: Fix error message from ast_json_packKinsey Moore
2013-11-12Fixed a typ.David M. Lee
2013-11-12chan_dahdi: Fix crash during caller ID readKinsey Moore
2013-11-11Confbridge: add test events for dynamic menus testJonathan Rose
2013-11-11Get rid of some inaccurate comments.Mark Michelson
2013-11-11app_queue: Honor penalty limits of 0Kinsey Moore
2013-11-08chan_sip: keep same local (from) tag for outgoing register requestsScott Griepentrog
2013-11-08res_stasis.c: Fix locking issues with the app_bridge_moh container.Richard Mudgett
2013-11-08security_events: Push out security events over AMI eventsJonathan Rose
2013-11-08Clarify an ambiguous error message.Mark Michelson
2013-11-08res_pjsip: Print a helpful error message if sorcery registration failsDavid M. Lee
2013-11-08Changes from make ari-stubs after r402560David M. Lee
2013-11-08ARI playback: Rename ARI Playback to PlaybacksKevin Harwell
2013-11-08ari: Add application/x-www-form-urlencoded parameter supportDavid M. Lee
2013-11-08app_dahdiras: Use waitpid instead of wait4.Kevin Harwell
2013-11-07PJSIP: Improve error handling in digest authenticatorJonathan Rose
2013-11-07ari: User better nicknames for ARI operationsDavid M. Lee
2013-11-06app_queue: crash if first agent is "busy"Kevin Harwell
2013-11-05chan_sip: Use AST_AF* defined constant when calling ast_get_ipMatthew Jordan
2013-11-05chan_iax2: Fix incorrect usage of ast_get_ip involving uninitialized structMatthew Jordan
2013-11-05netsock2: Define AST_AF_* enum constants to their AF_* equivalentsMatthew Jordan
2013-11-05stasis_channels: Don't give preference to ANI info in channel snapshotsMatthew Jordan
2013-11-04chan_sip: notify dialog info ignores presentation indicator in calleridKevin Harwell