Commit Graph

1999 Commits (5ec4e62b006dabfd9d2cde53f73f7d3b16ecbd2a)

Author SHA1 Message Date
Russell Bryant 14852b8d3e Merged revisions 43700 via svnmerge from
19 years ago
Joshua Colp becd11ddb8 Merged revisions 43695 via svnmerge from
19 years ago
Tilghman Lesher c8e3edeb8e Gosub arguments (Issue 7780)
19 years ago
Tilghman Lesher ec83b11183 MailboxExists should be a dialplan function, not an application (Issue 7503)
19 years ago
Tilghman Lesher 5a15d3ed5a Merged revisions 43642 via svnmerge from
19 years ago
Tilghman Lesher 2f3eab049b Merged revisions 43640 via svnmerge from
19 years ago
Tilghman Lesher 6ae8741518 Lots more removal of deprecated things
19 years ago
Tilghman Lesher 2b55678e1f Remove deprecated CLI apps from the core
19 years ago
Tilghman Lesher 8eece08943 Merged revisions 43445 via svnmerge from
19 years ago
Tilghman Lesher 0b74986565 More removal of deprecated stuff
19 years ago
Tilghman Lesher 821022dd35 Merged revisions 43441 via svnmerge from
19 years ago
Tilghman Lesher fc88db013e Remove deprecated apps and funcs
19 years ago
Joshua Colp 1c764935f2 SS7 marked the start of an open season for trunk again but here's something minor - abstract early bridging into the technology so that we don't always assume they use RTP and try it.
19 years ago
Tilghman Lesher 012e0f82d5 Merged revisions 43422 via svnmerge from
19 years ago
Joshua Colp 0a28b21d01 Warning be gone.
19 years ago
Tilghman Lesher d70fe791c2 A few misses from constification
19 years ago
Tilghman Lesher 70af28270d Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
19 years ago
Jason Parker 61e4465f49 Fix a segfault that was reported by jcmoore in #asterisk-bugs on IRC.
19 years ago
Jason Parker 50c1981780 We need to persist the member name also
19 years ago
Jason Parker a7119b522d Add a "member name" to queue members.
19 years ago
Kevin P. Fleming 41d3e99e28 move ADSI functionality into ast_ namespace
19 years ago
Matthew Fredrickson 33ddb53663 Various updates from PCadach's chan_h323-live branch
19 years ago
Matt O'Gorman d0a1a0033d similar patch for verbose vs debug with minor changes
19 years ago
Tilghman Lesher e2253df3ec Merged revisions 43248 via svnmerge from
19 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
19 years ago
Tilghman Lesher e39c9d7619 Merged revisions 43072 via svnmerge from
19 years ago
Kevin P. Fleming c2c4f86c72 merge markster's usersconf branch with some slight changes
19 years ago
Tilghman Lesher e16104185a Merged revisions 43003 via svnmerge from
19 years ago
Russell Bryant 25b0e3a148 use strcpy instead of sprintf
19 years ago
Matt O'Gorman a3a8442e5c i dont know how msg_cfg got moved around but its all good again
19 years ago
Tilghman Lesher 979ef8d2ed Merged revisions 42783 via svnmerge from
19 years ago
Anthony LaMantia ef879455f5 small fix for issue 007926
19 years ago
Tilghman Lesher 9e397b6bba In trunk, ast_fileexists now returns 0 for failure, instead of -1, as it did
19 years ago
Matt O'Gorman f4434eba6f Get rid of ugly tmp directory, although I really should
19 years ago
Tilghman Lesher ae6795f3ec Merged revisions 42421 via svnmerge from
19 years ago
Joshua Colp 62e58282eb Destroy msg_cfg after it's used, not before (issue #7618 reported by wvolz with minor mods)
19 years ago
Tilghman Lesher fa12b3c774 Merged revisions 42355 via svnmerge from
19 years ago
Joshua Colp dd0b891e57 Minor cleanup and make sure the tmp variable is clean
19 years ago
Matt O'Gorman 36935ffc42 protect curhst and curusr
19 years ago
Joshua Colp bc5dd43635 Set the variable even if the caller disconnects (issue #7896 reported by jsmith)
19 years ago
Matt O'Gorman 1dc7c62ed4 patch to fix several things wrong with voicemail
19 years ago
Jason Parker f0e0963b2e Fix a small typo, to make app_followme.c show properly in "show version files"
19 years ago
Steve Murphy 7c9b6e1d29 These small app documentation changes to app_dial and app_read will hopefully avert any more 7544 type bug reports\!
19 years ago
Joshua Colp ca2b4d407a Make this module fit the guidelines better
19 years ago
Olle Johansson 228d50806c - Free allocated memory before returning from function
19 years ago
Joshua Colp 4a7947501e Minor tweak - we need to lock the channel when we are removing the spy from it.
19 years ago
Joshua Colp 49cfc19f0a Use tabs instead of spaces (I <3 tabs -- this is for you Qwell)
19 years ago
Joshua Colp 55d594e9da Make the difference clear about what the responsibilities of the core and a spy are when it comes to spying on a channel. The core is responsible for adding a spy to a channel, feeding frames into the spy, removing the spy from the channel, and notifying the spy that is has been detached. The spy is responsible for reading frames in, and cleaning itself up. Each side will not try to do the other's job.
19 years ago
BJ Weschke 7057035ae0 Changes/fixes to the app_waitforsilence app to make it behave more the way the author originally intended for it
19 years ago
BJ Weschke c5c1d4579f This was added to app_dial a while back, and now it's in app_queue as well. Provide an option to prevent members of the queue from forwarding calls from the queue to somewhere else.
19 years ago