summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-07-11Merged revisions 130102 via svnmerge from Tilghman Lesher
2008-07-11Merged revisions 130039 via svnmerge from Kevin P. Fleming
2008-07-10Merged revisions 129803 via svnmerge from Tilghman Lesher
2008-07-10A couple more minor text changesSean Bright
2008-07-10Remove extraneous \n. Pointed out by eliel on #asterisk-dev.Sean Bright
2008-07-08Merged revisions 129149 via svnmerge from Tilghman Lesher
2008-07-08Merged revisions 129047 via svnmerge from Tilghman Lesher
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-07-08Merged revisions 128950 via svnmerge from Olle Johansson
2008-07-08Merged revisions 128912 via svnmerge from Olle Johansson
2008-07-07Merged revisions 128795 via svnmerge from Russell Bryant
2008-07-07Merged revisions 128737 via svnmerge from Sean Bright
2008-07-07Merged revisions 128639 via svnmerge from Mark Michelson
2008-07-07As pointed out on the -dev list, actually use the result of find_peer() so thatRussell Bryant
2008-07-06- Adding alias "udpbindaddr" for the UDP port to comply with "tcpbindaddr" an...Olle Johansson
2008-07-06- Fixing issues with "sip show settings"Olle Johansson
2008-07-06- Remove unused variable "expiry"Olle Johansson
2008-07-06More doxygen comments.Olle Johansson
2008-07-06- Formatting changesOlle Johansson
2008-07-06Adding note about incorrect manager registration...Olle Johansson
2008-07-06Remove comments that doesn't make sense. The deprecation of type=user will co...Olle Johansson
2008-07-06Fix severe problem with my previous commit of "kill-the-user". Russell saw a ...Olle Johansson
2008-07-06Disabling code used by dumpdb with #ifdef, since I believe we might use it so...Olle Johansson
2008-07-06Removing the CLI dumpdb command (see asterisk-dev discussion and decision)Olle Johansson
2008-07-05Adding a few remindersOlle Johansson
2008-07-05Adding doxygen comments to missing parts, moving some #defineOlle Johansson
2008-07-05Adding TCP and TLS to "sip show settings". Olle Johansson
2008-07-05Add some comments...Olle Johansson
2008-07-05Set tls setting to default in reload_config.Olle Johansson
2008-07-05fix compiling of chan_sip.cMichiel van Baak
2008-07-05I like it when the tree is not broken.Joshua Colp
2008-07-05KILL THE USER!Olle Johansson
2008-07-05Stop cli command completion with tabsOlle Johansson
2008-07-05Add new SIP cli command "sip show channelstats" that displays some QoS data (...Olle Johansson
2008-07-05It would help if we actually parsed the ss7_explicitacm option in the config ...Matthew Fredrickson
2008-07-05Add option to wait to be able to explicitly send ACM via the Proceeding() app...Matthew Fredrickson
2008-07-04Fullcontact needs more than 20 characters, even for the simplest caseTilghman Lesher
2008-07-04- reorganize SIP extensions alphabetically, to make it easier to synch with t...Olle Johansson
2008-07-03Fix one more file that got changed.Brett Bryant
2008-07-03Remove commit that somehow got mergeed into trunk.Brett Bryant
2008-07-03Update these files with transfer code.Brett Bryant
2008-07-03Merged revisions 127663 via svnmerge from Steve Murphy
2008-07-03Make sure we stop session timers as soon as we start hanging up an active call.Olle Johansson
2008-07-03Revert some logic for session timers. We do send in-dialog requests that shou...Olle Johansson
2008-07-03Fix bad formatting in a very confusing function. Who added the sipdb sql output?Olle Johansson
2008-07-02Update transport= in sip so that the option is not broken from a recent commit.Brett Bryant
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.Tilghman Lesher
2008-07-02Merged revisions 127560 via svnmerge from Mark Michelson
2008-07-02The ackcall and endcall options in agents.conf now have supplemental optionsMark Michelson