Commit Graph

8124 Commits (bdf2a05aa511ca81f10e582bf40b611de1b382cc)
 

Author SHA1 Message Date
Luigi Rizzo 491c64457a replace strncpy with ast_copy_string and fix the -1 offset which
20 years ago
Luigi Rizzo 23c6d5eff8 comment a possible memory leak
20 years ago
Luigi Rizzo 6553aa3a36 merge some common code into a function
20 years ago
Luigi Rizzo 68730ba487 update configuration, generalize date format and
20 years ago
Luigi Rizzo 0dbf814a79 - use symbolic constants and macros to play with the debug flag
20 years ago
Luigi Rizzo e61e34e8a1 simplify pbx_builtin_execiftime
20 years ago
Luigi Rizzo a702e1f001 simplify a function
20 years ago
Luigi Rizzo 97d1c9a3c6 minor cleanup
20 years ago
Luigi Rizzo eb6dca850d one more client for find_context_locked()
20 years ago
Luigi Rizzo 73c8b06dcc localize a variable, and make a minor code rearrangement.
20 years ago
Luigi Rizzo b5e6162359 more NULL "" equivalence in cid fields.
20 years ago
Luigi Rizzo 7ecc442d77 more NULL "" equivalence in cid fields.
20 years ago
Luigi Rizzo 1a6572c4e6 more NULL "" equivalence,
20 years ago
Luigi Rizzo 652ccf5037 more NULL "" equivalence in CLI fields.
20 years ago
Luigi Rizzo 4cef4ef720 more NULL / "" equivalence for CID fields.
20 years ago
Luigi Rizzo 965ff42bed more NULL "" equivalence in CID fields.
20 years ago
Luigi Rizzo ef619f6dd8 ast_strdup can handle NULL args well, so use it.
20 years ago
Luigi Rizzo 7d9c26dfea more NULL and "" equivalence in cid fields
20 years ago
Luigi Rizzo 309f16bd07 make NULL and "" equivalent in cid fields, mark some missing NULL checks.
20 years ago
Luigi Rizzo 91df5c2e62 make NULL and "" equivalent for some cid fields.
20 years ago
Luigi Rizzo 2d0ff2cf1a Replace three replicas of the same code with a function.
20 years ago
Luigi Rizzo 08220b9073 comment that for callerid field, NULL and "" should be considered
20 years ago
Olle Johansson 6149e82b6c Clarify result of sipsock_read
20 years ago
Russell Bryant d722e66e07 add the malloc attribute to the memory allocation wrappers
20 years ago
Kevin P. Fleming 2af019970f Merged revisions 21638 via svnmerge from
20 years ago
Tilghman Lesher efc4a4708c Merged revisions 21597 via svnmerge from
20 years ago
Tilghman Lesher 493c71f3f7 Oops, wasn't revised the way I thought it was
20 years ago
Tilghman Lesher 1522635e0e Blocked revisions 21597 via svnmerge
20 years ago
Luigi Rizzo b9f3e4e0f3 move a replicated block of code in the one place where it belongs.
20 years ago
Luigi Rizzo bd01d66909 merge two nested 'if' which are really a single block.
20 years ago
Luigi Rizzo 9476cb356e fix indentation of a large block
20 years ago
Luigi Rizzo 501c9e181c start sorting out the duplicated code in the privacy handler
20 years ago
Luigi Rizzo b3343aecdf merge two nested 'if' which are really a single block.
20 years ago
Luigi Rizzo 73f2d344fb more localization and variable removal
20 years ago
Luigi Rizzo c9f669e56d more localization of variables
20 years ago
Luigi Rizzo c6a8784e95 localize one more variable;
20 years ago
Luigi Rizzo 0f4a1bc9ac localize some variables
20 years ago
Luigi Rizzo 2bdcaa4849 extract a common condition.
20 years ago
Luigi Rizzo 25eb0525d9 fix indentation of some large blocks after previous changes
20 years ago
Luigi Rizzo 25c6ab22f9 more simplifications - use a local variable c instead of o->chan,
20 years ago
Luigi Rizzo acf0f038dc more simplifications
20 years ago
Luigi Rizzo 3aaaa41609 start cleaning up this code so we can split the 900 lines function
20 years ago
Luigi Rizzo 2745be5b26 support 'languageprefix' in asterisk.conf to modify the algorithm
20 years ago
Luigi Rizzo d93234c25b add experimental code for new-style "say" application.
20 years ago
Luigi Rizzo 64fbe4cbc5 add example syntax for new-style number and date spelling
20 years ago
Luigi Rizzo da7721169d one more client for find_context_locked(),
20 years ago
Luigi Rizzo 065367db37 use a function, set_ext_pri(), to assign extension and priority.
20 years ago
Luigi Rizzo 91b441abdf replace repeated code to walk contexts with a function,
20 years ago
Luigi Rizzo 585e50fb38 move to a different file (channel.c for the time being) the
20 years ago
Luigi Rizzo 52430bda0d - use ast_calloc instead of ast_malloc
20 years ago