Commit Graph

7845 Commits (bd01d66909a8901c7a19b51af163e2187490a7af)
 

Author SHA1 Message Date
Luigi Rizzo bd01d66909 merge two nested 'if' which are really a single block.
19 years ago
Luigi Rizzo 9476cb356e fix indentation of a large block
19 years ago
Luigi Rizzo 501c9e181c start sorting out the duplicated code in the privacy handler
19 years ago
Luigi Rizzo b3343aecdf merge two nested 'if' which are really a single block.
19 years ago
Luigi Rizzo 73f2d344fb more localization and variable removal
19 years ago
Luigi Rizzo c9f669e56d more localization of variables
19 years ago
Luigi Rizzo c6a8784e95 localize one more variable;
19 years ago
Luigi Rizzo 0f4a1bc9ac localize some variables
19 years ago
Luigi Rizzo 2bdcaa4849 extract a common condition.
19 years ago
Luigi Rizzo 25eb0525d9 fix indentation of some large blocks after previous changes
19 years ago
Luigi Rizzo 25c6ab22f9 more simplifications - use a local variable c instead of o->chan,
19 years ago
Luigi Rizzo acf0f038dc more simplifications
19 years ago
Luigi Rizzo 3aaaa41609 start cleaning up this code so we can split the 900 lines function
19 years ago
Luigi Rizzo 2745be5b26 support 'languageprefix' in asterisk.conf to modify the algorithm
19 years ago
Luigi Rizzo d93234c25b add experimental code for new-style "say" application.
19 years ago
Luigi Rizzo 64fbe4cbc5 add example syntax for new-style number and date spelling
19 years ago
Luigi Rizzo da7721169d one more client for find_context_locked(),
19 years ago
Luigi Rizzo 065367db37 use a function, set_ext_pri(), to assign extension and priority.
19 years ago
Luigi Rizzo 91b441abdf replace repeated code to walk contexts with a function,
19 years ago
Luigi Rizzo 585e50fb38 move to a different file (channel.c for the time being) the
19 years ago
Luigi Rizzo 52430bda0d - use ast_calloc instead of ast_malloc
19 years ago
Olle Johansson 4403905c2d Add reference to RFC for mailbox notification
19 years ago
Olle Johansson d0f254ef61 Cosmetic fixes to code...
19 years ago
Kevin P. Fleming cc2fb34bb3 fix obvious breakage
19 years ago
Kevin P. Fleming bcecc3d863 doh! don't double-increment the bracket count for embedded references
19 years ago
Kevin P. Fleming c87f4bd7a8 don't ignore left-curly-braces when searching for the end of a variable/function reference; match them up with right-curly-braces so we choose the proper brace to end the reference (will still fail to parse properly if the reference contains unbalanced braces)
19 years ago
Kevin P. Fleming d85073dc1f correct array index calculation (thanks mtaht3!)
19 years ago
Russell Bryant 501ac5189c update res_odbc to support pooled connections
19 years ago
Olle Johansson fc2d28805b - call parking improvements (part of the siptransfer branch)
19 years ago
Olle Johansson 2af3d42e9b Implement somewhat improved support for 481 Call leg does not exist responses...
19 years ago
Joshua Colp 021876711f Do not depend on having an end sound for stopping the bridge when time runs out. (issue #6979 reported by ppyy)
19 years ago
Olle Johansson 910c44b1b6 Clean up handle_response_peerpoke
19 years ago
Olle Johansson 60d91caa23 Change sip show channels to include refer status
19 years ago
Olle Johansson 1fec0e47e7 - Deallocate refer structure at sip_destroy time
19 years ago
Luigi Rizzo 52ac09f78f simplify logic in iax2_bridge()
19 years ago
Luigi Rizzo 9df5296c9b simplify logic in various functions, remove unnecessary variables
19 years ago
Luigi Rizzo c14427878a remove a line that was added by mistake
19 years ago
Luigi Rizzo 51743a4aea simplify the flow of builtin_atxfer().
19 years ago
Olle Johansson 177b8e9143 It's critical that we get an ACK on a 200 OK to an INVITE. If we do not get the ACK,
19 years ago
Olle Johansson 2c73c08f5a use XMIT_RELIABLE ...
19 years ago
Olle Johansson 40161ae947 - Move subscribeuri away from refer-to, since refer-to is moving away from sip_pvt
19 years ago
Tilghman Lesher 8a066de957 Merged revisions 21037 via svnmerge from
19 years ago
Tilghman Lesher 5bcdea5102 Merged revisions 20966 via svnmerge from
19 years ago
Kevin P. Fleming fc071a182b actually return the number steps... not the number of steps minus 1
19 years ago
Kevin P. Fleming 2229586d71 more module loader related fixes
19 years ago
Kevin P. Fleming 987f24840c add an API so that the number of steps required for a translation path can be acquired
19 years ago
Olle Johansson 080298dad4 Set timeout timers to Timer A and F in rfc 3261, section 17
19 years ago
Olle Johansson ea7f924b30 Change transmit_invite(). SIP Transfers are now broken officially, while
19 years ago
Olle Johansson 5320c6b76a - Add supported header
19 years ago
Olle Johansson 42918c225a Add more history on masqs
19 years ago