aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-20Fix output of sipshowpeer manager response.qwell1-4/+3
2008-08-20Merged revisions 139015 via svnmerge from mmichelson1-1/+1
2008-08-19Let it compile now, too (woops)seanbright1-1/+0
2008-08-19And remove code we don't need anymore.seanbright1-6/+0
2008-08-19While we're at it, make this machine parseable too.seanbright1-2/+2
2008-08-18Change event header to RegistrationTime to be more consistent (and avoidseanbright1-1/+1
2008-08-15Merged revisions 138258 via svnmerge from tilghman1-43/+51
2008-08-15regseconds is actually stored as the epoch time, not registration lengthtilghman1-1/+1
2008-08-14Make sure we set the socket port, so we don't try to use <ip address>:0.qwell1-1/+3
2008-08-13Correctly end locally ended calls.qwell1-1/+4
2008-08-09More RSW merges. This should do it for the channels/ dir.seanbright1-61/+60
2008-08-01Picky, picky, buildbottilghman1-1/+1
2008-08-01SIP should use the transport type set in the Moved Temporarily for the nexttilghman1-51/+123
2008-07-30Fix the parsing of the "reason" parameter in themmichelson1-1/+3
2008-07-30Move implementation of an attended-transfer-complete sound from one channeltilghman1-11/+0
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIstilghman1-6/+6
2008-07-25Merged revisions 133572 via svnmerge from mmichelson1-0/+2
2008-07-25Minor coding guidelines tweaks ...russell1-31/+31
2008-07-24Merged revisions 133488 via svnmerge from tilghman1-5/+10
2008-07-23Fix issue where tcp in sip is enabled by default, despite what it says in the...bbryant1-2/+1
2008-07-23Well, the content of a channel variable may be longer than the size of a poin...oej1-1/+1
2008-07-22Merged revisions 132777 via svnmerge from mmichelson1-5/+296
2008-07-22Merged revisions 132645 via svnmerge from oej1-3/+3
2008-07-21Fix bug where ast_parse_arg would inadvertantly enable sip tcp when parsing a...bbryant1-0/+2
2008-07-15Merged revisions 130959 via svnmerge from tilghman1-4/+4
2008-07-15Additional option for videosupport (always) that disables the optimization totilghman1-7/+22
2008-07-11Missed one. Formatting only.seanbright1-1/+1
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-3/+3
2008-07-10A couple more minor text changesseanbright1-2/+2
2008-07-10Remove extraneous \n. Pointed out by eliel on #asterisk-dev.seanbright1-1/+1
2008-07-08Merged revisions 129149 via svnmerge from tilghman1-0/+1
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant1-4/+5
2008-07-08Merged revisions 128950 via svnmerge from oej1-9/+5
2008-07-08Merged revisions 128912 via svnmerge from oej1-2/+2
2008-07-07As pointed out on the -dev list, actually use the result of find_peer() so thatrussell1-2/+3
2008-07-06- Adding alias "udpbindaddr" for the UDP port to comply with "tcpbindaddr" an...oej1-1/+1
2008-07-06- Fixing issues with "sip show settings"oej1-15/+30
2008-07-06- Remove unused variable "expiry"oej1-3/+2
2008-07-06More doxygen comments.oej1-37/+52
2008-07-06- Formatting changesoej1-10/+14
2008-07-06Adding note about incorrect manager registration...oej1-1/+1
2008-07-06Remove comments that doesn't make sense. The deprecation of type=user will co...oej1-2/+0
2008-07-06Fix severe problem with my previous commit of "kill-the-user". Russell saw a ...oej1-2/+2
2008-07-06Disabling code used by dumpdb with #ifdef, since I believe we might use it so...oej1-6/+12
2008-07-06Removing the CLI dumpdb command (see asterisk-dev discussion and decision)oej1-284/+0
2008-07-05Adding a few remindersoej1-0/+2
2008-07-05Adding doxygen comments to missing parts, moving some #defineoej1-10/+27
2008-07-05Adding TCP and TLS to "sip show settings". oej1-6/+19
2008-07-05Add some comments...oej1-2/+2
2008-07-05Set tls setting to default in reload_config.oej1-0/+1