Commit Graph

4494 Commits (1e12db06da803d46ba4d3cd3ad89623f79cd9da8)

Author SHA1 Message Date
Russell Bryant 0dd52f7196 Merged revisions 79272 via svnmerge from
18 years ago
Russell Bryant a2847deb73 Merged revisions 79214 via svnmerge from
18 years ago
Joshua Colp d5eda8709c Merged revisions 79174 via svnmerge from
18 years ago
Jason Parker 9b3c3f1c61 Use localized softkey labels.
18 years ago
Russell Bryant 0034e3f49d When looking up a mailbox, use the default context if not specified as something else
18 years ago
Russell Bryant 348ff8c3e9 Restore the ability to have multiple mailboxes listed for the mailbox option
18 years ago
Russell Bryant 9d1acad76b Fix a problem that I had introduced into MWI handling. I had ignored
18 years ago
Joshua Colp 90066ea949 Minor fix for building under dev mode when byteswapping macro header files are not available.
18 years ago
Joshua Colp 22114b509d Add support for using epoll instead of poll. This should increase scalability and is done in such a way that we should be able to add support for other poll() replacements.
18 years ago
Joshua Colp 063c747f3a HAVEL_SS7 should be HAVE_SS7. Reported by kwallace.
18 years ago
Joshua Colp f2fc44d07e Correct spelling. s/threaads/threads/
18 years ago
Jason Parker 395243c923 Merged revisions 78375 via svnmerge from
18 years ago
Russell Bryant eba344f498 Merged revisions 78371 via svnmerge from
18 years ago
Joshua Colp 57769b9a53 Can't forget outsignaling!
18 years ago
Joshua Colp 4684dd1761 Just for jsmith... make signaling a valid option that acts like signalling.
18 years ago
Jason Parker bc8b1d3baa Add a TalkingToChan to the response of the "agents" manager action.
18 years ago
Russell Bryant d9407da71d Merged revisions 78242 via svnmerge from
18 years ago
Mark Michelson 8f17952065 Fixing a compiler warning which warns that a variable may be used unitialized. Thanks to mvanbaak for pointing this out.
18 years ago
Mark Michelson c4c0e45c8b Merged revisions 78103 via svnmerge from
18 years ago
Joshua Colp 54a2d42e2f Merged revisions 78182 via svnmerge from
18 years ago
Jason Parker bb700d82ce Implement setvar functionality in chan_skinny
18 years ago
Tilghman Lesher 05d60c7860 Merged revisions 78139 via svnmerge from
18 years ago
Russell Bryant 661fa0b374 Merged revisions 78063 via svnmerge from
18 years ago
Russell Bryant bcabfbb89a Merged revisions 78028 via svnmerge from
18 years ago
Jason Parker 1064b75ab7 Merged revisions 77996 via svnmerge from
18 years ago
Jason Parker fb94195d90 Merged revisions 77993 via svnmerge from
18 years ago
Russell Bryant 7b3dcbb842 Merged revisions 77949 via svnmerge from
18 years ago
Jason Parker 98ef35b908 Merged revisions 77947 via svnmerge from
18 years ago
Russell Bryant 85ba8d515a Merged revisions 77943 via svnmerge from
18 years ago
Russell Bryant 12ed8e8d07 Fix an issue that Simon pointed out to me on IRC. There were cases in the
18 years ago
Russell Bryant 171791dd8b Merged revisions 77939 via svnmerge from
18 years ago
Jason Parker e7e9275241 Merged revisions 77894 via svnmerge from
18 years ago
Jason Parker e27df99e5f Merged revisions 77890 via svnmerge from
18 years ago
Russell Bryant 1990a00ca4 Merged revisions 77887 via svnmerge from
18 years ago
Jason Parker d9beb54cbb Merged revisions 77883 via svnmerge from
18 years ago
Joshua Colp d9aee5e353 Merged revisions 77869 via svnmerge from
18 years ago
Russell Bryant 4e0947c5f1 Convert code that checks the _softhangup member of ast_channel directory to use
18 years ago
Steve Murphy 35499c7f40 thanks to Russel, for pointing out that the dialoglist_lock/unlock routines also need to be macros if DETECT_DEADLOCKS is set
18 years ago
Mark Michelson 768724f5e6 Merged revisions 77824 via svnmerge from
18 years ago
Kevin P. Fleming f35541734a there is no use in having functions that have no code in them, and hide the locking info when DEBUG_THREADS is enabled... i could have fixed this to be dependent on DEBUG_THREADS, but it would be just as easy for someone to add their test/debugging code to the macros as it would have been to the functions
18 years ago
Kevin P. Fleming b2eb99bb47 use a different method for overriding the send_digit_begin pointer, as the old one fails to compile on my 64-bit system with gcc-4.1 and --enable-dev-mode turned on
18 years ago
Steve Murphy 2cad4fea1a Discovered in experiments on core files: if you wrap the lock and unlock calls with sip_pvt_lock and sip_pvt_unlock, you lose the tracing info you would normally get via DETECT_DEADLOCKS; so I turn these two functions into macros when DETECT_DEADLOCKS is called. This way, you get meaningful stuff in the file and func slots in the lock_info struct.
18 years ago
Russell Bryant 3ca4126887 Change another unnecessary use of the increment operator to explicitly set the var to 1
18 years ago
Russell Bryant 3b49339387 Explicitly set a variable to 1 instead of using the increment operator.
18 years ago
Russell Bryant a27203a5bc Merged revisions 77794 via svnmerge from
18 years ago
Luigi Rizzo b20ab775d5 minor code rearrangements:
18 years ago
Luigi Rizzo adc28d1e1c rename handle_request() to handle_incoming(), as the former
18 years ago
Luigi Rizzo 6fe18e2403 move some dialog-only flags to proper variables, namely
18 years ago
Luigi Rizzo 597421be86 use a function, cli_yesno(), to produce the output Yes or No for
18 years ago
Luigi Rizzo 89f44c573e move the two remaining peer flags to proper variables.
18 years ago
Luigi Rizzo db10bcc41a move RT_FROMCONTACT to a proper sip_peer field.
18 years ago
Luigi Rizzo fd2f3a20bc Move some global 'flags' to individual variables.
18 years ago
Luigi Rizzo 5e35eab5a2 minor simplification of a conditional statement
18 years ago
Luigi Rizzo c19549820e build the version of sip_tech with no send_digit_begin
18 years ago
Luigi Rizzo e5f3a6ccdb remove bit position from description of SIP_* flags.
18 years ago
Luigi Rizzo 692e1fe0c4 back on cleaning up the usage of flags.
18 years ago
Luigi Rizzo b5c5227804 more documentation on internal representation of incoming SIP messages.
18 years ago
Luigi Rizzo 5ca87effb7 make register_unref() return NULL so it is easy to cleanup
18 years ago
Luigi Rizzo 9f165b444a add some documentation to auto_congest(), and some
18 years ago
Luigi Rizzo a6e169c09a more dialog_ref()/dialog_unref() calls
18 years ago
Luigi Rizzo 5dcfd811d7 more dialog_ref()/dialog_unref() calls
18 years ago
Luigi Rizzo d480266797 start introducing hooks for reference counts on dialog descriptors.
18 years ago
Luigi Rizzo df75ae2285 remove an unused string
18 years ago
Luigi Rizzo 800e1a6a03 simplify a conditional expression using S_OR
18 years ago
Luigi Rizzo 6d8c6a9961 make use of received= and rport= fields in sip replies.
18 years ago
Joshua Colp 111250f2ae Turn 4 lines of code into 1 line that does the same thing.
18 years ago
Joshua Colp f6498f16bb Merged revisions 77536 via svnmerge from
18 years ago
Mark Michelson d17d9c542b Merged revisions 77490 via svnmerge from
18 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
18 years ago
Russell Bryant 70f140c1d2 Revert some changes to call abs() on the result of ast_random().
18 years ago
Tilghman Lesher 7a97d49914 Things expecting a positive result from ast_random() should not be surprised (closes #10308)
18 years ago
Luigi Rizzo 546c742106 silence a warning in ast-devmode on a potentially uninitialized var.
18 years ago
Steve Murphy 30c771a9d7 Merged revisions 76983 via svnmerge from
18 years ago
Jason Parker cf551decc5 Revert trivial whitespace change (for testing)
18 years ago
Jason Parker 307d1fcb77 Trivial whitespace change to test comitting...
18 years ago
Tilghman Lesher 1c17bc177d Merged revisions 76803 via svnmerge from
18 years ago
Jason Parker 3562d4eea2 The chan_skinny Dial() syntax was funky. You had to do Dial(Skinny/line@device)
18 years ago
Luigi Rizzo 961165519e two small fixes when using stun (reported by Marta Carbone):
18 years ago
Tilghman Lesher 55b1ee298e Merge the dialplan_aesthetics branch. Most of this patch simply converts applications
18 years ago
Jason Parker d8d1b6c8f2 Merged revisions 76656 via svnmerge from
18 years ago
Joshua Colp 34e92f29f6 Merged revisions 76654 via svnmerge from
18 years ago
Jason Parker 6f81f60696 Merged revisions 76620 via svnmerge from
18 years ago
Luigi Rizzo 6a9270d879 add two missing entries in the replica of the sip_tech that
18 years ago
Joshua Colp 90dc0cfa85 Merged revisions 76561 via svnmerge from
18 years ago
Russell Bryant 7a2772c151 Mark str2dtmfmode() as currently unused to resolve a compiler warning and
18 years ago
Russell Bryant eaebbdab61 (closes issue #10271)
18 years ago
Luigi Rizzo b1791d9349 introduce two functions, map_x_s() and map_s_x(), to map
18 years ago
Russell Bryant 83609770c1 Remove an unused function to resolve a compiler warning
18 years ago
Joshua Colp 91c3d90e8f Use autoconf logic to determine byte swapping macro presence. This should now also use other macros if present.
18 years ago
Luigi Rizzo ed1775bd10 move "sip prunte realtime ..." and "sip set debug ... " to NEW_CLI style.
18 years ago
Joshua Colp 4dc6b6d50a Merged revisions 76519 via svnmerge from
18 years ago
Russell Bryant 3c10aab644 Merged revisions 76485 via svnmerge from
18 years ago
Luigi Rizzo 1ee5480549 Add some documentation on the sipregistry states and the
18 years ago
Luigi Rizzo 28cde9fee3 add a bit of comments on internal functions.
18 years ago
Luigi Rizzo 719dcef90d rewrite "sip show {channels|subscriptions}" CLI handler
18 years ago
Luigi Rizzo 930bf0402d Make sip_destroy() return NULL so the caller can do things like
18 years ago
Luigi Rizzo 97512a856f add two comment blocks, one on reusing nonces, and one on the handling
18 years ago
Luigi Rizzo db12b404fc comment and slightly restructure handle_request() in the part that handles
18 years ago
Luigi Rizzo 88f18dc9d7 remove unused argument from handle_invite_replaces(), and also leftover
18 years ago
Luigi Rizzo b7945cd78e Cleanup of flags used in struct sip_request, moving them to
18 years ago