Commit Graph

6784 Commits (b6c5dde767ee515a338bdd1458f9b37570c5e0fa)

Author SHA1 Message Date
Paul Belanger 61c782df58 Merged revisions 279755 via svnmerge from
15 years ago
David Vossel 4a98994542 Merged revisions 279568 via svnmerge from
15 years ago
Mark Michelson dd9428666d Merged revisions 279504 via svnmerge from
15 years ago
Richard Mudgett d7ca69ceea Make "dahdi show channels" show an outgoing called number.
15 years ago
Mark Michelson d1ad460b3d SIP URI comparison fixes.
15 years ago
Russell Bryant 09206a7db8 ... just kidding. Enable SIP by default. :-)
15 years ago
Russell Bryant 98f0f3933f Disable SIP support by default for Asterisk 1.8.
15 years ago
Richard Mudgett 301505c4c4 Rename sig_pri_pri to sig_pri_span. More descriptive of concept.
15 years ago
Mark Michelson 57a92a6a7c Allow IPv6 addresses for UDPTL streams.
15 years ago
Alec L Davis 8b3c00a824 missed FXS kewl start polarityswitch when finally on hook.
15 years ago
Alec L Davis 85bfe38f2f Support FXS module Polarity Reversal on remote party Answer and Hangup
15 years ago
Richard Mudgett ab0b255455 DNID not cleared when channel hang up (Affects PRI and SS7)
15 years ago
David Vossel 3819ba7ac7 update sip subscription debug message to a warning message
16 years ago
Terry Wilson d6e1c724e5 Remove built-in AES code and use optional_api instead
16 years ago
David Vossel 318798e932 send "423 Interval too small" Response to Subscribe with Expires less that min allowed
16 years ago
Tzafrir Cohen 16b4813599 Fix invalid test for rxisoffhook in FXO channels
16 years ago
Matthew Nicholson 43b486453b Properly set the port number for UDPTL media sessions.
16 years ago
Tilghman Lesher a8c843199c Change order so that it more closely matches the related SIP command.
16 years ago
Jeff Peeler d1b0bf0f2d include stat.h for everybody, needed for device2chan
16 years ago
Richard Mudgett 7066a7f233 Reference correct struct member for unlikely event PRI_EVENT_CONFIG_ERR.
16 years ago
David Vossel c26791d5f8 fixes sip CANCEL race condition
16 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
16 years ago
Russell Bryant d27bb2d811 Only call ast_channel_cc_params_init() if allocating a channel succeeds.
16 years ago
Mark Michelson cb5892bb67 Fix port setting of external address in SIP.
16 years ago
Jeff Peeler 58061391a1 Fix regression with distinctive ring detection.
16 years ago
Mark Michelson 6fa79e8f77 Make ACLs IPv6-capable.
16 years ago
Matthew Nicholson 5150954d4a Merged revisions 277497 via svnmerge from
16 years ago
Richard Mudgett 34bc4b1dcb Merged revisions 277419 via svnmerge from
16 years ago
Mark Michelson 2289649901 Fix up some weird indentation problems in reqresp_parser.c
16 years ago
Olle Johansson 93373d7bdf Formatting fixes
16 years ago
Olle Johansson cbe0a6dc02 Formatting changes (guideline corrections)
16 years ago
Olle Johansson e129b31fc6 Add ability to configure the Max-Forwards header in the dialplan, as well as in
16 years ago
Mark Michelson dfba265a0b Fix reversed logic of if statement.
16 years ago
Jeff Peeler 44ae0033be Correct not setting the bindport before attempting to open the socket.
16 years ago
Jeff Peeler 2b2a6123de Fix MWI notification transmission problems over SIP.
16 years ago
Mark Michelson 1e8c66e749 Fix errors where incorrect address information was printed.
16 years ago
Richard Mudgett 5d9aa45721 Make compile again.
16 years ago
David Vossel d1c9a4b366 handle special case were "200 Ok" to pending INVITE never receives ACK
16 years ago
Richard Mudgett cf7bbcc4c6 Expand the caller ANI field to an ast_party_id
16 years ago
David Vossel e2599bc42c collapse debug code in retrans_pkt into separate lines
16 years ago
Jeff Peeler f4c665ee13 Do not skip sending MWI for a peer if an address is defined. Really just a merge mistake from IPv6
16 years ago
Richard Mudgett ec37ffbdaf ast_callerid restructuring
16 years ago
David Vossel 23b6e621d2 chan_sip: RFC compliant retransmission timeout
16 years ago
Terry Wilson b42c6cab17 Revert early destruction of RTP sessions
16 years ago
Terry Wilson cb160a12b0 Destroy RTP fds when we schedule final dialog destruction
16 years ago
Terry Wilson 6f8832735b Don't try to ref authpeer when it isn't set
16 years ago
Russell Bryant 405d6cdf31 Add support for devices with less than 3 lines on the LCD.
16 years ago
Mark Michelson 7b1e28c6a1 Fix error in parsing SIP registry strings from ASTdb.
16 years ago
Tilghman Lesher 2fdf43f9fc Get more information about the Bamboo test failures
16 years ago
Mark Michelson e46325f18c Fix port parsing in check_via.
16 years ago
Mark Michelson 7e6f9b4e2d Fix an issue where the port for p->ourip was being set to 0.
16 years ago
Paul Belanger d2872c60e4 Merged revisions 275241 via svnmerge from
16 years ago
Tilghman Lesher d6011adab4 Weird, no output and Bamboo still fails...
16 years ago
Tilghman Lesher 384681e182 Add some diagnostic feedback to our data tests
16 years ago
Tilghman Lesher da8450323f Kill some startup warnings and errors and make some messages more helpful in tracking down the source.
16 years ago
Mark Michelson 5f92aed2ba Return logic of sip_debug_test_addr() to its original functionality.
16 years ago
Mark Michelson 0cc20f86ba Fix sip_uri_parse test comparison.
16 years ago
53071af180 Copy the address into the peer structure after we set the default port
16 years ago
Richard Mudgett c0fd67750b Fix calls of ast_sockaddr_from_sin() from IPv6 integration.
16 years ago
Mark Michelson cd4ebd336f Add IPv6 to Asterisk.
16 years ago
Eliel C. Sardanons a1b89a6a50 Implement AstData API data providers as part of the GSOC 2010 project,
16 years ago
David Vossel 21f8c77934 Fixes some ref count issues introduced by r274539
16 years ago
Richard Mudgett fd3297a272 Add missing conditional around chan_dahdi mfcr2_skip_category config parameter.
16 years ago
Richard Mudgett d20ca64e70 Merged revisions 274579 via svnmerge from
16 years ago
Mark Michelson d6f8dd67f7 Use the relatedpeer field of a sip_pvt during INVITE processing.
16 years ago
Terry Wilson 745f4edbd5 Merged revisions 274280 via svnmerge from
16 years ago
Tilghman Lesher 5754933045 Status shows all non-CRC4 lines as "yellow", even if "yellow" was not in the bitfield.
16 years ago
Tilghman Lesher f4d96da591 Merged revisions 273793 via svnmerge from
16 years ago
Tzafrir Cohen c613897d1c Fix various typos reported by Lintian
16 years ago
David Vossel 243d87038e correct handling of get_destination return values
16 years ago
Tilghman Lesher 62a3133df2 Merged revisions 273060 via svnmerge from
16 years ago
David Vossel 64ae2e1e2a send a 400 Bad Request on malformed sip request
16 years ago
David Vossel 8a07dbf95d rfc compliant sip option parsing + new unit test
16 years ago
Mark Michelson dc877759cb Merged revisions 272804 via svnmerge from
16 years ago
David Vossel 43871a926b code guidelines cleanup for retrans_pkt() function
16 years ago
David Vossel aa428b8967 chan_sip: more accurate retransmissions
16 years ago
Richard Mudgett 30888f913d Merged revisions 272446 via svnmerge from
16 years ago
Russell Bryant 450f4ff2ee Resolve some errors produced during module unload of chan_iax2.
16 years ago
Tim Ringenbach c6b7eae5e6 Add new AMI command LocalOptimizeAway.
16 years ago
Tilghman Lesher 48ae8ded89 D'oh! Defaultenabled FTL.
16 years ago
Tilghman Lesher cae6fa66ed Load all lines from realtime, not just the first one.
16 years ago
Mark Michelson 2c798f321a Add extra protection for reinvite glare scenario.
16 years ago
Russell Bryant 746d8e6013 Don't try to lock/unlock an uninitialized lock on a dahdi_pri.
16 years ago
David Vossel 1509737580 ignore CANCEL request after having already received final response to INVITE
16 years ago
Matthew Nicholson 5f45ca4d50 Merged revisions 271902 via svnmerge from
16 years ago
Matthew Nicholson 9bbeb945e8 Merged revisions 271689 via svnmerge from
16 years ago
David Vossel 462da0585e fixes crash when From header URI is missing "sip:"
16 years ago
David Vossel 846050f698 fixes some coding guideline issue
16 years ago
David Vossel a1fe641a38 retransmit response to BYE requests until timer J expires
16 years ago
Jeff Peeler 0ef5550742 Change expected operation from error to debug message
16 years ago
David Vossel 2112418032 addition of more parse_uri test cases
16 years ago
Jason Parker 01039c0465 Fix the actual place that was pointed out, for previous commit.
16 years ago
Jason Parker 8ef2c3100a Merged revisions 270980 via svnmerge from
16 years ago
David Vossel fcb055fb4e addition of G.719 pass-through support
16 years ago
David Vossel 1da8159aa6 Merged revisions 270866 via svnmerge from
16 years ago
Jeff Peeler 00433d60e6 Fix no call waiting caller ID
16 years ago
Russell Bryant 3194c061a7 Don't blow up if an ast_channel doesn't get allocated.
16 years ago
Terry Wilson 480f412858 Make contactdeny apply to src ip when nat=yes
16 years ago
Richard Mudgett fb5fddd987 Extract sig_ss7_init_linkset() to sig_ss7.
16 years ago
Jason Parker a806196f79 Add option to get untruncated channel name from AGENT function.
16 years ago
Richard Mudgett 93a5e74e37 Add digit manipulation tag support to chan_dahdi/sig_pri like chan_misdn.
16 years ago
Russell Bryant 8f92f95530 Attempt to fix a FreeBSD build error by including sys/stat.h.
16 years ago
Russell Bryant 403f9df8d0 Merged revisions 269495 via svnmerge from
16 years ago
Richard Mudgett 717570899c Add missing API function to sig_ss7: sig_ss7_fixup().
16 years ago
Richard Mudgett 6c6260d4c7 Eliminate deadlock potential in dahdi_fixup().
16 years ago
Tzafrir Cohen 6d627b8c38 dial by name in chan_dahdi
16 years ago
Leif Madsen c672763af8 Fix some doxygen warnings.
16 years ago
Terry Wilson 857814f435 Add SRTP support for Asterisk
16 years ago
Richard Mudgett ebbf166c2d Make SIP tests compile again.
16 years ago
Tilghman Lesher bfdb973191 Use the mailbox destructor function, instead.
16 years ago
Tilghman Lesher 8b790e4f06 Mailbox list would previously grow at each reload, containing duplicates.
16 years ago
Richard Mudgett 0122ccd29c Extract sig_ss7 out of chan_dahdi.
16 years ago
Tilghman Lesher 17bd11b8aa Seems strange (and the code backs up) that if the max and min of a statistic is expressed as a double, the last value would not also need to be a double.
16 years ago
Richard Mudgett 0c5bce53ad Moved AOC request code out of the middle of code parsing the dialed number.
16 years ago
Tilghman Lesher 7d18dd5394 Finally track down and eliminate the "FRACK! warnings from chan_iax2".
16 years ago
David Vossel e32d9a1303 fixes compile error from uninitialized variable
16 years ago
David Vossel 19d1cd04ba RFC3261 compliant sip unreliable retransmit timing + 'registerattempts' option tweak
16 years ago
Richard Mudgett 10e2c47c75 Incoming overlap dialing no longer works after sig_pri extraction.
16 years ago
Terry Wilson f06302755a Send an ACK for every final response received for an INVITE
16 years ago
Russell Bryant 64e2c86426 Don't stop Asterisk if chan_usbradio isn't configured.
16 years ago
Russell Bryant d1aacea4e3 Remove a line that was killing Asterisk on startup.
16 years ago
Russell Bryant 63d10a1b1c Comment out a rule that likes to run implicitly unnecessarily, breaking builds
16 years ago
Richard Mudgett 1c67f208a7 Add ETSI Message Waiting Indication (MWI) support.
16 years ago
Russell Bryant bb4c55c347 try to fix some random chan_h323 compilation failures
16 years ago
Richard Mudgett 0760f4e70a Add ETSI Malicious Call ID support.
16 years ago
Richard Mudgett afcbc93dae Add ETSI Call Waiting support.
16 years ago
Mark Michelson b8d39db94d Prevent use of uninitialized values.
16 years ago
Richard Mudgett afd4454c44 Generic Advice of Charge.
16 years ago
Richard Mudgett 28264c52b9 Add ETSI Advice Of Charge (AOC) event reporting.
16 years ago
Richard Mudgett 48dd4d1249 Add ETSI Explicit Call Transfer (ECT) support.
16 years ago
David Vossel 185f73d8b1 fixes crash when creation of UDPTL fails
16 years ago
David Vossel 77a96c5a93 do all sip registry parsing before transmit_register
16 years ago
David Vossel 07500098c1 fixes failed SIP Directed pickup resulting in dead channel
16 years ago
Mark Michelson 822423adb8 .......
16 years ago
Mark Michelson 83ca84d9bd Re-enable "always" option for videosupport option in sip.conf.
16 years ago
Mark Michelson 01db62bdbe Properly use peer's outboundproxy for outbound REGISTERs.
16 years ago
Mark Michelson c5be9d2247 Print openh323 log to the Asterisk console.
16 years ago
Mark Michelson f908dd984c Allow type=user SIP endpoints to be loaded properly from realtime.
16 years ago
David Vossel 94de6f3cb8 reverses incorrect logic introduced by r243200
16 years ago
Mark Michelson ee60cb8d41 Be sure to set the sin_family on the proxy when allocating.
16 years ago
Terry Wilson fe9c315171 Take dup'd code for directmedia ACLs and make utility func
16 years ago
Terry Wilson c7303d840e Add support for direct media ACLs
16 years ago
Mark Michelson 6bb45831eb Fix transcode_via_sln option with SIP calls and improve PLC usage.
16 years ago
David Vossel 0407208b6d fixes crash in check_rtp_timeout
16 years ago
Mark Michelson 7814913d86 Be sure to heap-allocate the redirecting to tag so as not to cause crashiness.
16 years ago
Mark Michelson 2b2439dede Fix memory leaks in redirecting structures in chan_sip.c
16 years ago
Mark Michelson b5d5cc565f Enhancements to connected line and redirecting work.
16 years ago
David Vossel cddc244c97 fix iax_frame double free
16 years ago
Richard Mudgett 274eb8960c Fix inverted logic in cli command: ss7 set debug on/off
16 years ago
Russell Bryant c26cd3aaac Fix an off by one error that causes a crash.
16 years ago
Richard Mudgett 093dbfdd52 Don't crash when destroying chan_dahdi pseudo channels.
16 years ago
Richard Mudgett e2336b73ef Merged revisions 262657,262660 from
16 years ago
Paul Belanger 4b1d9f85a7 Convert to AST_CLI_YESNO and AST_CLI_ONOFF
16 years ago
Richard Mudgett 9534f72cb0 Dialing an invalid extension causes incomplete hangup sequence.
16 years ago
Paul Belanger 9c012b460f Improve logging information for misconfigured contexts
16 years ago
David Vossel 351e0e90c5 fixes crash in chan_console
16 years ago
Jeff Peeler 356b090875 Fix deadlock in sig_pri when hanging up.
16 years ago
Richard Mudgett 6f03bf4a42 Some code optimizations.
16 years ago
Tilghman Lesher ba9b0d95e6 Permit more lines within a SIP body to be parsed.
16 years ago
Tzafrir Cohen 6b2e51b1ed When failing to configure, don't destroy 'cfg' twice
16 years ago
Richard Mudgett f0a7adb309 Avoid a crash on SS7 channels.
16 years ago
David Vossel f16625b7a0 fixes sip native transfer
16 years ago
Paul Belanger 35eeb71ead Merged revisions 261274 via svnmerge from
16 years ago
Mark Michelson a6ea125e7c Prevent unnecessary warnings when getting rtpsource or rtpdest.
16 years ago
Richard Mudgett 159f0d4b24 The inalarm flag is not passed up from the sig_analog and sig_pri submodules.
16 years ago
Jeff Peeler 6dd80de93d Merged revisions 260434 via svnmerge from
16 years ago
Richard Mudgett 00a1a96ff5 Separate the uses of NUM_DCHANS and MAX_CHANNELS into PRI, SS7, and MFCR2 users.
16 years ago
Richard Mudgett a3ce3441bb Merged revisions 260195 via svnmerge from
16 years ago
Mark Michelson 9e1b6c7236 Don't override peer context with domain context.
16 years ago
David Vossel 6722251986 Merged revisions 259858 via svnmerge from
16 years ago
Jason Parker 0da0e3856c Be more explicit about field naming in a test.
16 years ago
Richard Mudgett 4e3269c60d Merged revisions 259531 via svnmerge from
16 years ago
Richard Mudgett 3e04d6fe8e Merged revisions 259270 via svnmerge from
16 years ago
Richard Mudgett 3bda444f1e Re-fix dahdi_request() iflist locking since CCSS merged.
16 years ago
Leif Madsen 1b62cf14e4 Small error in the T.140 RTP port verbose log.
16 years ago
Leif Madsen bb2fa21ac1 IAXpeers output now matches SIPpeers format for manager (AMI).
16 years ago
David Vossel f2b8561a5a fixes issue with double "sip:" in header field
16 years ago
Mark Michelson ba81ee6d28 Make sure to fail a monitor if we receive a negative response for a CC SUBSCRIBE.
16 years ago
Dwayne M. Hubbard afedb856ae Enable PRI SERVICE message support in chan_dahdi for the 'national' switchtype
16 years ago
Tilghman Lesher 84d0b95def Merged revisions 257467 via svnmerge from
16 years ago
Tilghman Lesher e148ffc00f Also unref the pvt when we delete the provisional keepalive job.
16 years ago
David Vossel bd53cbabcf gives channel reference before unlocking it and using setvar helper.
16 years ago
Mark Michelson 9afa6af881 Remove status_response callbacks where they are not needed.
16 years ago
Mark Michelson 7509949658 Prevent crash when originating a call to a local channel.
16 years ago
Richard Mudgett 537edff10f Remove PRI CCSS BUGBUG message and update configure script.
16 years ago
Mark Michelson 4b8f1c8cac Add routines for parsing SIP URIs consistently.
16 years ago
Mark Michelson ae7b76a1b9 Fix some compiler errors that popped up after the CCSS merge.
16 years ago
Mark Michelson e24661fd18 Merge Call completion support into trunk.
16 years ago
Mark Michelson 6cad0f1602 func_srv and explicit specification of a remote IP for SIP.
16 years ago
David Vossel d3f44c979c fixes deadlock in chan_sip caused by usage of MASTER_CHANNEL dialplan function
16 years ago
Richard Mudgett 1a2f96573a Merged revisions 256225 via svnmerge from
16 years ago
Richard Mudgett a5a0a5f867 Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.
16 years ago
Russell Bryant df3fc304c9 Merged revisions 256014 via svnmerge from
16 years ago
Michiel van Baak f4617ae2b5 Ignore Redial softkey when no previous dialed number is known
16 years ago
Michiel van Baak cc89bc0a27 Cleanup transmit_* functions
16 years ago
Mark Michelson 284ac3a4d9 Fix improper comaparison of anonymous URI when getting P-Asserted-Identity.
16 years ago
Russell Bryant c6a759fdfa Merged revisions 255409 via svnmerge from
16 years ago
Russell Bryant 0703c27015 chan_usbradio depends on alsa.
16 years ago
Mark Michelson 54f5e1f840 Add new rtpsource options to the CHANNEL function.
16 years ago
Kevin P. Fleming 42577406fd Improve handling of T.38 re-INVITEs that arrive before a T.38-capable
16 years ago