summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2007-08-15Merged revisions 79523 via svnmerge from Joshua Colp
2007-08-13Merged revisions 79174 via svnmerge from Joshua Colp
2007-08-09When looking up a mailbox, use the default context if not specified as someth...Russell Bryant
2007-08-09Restore the ability to have multiple mailboxes listed for the mailbox optionRussell Bryant
2007-08-09Fix a problem that I had introduced into MWI handling. I had ignoredRussell Bryant
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-08-06Fixing a compiler warning which warns that a variable may be used unitialized...Mark Michelson
2007-08-06Merged revisions 78103 via svnmerge from Mark Michelson
2007-08-06Merged revisions 78182 via svnmerge from Joshua Colp
2007-08-05Merged revisions 78139 via svnmerge from Tilghman Lesher
2007-07-31thanks to Russel, for pointing out that the dialoglist_lock/unlock routines a...Steve Murphy
2007-07-31Merged revisions 77824 via svnmerge from Mark Michelson
2007-07-31there is no use in having functions that have no code in them, and hide the l...Kevin P. Fleming
2007-07-31use a different method for overriding the send_digit_begin pointer, as the ol...Kevin P. Fleming
2007-07-31Discovered in experiments on core files: if you wrap the lock and unlock call...Steve Murphy
2007-07-30minor code rearrangements:Luigi Rizzo
2007-07-30rename handle_request() to handle_incoming(), as the formerLuigi Rizzo
2007-07-29move some dialog-only flags to proper variables, namelyLuigi Rizzo
2007-07-29use a function, cli_yesno(), to produce the output Yes or No forLuigi Rizzo
2007-07-29move the two remaining peer flags to proper variables.Luigi Rizzo
2007-07-29move RT_FROMCONTACT to a proper sip_peer field.Luigi Rizzo
2007-07-29Move some global 'flags' to individual variables.Luigi Rizzo
2007-07-29minor simplification of a conditional statementLuigi Rizzo
2007-07-29build the version of sip_tech with no send_digit_beginLuigi Rizzo
2007-07-29remove bit position from description of SIP_* flags. Luigi Rizzo
2007-07-29back on cleaning up the usage of flags.Luigi Rizzo
2007-07-29more documentation on internal representation of incoming SIP messages.Luigi Rizzo
2007-07-29make register_unref() return NULL so it is easy to cleanupLuigi Rizzo
2007-07-28add some documentation to auto_congest(), and someLuigi Rizzo
2007-07-28more dialog_ref()/dialog_unref() callsLuigi Rizzo
2007-07-28more dialog_ref()/dialog_unref() callsLuigi Rizzo
2007-07-28start introducing hooks for reference counts on dialog descriptors.Luigi Rizzo
2007-07-28remove an unused stringLuigi Rizzo
2007-07-28simplify a conditional expression using S_ORLuigi Rizzo
2007-07-28make use of received= and rport= fields in sip replies.Luigi Rizzo
2007-07-27Turn 4 lines of code into 1 line that does the same thing.Joshua Colp
2007-07-27Merged revisions 77536 via svnmerge from Joshua Colp
2007-07-27Merged revisions 77490 via svnmerge from Mark Michelson
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-26Revert some changes to call abs() on the result of ast_random().Russell Bryant
2007-07-26Things expecting a positive result from ast_random() should not be surprised ...Tilghman Lesher
2007-07-24two small fixes when using stun (reported by Marta Carbone):Luigi Rizzo
2007-07-23add two missing entries in the replica of the sip_tech thatLuigi Rizzo
2007-07-23Merged revisions 76561 via svnmerge from Joshua Colp
2007-07-23Mark str2dtmfmode() as currently unused to resolve a compiler warning andRussell Bryant
2007-07-23(closes issue #10271)Russell Bryant
2007-07-23introduce two functions, map_x_s() and map_s_x(), to mapLuigi Rizzo
2007-07-23Remove an unused function to resolve a compiler warningRussell Bryant
2007-07-23move "sip prunte realtime ..." and "sip set debug ... " to NEW_CLI style.Luigi Rizzo
2007-07-23Add some documentation on the sipregistry states and theLuigi Rizzo