aboutsummaryrefslogtreecommitdiffstats
path: root/main/dial.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-16add missing break to case AST_CONTROL_SRCUPDATEmvanbaak1-0/+1
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file1-0/+4
2008-02-27Two fixes:mmichelson1-5/+31
2008-01-16Introduce a lock into the dialing API that protects it when destroying the st...file1-0/+15
2007-12-21Since we are freeing list elements within a list traversal, we need to use th...mmichelson1-1/+3
2007-11-26Fix issues with async dialing with an application executing. The application ...file1-5/+24
2007-04-24Add a few more state changes in handle_frame_ownerless() so that the SLA coderussell1-0/+3
2007-02-22Merge changes from team/russell/sla_updates.russell1-1/+1
2007-02-12Change ast_set_state_callback() to ast_dial_set_state_callback()russell1-1/+1
2007-02-12- Add the ability to register a callback to monitor state changes in anrussell1-26/+39
2007-02-10Merge team/russell/sla_rewriterussell1-22/+31
2007-01-24Merge in dialing API and the app_page that uses it. (issue #BE-118)file1-0/+802