Commit Graph

12541 Commits (9d959a040ee87ffe2dca9e4556340d4df272b5c5)
 

Author SHA1 Message Date
Russell Bryant 9d959a040e Resolve some compiler warnings so that I can build under dev mode
18 years ago
Joshua Colp 94bef1a256 Merged revisions 77768 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
Tilghman Lesher 7f570a8b3d Some ODBC drivers don't set the CHAR_OCTET_LENGTH field correctly.
18 years ago
Tilghman Lesher 08cc64397d Target asterisk.pdf stopped building when the build was moved to the doc directory.
18 years ago
Tilghman Lesher ce3de6a530 Merged revisions 77571 via svnmerge from
18 years ago
Joshua Colp 52099657d5 Merged revisions 77540 via svnmerge from
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
Tilghman Lesher 8f1c914c89 'dialplan save' shouldn't be converting '|' back to ',' anymore.
18 years ago
Steve Murphy ceca4d97e1 These fixes take care of two problems: a complaint in asterisk-dev that goto's aren't working in trunk, a side effect of the move to commas as arg seps in apps and funcs; and a problem I spotted myself with dial's 'e' option, where gotos were off by one, because I forgot to set the AUTOLOOP flag in the peer channel.
18 years ago
Mark Michelson d17d9c542b Merged revisions 77490 via svnmerge from
18 years ago
Joshua Colp 7bd9b905e4 Merged revisions 77460 via svnmerge from
18 years ago
Kevin P. Fleming d0a4fac1b3 Merged revisions 77424,77429 via svnmerge from
18 years ago
Russell Bryant c405d98aad Merged revisions 77410 via svnmerge from
18 years ago
Mark Michelson 57d5d489a7 Merged revisions 77380 via svnmerge from
18 years ago
Tilghman Lesher 03c973ab2d Merged revisions 77350 via svnmerge from
18 years ago
Tilghman Lesher 620a5a11e4 Merged revisions 77348 via svnmerge from
18 years ago
Mark Michelson 625410df63 Merged revisions 77318 via svnmerge from
18 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
18 years ago
Russell Bryant 51e7035dfe Merge a big batch of documentation fixes for escaping, marking URLs, places
18 years ago
Russell Bryant 70f140c1d2 Revert some changes to call abs() on the result of ast_random().
18 years ago
Russell Bryant 3ed2deb7df Ensure that the read from /dev/urandom returns a positive result
18 years ago
Tilghman Lesher 7a97d49914 Things expecting a positive result from ast_random() should not be surprised (closes #10308)
18 years ago
Russell Bryant 77a75d46b2 Add a link to the list of assigned RTP payload types for convenience.
18 years ago
Luigi Rizzo 5a96f8aa72 document how the RTP marker bit is passed for video frames,
18 years ago
Luigi Rizzo f1aadc8161 add an entry for h263plus in an empty slot of the rtp types.
18 years ago
Steve Murphy f7213d2411 The upgrade of application argument separators to comma has an effect on AEL; I commented out the code that substitutes commas with vertbars, so we can get apps to parse their args correctly.
18 years ago
Steve Murphy 0f326a83c5 Merged revisions 77191 via svnmerge from
18 years ago
Joshua Colp 1c783e8cfb Merged revisions 77176 via svnmerge from
18 years ago
Luigi Rizzo 546c742106 silence a warning in ast-devmode on a potentially uninitialized var.
18 years ago