Commit Graph

2971 Commits (ad825dcd8e23fc7a4d660226d2ca6ff847e36bd9)

Author SHA1 Message Date
Matt O'Gorman 05ea5482d0 woohoo asterdevcon first commit, adds feature to
19 years ago
Christian Richter 019f39f614 in PTMP TE we should set the free state for the B-Channel if we ignore an incoming call
19 years ago
Russell Bryant 3b43ddac78 Merged revisions 25123 via svnmerge from
19 years ago
Russell Bryant b6ac5b36c6 document the return value of gettag()
19 years ago
Russell Bryant e91afbaef1 fix the return value of gettag() to only return the pointer to the provided
19 years ago
Christian Richter efccf89eae Added option far_alerting. This option makes it possible to generate a Ringing on other channels if they feel that they should have inband ringing, but there is non in reality. I need this due to the fact that asterisk has not the possibility to transmit progress indicators thus chan_sip and others do not know wether they should generate a Rining tone themselves if they receive AST_CONTROL_RINGING..
19 years ago
BJ Weschke a7b1476058 Provide the ability to adjust txgain/rxgain on a channel level via the CHANNEL() function
19 years ago
Joshua Colp b82b277790 Update chan_iax2 to use linkedlists.h for users and peers. Modify the way get_from_jb and expire_registry works to get rid of certain crash scenarios. Finally - change the way expire_registry works when realtime autoclear is enabled to be a bit more efficient.
19 years ago
Olle Johansson 9c60f78ea1 Issue #7074 - Problem with long contact lines
19 years ago
Christian Richter 7f58902bf3 use set_callerid to update callerid with prefix
19 years ago
Christian Richter 63b0baa757 returning 128 emtpy Frames instead of null frame.
19 years ago
Tilghman Lesher dfdf6e1f76 Don't return stack pointers from functions (especially since the code will attempt to free() them later)
19 years ago
Luigi Rizzo 072e1b8a83 move some code used only --with-pri in the proper
19 years ago
Kevin P. Fleming 0adfa8c635 use proper method of detecting OSS support on Linux and FreeBSD
19 years ago
Kevin P. Fleming 51382b3712 Merged revisions 23705 via svnmerge from
19 years ago
Kevin P. Fleming d7aead737d Merged revisions 23673 via svnmerge from
19 years ago
Kevin P. Fleming 26753f77b0 remove unusable MFC/R2 support
19 years ago
Christian Richter 835dfe67b3 added an up-queue message mechanism to avoid buffer fillups in the kernel, also changed some strdups to ast_strdupa
19 years ago
Luigi Rizzo 96e015a239 partial adaptation to the new module loading
19 years ago
Russell Bryant d649d03170 fix sending the group numbers for a sip peer over the manager interface
19 years ago
Matt O'Gorman d830dbabf8 allows for chan_zap to have all channels reloaded
19 years ago
Matthew Fredrickson 173e8b14cd Make sure we use the correct event type when we're moving channels around :-)
19 years ago
Christian Richter 0b6bd0073b put the default misdn.trace to /var/log/asterisk/misdn.log for better integration of existing log structure
19 years ago
Christian Richter 2bde492ea9 Facility decoding doesn't work proper yet
19 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
19 years ago
Olle Johansson 5873462c2e - Add doxygen documentation for sipsock_read locking
19 years ago
Jim Dixon a83297d85f Added "Operator Services" connection mode for Zap channels, and the 'O' option
19 years ago
Luigi Rizzo 5fa0dc4316 more stncpy/ast_copy_string replacement.
19 years ago
Luigi Rizzo 8a63187145 replace some strncpy with ast_copy string,
19 years ago
Luigi Rizzo 5928df2a48 replace strncpy with ast_copy_string.
19 years ago
Luigi Rizzo ef619f6dd8 ast_strdup can handle NULL args well, so use it.
19 years ago
Olle Johansson 6149e82b6c Clarify result of sipsock_read
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
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
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
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
Kevin P. Fleming 2229586d71 more module loader related fixes
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
Olle Johansson b124cf4c80 - Implementing the new SIP transfer data structure
19 years ago
Olle Johansson bdb2332621 - Documentation update
19 years ago