Commit Graph

2201 Commits (9d8d86e19de01ea94e3106d78af8aa44e6670745)

Author SHA1 Message Date
Kevin P. Fleming 9d8d86e19d phase two of string portability stuff:
21 years ago
Kevin P. Fleming 38598f57b4 make 'Agents' manager action conform to protocol (bug #4723)
21 years ago
Kevin P. Fleming 904beec507 ensure that format string macros are undef'd after use (bug #4716)
21 years ago
Kevin P. Fleming 17fee8dc68 various code formatting changes and cleanups related to bug #4706
21 years ago
Kevin P. Fleming f50c27c355 don't ignore hardcoded CLID from zapata.conf when usecallerid=no
21 years ago
Russell Bryant f62a613d24 fix big endian compilation issue
21 years ago
Kevin P. Fleming aaa057778c add create_addr_from_peer, to use an existing peer reference
21 years ago
Matthew Fredrickson 91f84f9098 Update variable name to match docs
21 years ago
Mark Spencer 3916b7e41b Fix IAX2 encryption (really, bug #4500 for reference)
21 years ago
Kevin P. Fleming a803ef7af0 pick up calling ANI information from libpri (bug #4571)
21 years ago
Kevin P. Fleming d7e09f233f allow explicit source address/port selection for peers (bug #4257, with minor mods)
21 years ago
Russell Bryant e24821e1cf fix off by one errors in calls to ast_copy_string (bug #4600)
21 years ago
Matthew Fredrickson e67bc60c40 Make PRI debug easier to read if you're not using NFAS
21 years ago
Russell Bryant 4c531ca8c0 define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION
21 years ago
Mark Spencer 80f67ad1fa Pass along proceeding and progress even when overlap mode is not on
21 years ago
Kevin P. Fleming c13d601fb4 queue device state changes and handle them serially in a background thread
21 years ago
Kevin P. Fleming f64717b556 clean up compiler warnings during build on 64-bit systems
21 years ago
Kevin P. Fleming f268ea2b3c make CLI output use singular/plural when appropriate (bug #4654)
21 years ago
Malcolm Davenport f1a18b8066 Hardcode urgent messages option in Voice-Message to 0
21 years ago
Kevin P. Fleming 6b72557890 ensure that AGENTBYCALLERID is set for agents being reloaded from persistent storage
21 years ago
Kevin P. Fleming 1bd88c387e don't segfault when peer doesn't send Referred-By (bug #4588)
21 years ago
Kevin P. Fleming 9403a6e027 remember CallerID in AgentCallbackLogin, so it can be used at logoff time
21 years ago
Russell Bryant 52ef5c7d30 add function to convert a cause code to a string
21 years ago
Kevin P. Fleming 3c91556d2d reset regattempts counter after successful registration (bug #4634)
21 years ago
Matthew Fredrickson cb8ba75284 Fix for bug 4347. Also breaking redirectingreason interpretation routine into function
21 years ago
Kevin P. Fleming 3ddc33f674 un-break three-way calling
21 years ago
Russell Bryant f3e538205b no need to call srand() when it is already called in asterisk.c
21 years ago
Kevin P. Fleming 19c1ac82a4 actually get the host's name for the code that needs it (bug #4569)
21 years ago
Kevin P. Fleming 9f4ad3363d ensure that 'zap show status' always generates output, even when there are no interfaces present (bug #3585)
21 years ago
Kevin P. Fleming 4803ab0bb2 don't use locks when reading usecounts (reading only, not writing)
21 years ago
Kevin P. Fleming 8db7830293 fix outgoing format selection breakage
21 years ago
Kevin P. Fleming 442f3b15a1 make 'transfer to busy' support a configurable option, and make it _only_ short-circuit AST_STATE_BUSY
21 years ago
Ben Kramer 32741dc1c6 / fix for bug 4550
21 years ago
Mark Spencer 4358089aa7 Fix SIP with OSP
21 years ago
Kevin P. Fleming 369b421b78 make SIP registration accept RFC non-compliant Digest headers (bug #4577)
21 years ago
Kevin P. Fleming d66913bea2 fix segfault when no CLID number is present (bug #4566)
21 years ago
Kevin P. Fleming b68ffcd38d fix debug output (bug #4562)
21 years ago
Kevin P. Fleming 52e26805e7 begin properly supporting 'Supported' and 'Required' headers (bug #4351)
21 years ago
Kevin P. Fleming 54e74ff81b control maximum number of interpolation frames generated during silence by jitterbuffer (bug #4295)
21 years ago
Kevin P. Fleming 4e6d610317 ensure that proper response code is return for unimplemented methods (bug #4512)
21 years ago
Kevin P. Fleming 5285af5631 separate IAX2 protocol debugging and jitterbuffer debugging (bug #4523)
21 years ago
Kevin P. Fleming 0e9d920a60 move tools used during build into build_tools subdirectory
21 years ago
Kevin P. Fleming a752aeb4e8 fix reply_digest breakage from earlier patch
21 years ago
Mark Spencer f80df76143 Fix fd's when we release rtp/vrtp
21 years ago
Mark Spencer b6ea1bcb29 Attempt to repair SIP parameter gathering brokenness
21 years ago
Mark Spencer 0c61fc56be Fix via comparison to be case insensitive
21 years ago
Mark Spencer e74c288783 Fix agent recording issue (bug #4551)
21 years ago
Kevin P. Fleming 2f7e984a31 don't generate 'rport' unless RFC3581 support is enabled (bug #4533)
21 years ago
Kevin P. Fleming 81d1a11ed6 clean up and optimize reply_digest (bug #4447)
21 years ago
Kevin P. Fleming 9a80a7bc2c string/whitespace handling cleanups (bug #4449, with mods)
21 years ago