Commit Graph

6222 Commits (ddaed942eea5fb7296ec3401d63baf7de3188fcc)
 

Author SHA1 Message Date
Kevin P. Fleming 626582a84c store tag in the private structure as formatted text, instead of formatting every time we send a packet
20 years ago
Kevin P. Fleming 8af7725f98 support optional sending of Remote-Party-ID headers (issue #2471, heavily modified to actually work properly)
20 years ago
Mark Spencer 266529a503 Fix "console" help (thanks to Andy Dvorak)
20 years ago
Kevin P. Fleming fdccf66d52 add domains documentation and rename config option
20 years ago
Kevin P. Fleming 9bbf4c3854 add basic SIP domain support (issue #4466, with major mods)
20 years ago
Russell Bryant da7ca691b2 move variable declaration to the beginning of the function (issue #5299)
20 years ago
Kevin P. Fleming 02c80ab20b one more oops (when global variables need substitutions)
20 years ago
Kevin P. Fleming 5156c0621f oops
20 years ago
Kevin P. Fleming 44aff84c2e use a more generic means to decide whether we need to provide poll/dlfcn functionality (issue #5297)
20 years ago
Kevin P. Fleming f68285950b minor code and stack space optimizations
20 years ago
Kevin P. Fleming 852bf07caa ensure that if the verbose buffer is full, we send it out even if it's not complete (issue #5263, patch modified to actually compile)
20 years ago
Kevin P. Fleming 24cdb73f92 handle polarity reversal hangup indication during an incoming call that is still ringing (issue #5191)
20 years ago
Kevin P. Fleming 78fa3593b1 properly ignore retransmitted INVITEs on long latency links (issue #3658)
20 years ago
Kevin P. Fleming aae3bb3e48 minor optimizations
20 years ago
Kevin P. Fleming 9d63d731aa fix minor build problem on *BSD (issue #5290)
20 years ago
Kevin P. Fleming f0b4072039 fix some buglets in 'agents' Manager action (issue #5235)
20 years ago
Kevin P. Fleming 43d43b8b46 properly respond to REGISTER queries (issue #5272)
20 years ago
Kevin P. Fleming d3f7c5fb74 don't drop the caller just because it's not time to play an announcement (issue #5279)
20 years ago
Kevin P. Fleming 051ddb97f3 clean update devicestate function, ensure that it can return AST_DEVICE_UNKNOWN when call limits are not turned on (issue #5281)
20 years ago
Kevin P. Fleming 5599da9581 support new version of OSP toolkit (issue #5168)
20 years ago
Kevin P. Fleming d612e3bc27 ensure result buffer is initialized (issue #5285)
20 years ago
Kevin P. Fleming 43e0f52600 correct logic errors (issue #5258)
20 years ago
Kevin P. Fleming b151666d4c correct sense of logic test (issue #5259)
20 years ago
Mark Spencer 1097fc2d38 Make curl a function
20 years ago
Mark Spencer da7c542e29 Handle authenticating *to* realtime peers (bug #5269)
20 years ago
Russell Bryant 168733a179 Fix expressions on Big Endian platforms (issue #5233)
20 years ago
Mark Spencer 9804f96c0f Fix manager EINTR issue (bug #5247)
20 years ago
Mark Spencer fcc0b23e18 Fix restart in Mac OSX (bug #5251)
20 years ago
Mark Spencer 446d1eee3e Fix meet me / local channel (bug #5274)
20 years ago
Mark Spencer 96286be0ee Fix GetVar manager action result (bug #5275)
20 years ago
Mark Spencer 1b3cb1e8a6 Fix CLI completion issue (bug #5041)
20 years ago
Mark Spencer cfabcabae8 Null out call number on release complete when number is unallocated (bug #4633)
20 years ago
Kevin P. Fleming 7470ddb6b2 fix copy-and-paste error
20 years ago
Mark Spencer 7196493caa Fix CLI memory leak (bug #5035)
20 years ago
Mark Spencer 2e5537a4a0 Fix directed pickup deadlock bug (bug #5270)
20 years ago
Mark Spencer a21c9058e0 Fix cut/paste error (bug #5282)
20 years ago
Mark Spencer eb4a86ee7b Don't crash on recursive show extension foo@bar...
20 years ago
Jim Dixon b3d871f223 Added support for iaxrpt gui client
20 years ago
Russell Bryant 779d033f21 move process_quotes_and_slashes to utils.c since it is used by both pbx_ael and pbx_config
20 years ago
Russell Bryant afb00fce12 Use Goto instead of GotoIf when jumping over the else block (issue #4660)
20 years ago
Russell Bryant 21eb11c40e fix some gcc4 pointer signedness warnings and clean up some formatting
20 years ago
Mark Spencer 8087701923 iax2 parser cleanups
20 years ago
Russell Bryant 6f96370770 don't remove the ast_expr .c files when building testexpr2 since they are
20 years ago
Russell Bryant ff649ebc1b fix ENUMLOOKUP examples (issue #5244)
20 years ago
Russell Bryant bcaaea9ce6 add missing newline (issue #5243)
20 years ago
Russell Bryant 56ca94095a clean up singular vs. plural output for the 'show dialplan' CLI command
20 years ago
Kevin P. Fleming b28847320d add Pickup() application (issue #4865)
20 years ago
Jeremy McNamara 9ce1402c8b ok wtf, no compiler error here
20 years ago
Jeremy McNamara 59e784c96a I swore this compiled. Honest, officer
20 years ago
Kevin P. Fleming 29bdd1b424 add API for searching active channels by context/exten
20 years ago