summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-18Fix monitoring calls put in a parking lot.Richard Mudgett
2012-06-15Various small chan_skinny fixes and cleanupDamien Wedhorn
2012-06-15Allow chan_sip to decline unwanted media streamsKinsey Moore
2012-06-15Fix voicemail API tests by using the correct argument order for create/destroy.Jason Parker
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-15Add HANGUPCAUSE hash support to IAX2Kinsey Moore
2012-06-15Remove some symbol exports that got missed in the removal of global symbols.Jason Parker
2012-06-15Remove remaining properties mmichelson left laying around from phones branch ...Richard Mudgett
2012-06-14Allow non-normal execution routines to be able to run on hungup channels.Richard Mudgett
2012-06-14Make the Hangup application set a softhangup flag.Richard Mudgett
2012-06-14Move vm defines to group them better.Richard Mudgett
2012-06-14Multiple revisions 368963,368965Jason Parker
2012-06-14AST-2012-009: Fix crash in chan_skinny due to Key Pad Button Message handlingMatthew Jordan
2012-06-14Revert Makefile change to remove embedding res_adsi.soMark Michelson
2012-06-14Add a post_apply callback to the Config Options APITerry Wilson
2012-06-14Add filename alias support to the Config Options APITerry Wilson
2012-06-13Fix a deadlock that occurs when func_volume is used on a local channel.Mark Michelson
2012-06-13Mark res_smdi/res_adsi as 'core' supported modulesMatthew Jordan
2012-06-13Remove forced linking of res_adsi.oMark Michelson
2012-06-13Replace MODULES_DIR with ASTMODDIR in Makefile's INSTALLDIRSMatthew Jordan
2012-06-13Do not install empty directories; add ASTLIBDIRMatthew Jordan
2012-06-12Do not perform install on existing directoriesMatthew Jordan
2012-06-12Set the Caller ID "tag" on peers even if remote party information is present.Mark Michelson
2012-06-12Update merge property informationMatthew Jordan
2012-06-12Fix deadlock in SIP transfers that involve a REFER requestMatthew Jordan
2012-06-12Parse ANI2 information from SIP From header parametersKinsey Moore
2012-06-11Fix deadlock potential with ast_set_hangupsource() calls.Richard Mudgett
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-06-11Recorded merge of revisions 368721 from http://svn.asterisk.org/svn/asterisk/...Kinsey Moore
2012-06-08Fix error paths in action_hangup() for AMI Hangup action.Richard Mudgett
2012-06-08Tweak ast_channel_softhangup_withcause_locked() to take a typed parameter.Richard Mudgett
2012-06-08Fix MWI update so LED display correct voicemail state after phone usage. Also...Igor Goncharovskiy
2012-06-07Skinny cleanup (mwi_event_cb).Damien Wedhorn
2012-06-07Skinny cleanup.Damien Wedhorn
2012-06-07Fix app_queue debug message use of args.options after the string has been par...Richard Mudgett
2012-06-07Fix inverted test in app_queue for ringinuse.Richard Mudgett
2012-06-07Fix reloading an unchanged file with the Config Options APITerry Wilson
2012-06-07Fix a typo in format_ogg_vorbis.c: suportTzafrir Cohen
2012-06-07Add default handler documentation and standardize acl handlerTerry Wilson
2012-06-06Fix POTS flash hook to orignate a second call deadlock.Richard Mudgett
2012-06-06Fix a specific scenario where ACKs are not matched.Mark Michelson
2012-06-06Add feature modifier to versions produced from branchesMatthew Jordan
2012-06-06Ensure overlapping hold flags do not conflictKinsey Moore
2012-06-06Fix parked call performing a DTMF blind transfer after being retrieved.Richard Mudgett
2012-06-06Make builtin_blindtransfer() fully use ast_async_goto() abilities.Richard Mudgett
2012-06-05Merge 'core' and 'core changes' sections in CHANGES file.Jonathan Rose
2012-06-05Recorded merge of revisions 368536 from http://svn.asterisk.org/svn/asterisk/...Kinsey Moore
2012-06-05Ensure that pages and emails are sent using RFC822-compliant date formatKinsey Moore
2012-06-05Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHEREKinsey Moore
2012-06-04Relay proper SIP responses on calling side.Mark Michelson