summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2008-08-20Fix output of sipshowpeer manager response.Jason Parker
2008-08-20Merged revisions 139015 via svnmerge from Mark Michelson
2008-08-19Let it compile now, too (woops)Sean Bright
2008-08-19And remove code we don't need anymore.Sean Bright
2008-08-19While we're at it, make this machine parseable too.Sean Bright
2008-08-18Change event header to RegistrationTime to be more consistent (and avoidSean Bright
2008-08-15Merged revisions 138258 via svnmerge from Tilghman Lesher
2008-08-15regseconds is actually stored as the epoch time, not registration lengthTilghman Lesher
2008-08-14Make sure we set the socket port, so we don't try to use <ip address>:0.Jason Parker
2008-08-13Correctly end locally ended calls.Jason Parker
2008-08-09More RSW merges. This should do it for the channels/ dir.Sean Bright
2008-08-01Picky, picky, buildbotTilghman Lesher
2008-08-01SIP should use the transport type set in the Moved Temporarily for the nextTilghman Lesher
2008-07-30Fix the parsing of the "reason" parameter in theMark Michelson
2008-07-30Move implementation of an attended-transfer-complete sound from one channelTilghman Lesher
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIsTilghman Lesher
2008-07-25Merged revisions 133572 via svnmerge from Mark Michelson
2008-07-25Minor coding guidelines tweaks ...Russell Bryant
2008-07-24Merged revisions 133488 via svnmerge from Tilghman Lesher
2008-07-23Fix issue where tcp in sip is enabled by default, despite what it says in the...Brett Bryant
2008-07-23Well, the content of a channel variable may be longer than the size of a poin...Olle Johansson
2008-07-22Merged revisions 132777 via svnmerge from Mark Michelson
2008-07-22Merged revisions 132645 via svnmerge from Olle Johansson
2008-07-21Fix bug where ast_parse_arg would inadvertantly enable sip tcp when parsing a...Brett Bryant
2008-07-15Merged revisions 130959 via svnmerge from Tilghman Lesher
2008-07-15Additional option for videosupport (always) that disables the optimization toTilghman Lesher
2008-07-11Missed one. Formatting only.Sean Bright
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
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-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-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