Commit Graph

7156 Commits (5ed9d4128d9e71bd951dcbaa75bb7769265f9c4c)

Author SHA1 Message Date
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.
14 years ago
Sean Bright 3925b8fdc9 Set the length of the ast_sockaddr, so that we can set it's port later.
14 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
Sean Bright 94ade43b56 Clear the high order bit from the destination call number before sending.
14 years ago
Kinsey Moore 7d5836ca78 Fix parsing of SIP headers where compact and non-compact headers are mixed
14 years ago
Matthew Jordan 004babb20d Clean-up of minor formatting issues in r354542/3/4
14 years ago
Matthew Jordan ead2b47907 Fix SIP INFO DTMF handling for non-numeric codes
14 years ago
Terry Wilson 15d28cfdad Fix multiple SIP realtime issues
14 years ago
Jonathan Rose 65360e2ae5 Fixes deadlocks occuring in chan_agent due to r335976
14 years ago
Kinsey Moore ea4fa3227f Ensure entering T.38 passthrough does not cause an infinite loop
14 years ago
Richard Mudgett c5fc58c3a0 Restore the 'w' modifier support for ISDN spans. Dial(DAHDI/g0/1234w888)
14 years ago
Jonathan Rose ad24624751 Fix sip show peers port output, align columns, and fix ami port output.
14 years ago
Jonathan Rose 3c1a9894e8 Use ast_sockaddr_stringify_fmt wrappers for various functions in chan_sip
14 years ago
Terry Wilson d699845a55 Re-link peers by IP when dnsmgr changes the IP
14 years ago
Alec L Davis a61f99f985 prevent debug messsges displaying -ve Cseq numbers. Missed in R353320
14 years ago
Alec L Davis 8fc0050b54 RFC3261 Section 8.1.1.5. The sequence number value MUST be expressible as a 32-bit unsigned integer
14 years ago
Kevin P. Fleming 2281ba7cef Clarify log WARNING message when port-zero SDP 'm' lines received.
14 years ago
Richard Mudgett a55030f4fa Audit of ao2_iterator_init() usage for v1.8.
14 years ago
Alec L Davis 4d2f8a9cfd rfc4235 - Section 4.1: Versions MUST be representable using a non-negative 32 bit integer.
14 years ago
Jonathan Rose 301cc6b1c0 Copy amaflags to sip_pvt from peer during create_addr_from_peer
14 years ago