summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2008-12-31Merged revisions 166953 via svnmerge from Tilghman Lesher
2008-12-28Merged revisions 166772 via svnmerge from Russell Bryant
2008-12-24There is no section 22.2.2 in rfc 3261. I believe 26.2.2 is what was meant:Terry Wilson
2008-12-23Allow semicolons and extended characters in user-specified SIP headers.Tilghman Lesher
2008-12-22Merged revisions 166380 via svnmerge from Mark Michelson
2008-12-19Add configuration support for half_full DAHDI buffer policyMatthew Fredrickson
2008-12-18Numerous documentation updates.Joshua Colp
2008-12-17Call proxy_update so that the IP address gets populated. Sending stuff to 0.0...Joshua Colp
2008-12-17This patch adds a new 'ignoresdpversion' option to sip.conf. When this isMatthew Nicholson
2008-12-16Merged revisions 164977 via svnmerge from Mark Michelson
2008-12-16Make a note of the feature request in bug #11157 as per the reporter and oej,...Terry Wilson
2008-12-16Qualify trumps poke per lmadsen.Joshua Colp
2008-12-16Add configuration options for finer control over how Asterisk handles having ...Joshua Colp
2008-12-16Merged revisions 164672 via svnmerge from Russell Bryant
2008-12-16When using externhost make sure the port gets set to the bindaddr port if one...Joshua Colp
2008-12-16Fix usage of the DAHDI_VMWI ioctl.Russell Bryant
2008-12-15Open a timer before loading configuration so that the trunking configuration ...Russell Bryant
2008-12-15Fix log message to refer to the generic timing interface, not DAHDI specificallyRussell Bryant
2008-12-15Revert ast_str opacity in chan_sip for now, since something wasn't quite rightTilghman Lesher
2008-12-15Merged revisions 164350 via svnmerge from Joshua Colp
2008-12-15Fix a couple more build issues related to ast_str_opaqueRussell Bryant
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-12demote always-appearing debug message (for certain boards) to ast_debug lev 3...Steve Murphy
2008-12-12Rename a number of tcptls_session variables. There are no functional changes...Russell Bryant
2008-12-12Fix a small race condition in sip_tcp_locate().Russell Bryant
2008-12-12Resolve crashes when using SIP TCP/TLS with qualify.Russell Bryant
2008-12-12When a device registers we need to unlink them (if linked) from the peers_by_...Joshua Colp
2008-12-12Fix codec capability setup in chan_skinnyMichiel van Baak
2008-12-12Since chan_sip is callback devicestate driven do not pass in actual states, p...Joshua Colp
2008-12-11When a device registers to use it is entirely possible that they may be in us...Joshua Colp
2008-12-10Merged revisions 162804 via svnmerge from Joshua Colp
2008-12-10Merged revisions 162738 via svnmerge from Joshua Colp
2008-12-10Merged revisions 162663 via svnmerge from Mark Michelson
2008-12-10When transmitting a register set the socket port to the local one for the tra...Joshua Colp
2008-12-10Finish conversion to using ARRAY_LEN and remove it as a janitor project.Joshua Colp
2008-12-08Merged revisions 161725 via svnmerge from Joshua Colp
2008-12-08Fix a crash that can occur on a transfer in chan_sip when attempting to collectMatthew Nicholson
2008-12-08Add the ability to play a courtesy tone to the transfer target in a native SI...Terry Wilson
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-04If 'faxdetect=yes' in sip.conf, switch to a 'fax' extension (if it exists) af...Dwayne M. Hubbard
2008-12-04Add debug flag so skinny debug will show information about packets.Michiel van Baak
2008-12-03- iax2-provision was not freeing iax_templates structure when unloading the c...Eliel C. Sardanons
2008-12-03Merged revisions 160480 via svnmerge from Tilghman Lesher
2008-12-02remove duplicate comment that I accidentally mergedJeff Peeler
2008-12-02(closes issue #13786)Jeff Peeler
2008-12-02Merged revisions 160297 via svnmerge from Tilghman Lesher
2008-12-02Merged revisions 160207 via svnmerge from Tilghman Lesher
2008-12-01Silence a build warning. (chan_phone.c:810: warning: value computed is not used)Sean Bright
2008-12-01Merged revisions 160003 via svnmerge from Russell Bryant
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming