aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-04-27allows for chan_zap to have all channels reloadedmogorman1-1/+52
2006-04-27Make sure we use the correct event type when we're moving channels around :-)mattf1-1/+1
2006-04-27put the default misdn.trace to /var/log/asterisk/misdn.log for better integra...crichter1-1/+1
2006-04-26Facility decoding doesn't work proper yetcrichter1-0/+3
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming13-276/+211
2006-04-23- Add doxygen documentation for sipsock_read lockingoej1-0/+5
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionjdixon1-14/+78
2006-04-21more stncpy/ast_copy_string replacement.rizzo1-21/+18
2006-04-21replace some strncpy with ast_copy string,rizzo1-43/+33
2006-04-21replace strncpy with ast_copy_string.rizzo1-10/+6
2006-04-21ast_strdup can handle NULL args well, so use it.rizzo1-19/+4
2006-04-19Clarify result of sipsock_readoej1-1/+3
2006-04-19Add reference to RFC for mailbox notificationoej1-1/+1
2006-04-19Cosmetic fixes to code...oej1-2/+3
2006-04-18- call parking improvements (part of the siptransfer branch)oej1-53/+98
2006-04-18Implement somewhat improved support for 481 Call leg does not exist responses...oej1-3/+32
2006-04-18Clean up handle_response_peerpokeoej1-4/+3
2006-04-18Change sip show channels to include refer statusoej1-2/+10
2006-04-18- Deallocate refer structure at sip_destroy timeoej1-10/+28
2006-04-18simplify logic in iax2_bridge()rizzo1-38/+16
2006-04-18It's critical that we get an ACK on a 200 OK to an INVITE. If we do not get t...oej1-2/+2
2006-04-18use XMIT_RELIABLE ...oej1-1/+1
2006-04-18- Move subscribeuri away from refer-to, since refer-to is moving away from si...oej1-2/+3
2006-04-17more module loader related fixeskpfleming4-121/+121
2006-04-17Set timeout timers to Timer A and F in rfc 3261, section 17oej1-15/+23
2006-04-17Change transmit_invite(). SIP Transfers are now broken officially, whileoej1-6/+17
2006-04-17- Add supported headeroej1-5/+12
2006-04-17Add more history on masqsoej1-1/+2
2006-04-17- Implementing the new SIP transfer data structureoej1-3/+50
2006-04-17- Documentation updateoej1-6/+4
2006-04-17Documentation updateoej1-5/+5
2006-04-17Remove ignore from handle_respons_referoej1-12/+14
2006-04-17Clean up handle_response_inviteoej1-28/+29
2006-04-17- Drop too bad SIP requests in order to avoid some UDP misuse (hello Edwin)oej1-50/+51
2006-04-17whitespace and spelling (recieve instead of receive) fixes north1-82/+81
2006-04-16- Fixes to ast_channel_lock functionsoej1-5/+34
2006-04-15Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir pa...file1-1/+1
2006-04-15add the ability to turn off the feature that allows agents to end callsrussell1-1/+5
2006-04-15Big oops. I did this from my trunk directory instead of autoconf_and_menusel...russell1-1/+1
2006-04-15include autoconfig.h (casper)russell1-1/+1
2006-04-15More ast_channel_lock fixesoej1-44/+44
2006-04-15New functions for locking a channel - these simplify debuggingoej1-2/+2
2006-04-14This rather large commit changes the way modules are loaded. rizzo10-156/+86
2006-04-13Issue #6951 - Show last successful registration time in "sip show registry" (...oej1-4/+16
2006-04-12- Adding some refer state definitions from the siptransfer branchoej1-4/+54
2006-04-12Fix for Polycom bug...oej1-2/+8
2006-04-12Implement a setting for denying/allowing transfer requests. At this stage,oej1-2/+67
2006-04-12Doxygen docsoej1-9/+49
2006-04-12reindent block properlyrizzo1-35/+35
2006-04-12localize some variables, remove useless parenthesesrizzo1-13/+14