Commit Graph

5059 Commits (352ca6584bcb1aa2742da08fbadc46f6415e643c)

Author SHA1 Message Date
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
Joshua Colp f7f58d194e Make sure that the temporary sip_request structure is empty so that copy_request doesn't think it already has an ast_str.
18 years ago
Russell Bryant 5bd4e32a4c Merged revisions 108796 via svnmerge from
18 years ago
Mark Michelson 086d4f0e56 Merged revisions 108737 via svnmerge from
18 years ago
Russell Bryant 5f58a11ff2 Merged revisions 108530 via svnmerge from
18 years ago
Russell Bryant 1a2b358588 Merge changes from team/jamesgolovich/chan_sip-ast_str
18 years ago
Russell Bryant 8bbef5f996 Rename ast_tcptls_server_instance to session_instance, since this pertains to
18 years ago
Mark Michelson ff1527de3d Let's get this to compile
18 years ago
Mark Michelson 39cc1b4f36 Merged revisions 108288 via svnmerge from
18 years ago
Kevin P. Fleming a3a8aa6547 add support for named sections in zapata.conf, and fix a few bugs in config file parsing
18 years ago
Kevin P. Fleming 5ebfa5638a Merged revisions 108086 via svnmerge from
18 years ago
Tilghman Lesher 582d3b4ba7 Deadlock fixes
18 years ago
Jason Parker 1c0bc928d1 Merged revisions 107714 via svnmerge from
18 years ago
Kevin P. Fleming 3ee2872f40 Merged revisions 107713 via svnmerge from
18 years ago
Kevin P. Fleming acb73c7448 fix another potential bug found by gcc 4.3
18 years ago
Kevin P. Fleming 4925e7b835 Merged revisions 107464 via svnmerge from
18 years ago
Terry Wilson a9a3f001e0 Merged revisions 107290 via svnmerge from
18 years ago
Jason Parker 6477f207f1 Merged revisions 107173 via svnmerge from
18 years ago
Joshua Colp 362b184c9c If we receive a 488 on a T38 request reinvite back to audio. As well reinvite across a bridge back to audio if one side doesn't negotiate to T38.
18 years ago
Kevin P. Fleming f5bee50ad1 Merged revisions 106945 via svnmerge from
18 years ago