Commit Graph

6603 Commits (e129b31fc6641edcd08f9e369bbd915d3d683377)

Author SHA1 Message Date
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