summaryrefslogtreecommitdiff
path: root/main/channel.c
AgeCommit message (Expand)Author
2009-03-11Make handling of the BRIDGE_PLAY_SOUND variable thread-safe.Russell Bryant
2009-03-11Make handling of the BRIDGEPVTCALLID variable thread-safe.Russell Bryant
2009-03-11Merged revisions 181423 via svnmerge from Russell Bryant
2009-03-03app_read does not break from prompt loop with user terminated empty stringDavid Vossel
2009-03-03Merged revisions 179741 via svnmerge from Russell Bryant
2009-03-03Merged revisions 179671 via svnmerge from Joshua Colp
2009-03-03Merged revisions 179608 via svnmerge from Russell Bryant
2009-03-03Merged revisions 179536 via svnmerge from Jeff Peeler
2009-03-02Merged revisions 179461 via svnmerge from Russell Bryant
2009-02-17Merged revisions 176701 via svnmerge from Jeff Peeler
2009-02-17Update the timing API to have better support for multiple timing interfaces.Russell Bryant
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2009-02-16Make the causes array static, and remove the type name as it is not needed.Russell Bryant
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationMark Michelson
2009-02-11Tell the device state core a change happened when a channel is freed but not ...Joshua Colp
2009-01-26Add extensions and context on manager event when new channel is created.Olle Johansson
2009-01-23Merged revisions 170648 via svnmerge from Joshua Colp
2009-01-23Merged revisions 170392 via svnmerge from Mark Michelson
2009-01-13Merged revisions 168561 via svnmerge from Russell Bryant
2008-12-23Merged revisions 166568 via svnmerge from Mark Michelson
2008-12-23Merged revisions 166509 via svnmerge from Tilghman Lesher
2008-12-19Adding a new dialplan function AUDIOHOOK_INHERITMark Michelson
2008-12-15Merged revisions 164201 via svnmerge from Russell Bryant
2008-12-12Since chan_sip is callback devicestate driven do not pass in actual states, p...Joshua Colp
2008-12-12Merged revisions 163448 via svnmerge from Russell Bryant
2008-12-11Fix the "failed" extension for outgoing calls. Russell Bryant
2008-11-09In order to move away from nested function use, some changes to the recently ...Sean Bright
2008-11-05Merged revisions 154685 via svnmerge from Steve Murphy
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theSean Bright
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-31Use the ast_str API call to reset the string instead of manually editing its ...Russell Bryant
2008-09-09Modify ast_answer() to not hold the channel lock while calling ast_safe_sleep()Russell Bryant
2008-09-05Merged revisions 141156 via svnmerge from Steve Murphy
2008-09-02Merged revisions 140690 via svnmerge from Steve Murphy
2008-09-02Merged revisions 140670 via svnmerge from Steve Murphy
2008-08-13Convert deprecated routines to the new names.Tilghman Lesher
2008-08-10Another batch of files from RSW. The remaining apps and a few moreSean Bright
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/Sean Bright
2008-08-07Fix a calculation error I had made in the poll. The pollMark Michelson
2008-08-07Scrap the 500 ms delay when Asterisk auto-answers a channel.Mark Michelson
2008-08-06Merged revisions 135949 via svnmerge from Tilghman Lesher
2008-08-06Merged revisions 135841,135847,135850 via svnmerge from Mark Michelson
2008-08-05Merged revisions 135799 via svnmerge from Steve Murphy
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-07-28remove remaining Zaptel references in various placesKevin P. Fleming
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIsTilghman Lesher
2008-07-25Merged revisions 133649 via svnmerge from Tilghman Lesher
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-07-03Merged revisions 127663 via svnmerge from Steve Murphy
2008-07-01Place the delay in __ast_answer prior to the channel-specific answerMark Michelson