Commit Graph

7173 Commits (5fcb78840f128df293ba23e973a9d80da1173b4e)

Author SHA1 Message Date
Matthew Jordan 5c318b19c2 Fix a typo in the warning messages for an ignored media stream
13 years ago
Jonathan Rose ed76cdda72 Replace GNU old-style field designator extensions to fix clang warnings
13 years ago
Kinsey Moore 063aa93c46 Stop sending out RTCP if RTP is inactive
13 years ago
Mark Michelson 58565827e6 Improve accuracy of identifying information sent in dialog-info SIP NOTIFY requests.
13 years ago
Terry Wilson d58fe85724 Destroy configs when they are no longer used
13 years ago
Mark Michelson 390e8c1f73 Make a debug message regarding subscription changes more accurate.
13 years ago
Richard Mudgett c04afdbc70 Make number not available presentation also set screening to network provided.
13 years ago
Richard Mudgett f9246f83c9 Add missing initialization of update_redirecting in chan_sip.c
13 years ago
Matthew Jordan cfdc12387b Ensure Asterisk sends a BYE when pending on the final response to a re-INVITE
13 years ago
Alec L Davis 1ded276c97 Missed lastinvite CSeq int to uint32_t change
13 years ago
Russell Bryant 167dd53f80 chan_iax2: Fix use of uninitialized sockaddr_in in try_transfer().
13 years ago
Russell Bryant ba3230cc45 chan_gtalk: Fix use of uninitialized vars in config handling.
13 years ago
Russell Bryant e470c22ed6 chan_gtalk: Fix potential use of uninitialized variable.
13 years ago
Richard Mudgett 5b61050209 Fix deadlock potential with some ast_indicate/ast_indicate_data calls.
13 years ago
Russell Bryant 08e1d392f4 Fix invalid reads/writes due to incorrect sizeof().
13 years ago
Russell Bryant 0da9d71905 Remove chan_usbradio and app_rpt.
13 years ago
Terry Wilson 7622a34c89 Make hints for invalid SIP devices return Unavail, not idle
13 years ago
Jonathan Rose 8e2e2bf059 Make transfer not ignore port information with SIP.
13 years ago
Richard Mudgett fff4e1ca50 Change directly setting _softhangup in sig_ss7.c to use ast_softhangup_nolock().
13 years ago
Richard Mudgett 0c315bb90a Fix ring cadance setup for outgoing calls on FXS ports.
13 years ago
Richard Mudgett 4c9168a4c7 Drop SS7 call if not connected yet when INCOMPLETE/BUSY/CONGESTION.
13 years ago
Richard Mudgett e0c235bd9b Setup DSP when SS7 call is connected or early media is available.
13 years ago
Joshua Colp ffa247ce6c Defer sending the connected line reinvite if a reinvite is already in progress.
13 years ago
Kinsey Moore fea6466555 Ensure Asterisk acknowledges ACKs to 4xx on Replaces errors
13 years ago
Terry Wilson d9961b2768 Fix unused-but-set-variable warnings
13 years ago
Terry Wilson 7495f69c95 Correct some set-but-unused variable warnings in the mISDN library.
13 years ago
Terry Wilson b686d4785f Make chan_usbradio compile under dev mode
13 years ago
Richard Mudgett a36c4234a4 Remove ISDN hold restriction for non-bridged calls.
13 years ago
Sean Bright b3fb9153dd The default value for mohinterpret is the empty string, so when resetting to
13 years ago
Richard Mudgett ec57a80169 Use more reasonable cause code when rejecting incoming call waiting calls.
13 years ago
Jonathan Rose 52c50e4da7 Changes transport option in sip.conf so that using multiple instances doesn't stack.
13 years ago
Richard Mudgett 534213a074 Fix worker thread resource leak in SIP TCP/TLS.
13 years ago
Matthew Jordan 032962f1a2 Allow SRTP policies to be reloaded
13 years ago
Richard Mudgett f49ff3ff9c Fix blind transfer parking issues if the dialed extension is not recognized as a parking extension.
13 years ago
Mark Michelson 775b218b35 Fix ACK routing for non-2xx responses.
13 years ago
Matthew Jordan 6453352768 Fix potential buffer overrun and memory leak when executing "sip show peers"
13 years ago
Sean Bright e880b4a205 Make 'iax2 show callnumber usage' output make sense when an IP is passed in.
13 years ago
Sean Bright cb8d4a1d50 Remove spurious warning when 'qualifyfreqnotok' is set successfully.
13 years ago
Sean Bright a8989c5ded This was a LOG_NOTICE, so roll it back.
13 years ago
Sean Bright 11991e8394 Change some debug messages from LOG_DEBUG to ast_debug.
13 years ago
Sean Bright 4b59946c41 Add some boilerplate documentation for IAXVAR and IAXPEER.
13 years ago
Sean Bright 3925b8fdc9 Set the length of the ast_sockaddr, so that we can set it's port later.
13 years ago
Alec L Davis 1b6601bc0a push 'outgoing' flag from sig_XXX up to chan_dahdi
14 years ago
Sean Bright 0106636e42 Don't allow trunkfreq to be greater than 1000ms.
14 years ago
Sean Bright 338fd29f44 Pass the correct value to ast_timer_set_rate() for IAX2 trunking.
14 years ago
Mark Michelson 202d83c42c Fix regressions with regards to route-set creation on early dialogs.
14 years ago
Sean Bright dfe4ff5337 When IAX2 debugging is enabled, make sure to log 'apathetic' messages too.
14 years ago
Sean Bright 314dcc01bc Only use maxtrunkcall and maxnontrunkcall in chan_iax2 if IAX_OLD_FIND is specified.
14 years ago
Sean Bright 62b7e35b71 Use TRUNK_CALL_START as originally intended.
14 years ago
Mark Michelson a5d76e1c11 Properly invert the return of a strncmp call.
14 years ago