Commit Graph

5078 Commits (db884798db6672960fb924b59dba5616db58db80)

Author SHA1 Message Date
Philippe Sultan db884798db Merged revisions 112766 via svnmerge from
18 years ago
Mark Michelson 3fd8236d28 Merged revisions 112599 via svnmerge from
18 years ago
Tilghman Lesher cbf80c1a3c Make MISDN generate channel rename events when the name changes.
18 years ago
Joshua Colp b5cccfe1a4 Since the SIP request structure gets reused multiple times with TCP handling we have to clear the debug state or else we will keep spitting out debug even after it has been turned off.
18 years ago
Jeff Peeler 6699761f80 Added dnsmgr status output for sip show registry.
18 years ago
Russell Bryant 094fc2c616 Fix a typo that prevented configuration of non-dynamic peers.
18 years ago
Jeff Peeler e9825d7c8a Existing DNS manager lookups extended to check for SRV records.
18 years ago
Tilghman Lesher d751947b1a Fix last commit
18 years ago
Jeff Peeler a5cdd849e5 This adds DNS SRV record support to DNS manager. If there is a SRV record for a given domain, the hostname and port listed in the SRV record will be used. If no SRV record exists or a SRV lookup is not attempted, the DNS lookup on the specified domain will be performed as normal. Chan_sip has been modified to take advantage of the new SRV support.
18 years ago
Joshua Colp a8be22f9da Merged revisions 112204 via svnmerge from
18 years ago
Joshua Colp dcf4e46d8f Demote a log message down to a warning.
18 years ago
Russell Bryant af9c1ee0df Now that zaptel trunk has been removed, add the PSTN deprecation notice to chan_zap, as well.
18 years ago
Jason Parker 652ce60a6f I missed a place when this define was changed.
18 years ago
Russell Bryant 76baf34555 This fixes a high fence violation that MALLOC_DEBUG reported to me.
18 years ago
Mark Michelson bf4893fdce This time the fix is proper for issue 12284. I have tested it thoroughly and found
18 years ago
Mark Michelson 3a0f4cc933 Temporary revert of 111662. It's causing lots of trouble and appears to not be
18 years ago
Jason Parker 5591c696a5 Merged revisions 111720 via svnmerge from
18 years ago
Mark Michelson ca8e44c051 The copy_request function did not take into account the necessary null terminator
18 years ago
Tilghman Lesher bdf4443586 Oops, missed one
18 years ago
Joshua Colp 438361c0b8 Add expiry value to the sip show subscriptions CLI command.
18 years ago
Jason Parker 6412a96e43 Large cleanup of DSP code
18 years ago
Joshua Colp a3d7dc8903 Merged revisions 111020 via svnmerge from
18 years ago
Joshua Colp febd162ed2 Merged revisions 110628 via svnmerge from
18 years ago
Tilghman Lesher ef4eff9a9b Add the "config reload <conffile>" command, which allows you to tell Asterisk
18 years ago
Jeff Peeler 13787bc595 This one line change makes an if inside a for loop (in realtime_peer) check all the ast_variables the loop was intending to test rather than just the first one.
18 years ago
Mark Michelson a49b6591f5 Oops here too. I need to stop coding for a while...
18 years ago
Mark Michelson 67efba6e50 Merged revisions 110635 via svnmerge from
18 years ago
Joshua Colp 738e4ec94e Add a special dialplan variable to chan_sip which will cause an audio file to be played upon completion of an attended transfer.
18 years ago
Olle Johansson 676d9d3303 Use the "Server" header when responding to SIP requests.
18 years ago
Mark Michelson c05501d812 Remove the "Event: registration" header from Asterisk-generated
18 years ago
Mark Michelson 625f6bd203 Merged revisions 110618 via svnmerge from
18 years ago
Russell Bryant c087390452 Merged revisions 110614 via svnmerge from
18 years ago
Joshua Colp 5a77d16eda Only print out the set_address_from_contact host verbose message if debugging is enabled on the dialog.
18 years ago
Russell Bryant 2860d9f83c Merged revisions 110336 via svnmerge from
18 years ago
Tilghman Lesher 0be1d98624 Fix recent trunk breakage
18 years ago
Jason Parker 9e3603dac9 Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.
18 years ago
Jason Parker 8d4276578a Rename very poorly named function to reflect what it actually does. This was causing quite a bit of confusion for me...
18 years ago
Jeff Peeler 515ec9d92f This change adds DNS manager support for registrations not referencing a peer entry. It looks like there is support for DNS manager for realtime peers as well, however it is not implemented correctly. The improper usage occurs when ast_dnsmgr_lookup is called with one of the arguments being an address from the stack to be continually updated. The variable from the stack will go out of scope and dnsmgr will continue to try and update the memory there, causing possible stack corruption. This problem will be worked on next as well as adding DNS manager support for peer entries.
18 years ago
Russell Bryant 5f7e81b564 Set req->data to NULL after free'ing to ensure that it never gets accidentally
18 years ago
Mark Michelson 37fcf0e0fe Fix a typo which caused a double free in chan_zap. This was discovered
18 years ago
Mark Michelson 8bceb4f2a1 Since a sip request's data field is now a stringfield, we not only have to check
18 years ago
Mark Michelson f1181cb04e Merged revisions 109575 via svnmerge from
18 years ago
Kevin P. Fleming 3a8268bc29 fix up various warnings found via the addition of format string checking... some of these were really, really bad code
18 years ago
Terry Wilson b02bc230af Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
18 years ago
Joshua Colp 10cdbe28a8 Merged revisions 109386 via svnmerge from
18 years ago
Jason Parker 263c658a6b Do not return with a successful authentication if the From header ends up empty.
18 years ago
Olle Johansson 0de4eba640 Add manager peerstatus events when peer can't authenticate.
18 years ago
Michiel van Baak 5729b0ec40 Update the directory of placed calls on skinny phones
18 years ago
Joshua Colp 7980ac1261 Remove something that is never ever used.
18 years ago
Joshua Colp ba63fd28c2 Merged revisions 109107 via svnmerge from
18 years ago