Commit Graph

7041 Commits (bcdf507f3c67ad8c01ef1d989ce53e45bea0f201)

Author SHA1 Message Date
Richard Mudgett bcdf507f3c Change D-channel warning to be less confusing on non-NFAS setups.
14 years ago
Jonathan Rose 2adb133feb Outbound SIP OPTIONS messages will now include fromuser of related peer.
14 years ago
Paul Belanger d6f1839114 Outgoing calls with Google Voice
14 years ago
Terry Wilson 8eb030a3a2 Don't use is_int() since it doesn't link well on all platforms
14 years ago
Stefan Schmidt eae454ca3f Don't sent in-dialog requests like UPDATE when Asterisk has not yet received a Contact URI from a UAS
14 years ago
Terry Wilson 432657163f Don't resolve numeric hosts or contact unresolved hosts
14 years ago
Richard Mudgett f2b371fedf More parking issues.
14 years ago
Terry Wilson 2426e2604e Initialize variables before calling parse_uri
14 years ago
Terry Wilson b951592017 Don't try to remove peers without IPs from peers_by_ip
14 years ago
Kinsey Moore 0fa2f5914e Quiet RTCP Receiver Reports during fax transmission
14 years ago
Stefan Schmidt 598b45b175 storing the route-set also on a 181 response not only on 180,182 or 183.
14 years ago
Terry Wilson eb38856434 Initialize ast_sockaddr before calling ast_sockaddr_resolve
14 years ago
Stefan Schmidt 3bc7b5d2c9 Store route-set from provisional SIP responses so early-dialog requests can be routed properly
14 years ago
Terry Wilson 610a2997dd Update SIP realtime fullcontact regardless of caching
14 years ago
Richard Mudgett 0c069b5653 Initialize the PRI channel alarms properly on startup.
14 years ago
Paul Belanger 35fcb785af Fix verbose messages when IPv6 logic was added
14 years ago
Richard Mudgett fbc51bb795 Add protection for SS7 channel allocation and better glare handling.
14 years ago
Richard Mudgett a458ac621e Fix some potential deadlocks pointed out by helgrind.
14 years ago
Matthew Jordan 21bb14654b Updated chan_sip to place calls on hold if SDP address in INVITE is ANY
14 years ago
Igor Goncharovskiy 5e05620bb7 Fix compilation issue, caused by missed session structure
14 years ago
Igor Goncharovskiy 7d3b4d5e80 Fix segfault in Unistim channel
14 years ago
Igor Goncharovskiy 6d6ed815cc Fix char array cast as short array in send_client() function (for ARM
14 years ago
Richard Mudgett 06e6b7bba1 Fix debugging messages generated by 'udptl debug'.
14 years ago
Leif Madsen 2e320de4bf Remove duplicated Maxforwards line in AMI output.
14 years ago
Terry Wilson a0eb30ea43 Properly ignore AST_CONTROL_UPDATE_RTP_PEER in more places
14 years ago
Richard Mudgett 4d9b980ab8 Fix segfault in analog_ss_thread() not checking ast_read() for NULL.
14 years ago
Richard Mudgett c9546515e5 Fix formatting of AMI header for SIP show peer.
14 years ago
Leif Madsen be71dfc76b Update documentation for SIP_HEADER.
14 years ago
Gregory Nietsky e7d6d7ee19 The rtptimeout setting is ignored on a per peer basis.
14 years ago
Richard Mudgett 8711d897d0 Make duplicate call ptr warning message more helpful.
14 years ago
Jason Parker 529ab3ad50 Add support levels to non-module sections of menuselect (cflags, utils, etc).
14 years ago
Richard Mudgett b535088ac6 Fix chan_dahd compiling with gcc 4.6 when PRI and SS7 not present.
14 years ago
Richard Mudgett f8b799c0c1 Made ISDN not add numbering plan prefix strings to empty numbers.
14 years ago
Gregory Nietsky c6dd0ef286 If IP address is used in chan_h323 host parameter of peer configuration.
14 years ago
Richard Mudgett 7361deae1b Check if a channel was created before using the pointer in sig_ss7_new_ast_channel().
14 years ago
Richard Mudgett b48984e2fb Fix deadlock from not releasing SS7 linkset lock.
14 years ago
Terry Wilson 0628cce193 Don't interfere with T.38 reinvites
14 years ago
Richard Mudgett 9eb7ccef76 Rework sig_pri_hangup() to be simpler and clearer.
14 years ago
Olle Johansson 535817fe71 Add diversion header to a 302 redirect response if we have diversion data
14 years ago
Gregory Nietsky aa50191685 A long time ago in a galaxy far far away a IPv6 update was made,
14 years ago
Olle Johansson 7a2e489631 Add missing unlock at MWI message sending time
14 years ago
Jonathan Rose 21714a05b6 Fix bad RTP media bridges in directmedia calls on peers separated by multiple Asterisk nodes.
14 years ago
Gregory Nietsky bbc088b9fc The round robin routing routine in chan_misdn.c is broken.
14 years ago
Gregory Nietsky 46e2968917 lock the channel before calling ast_bridged_channel() to prevent a seg fault.
14 years ago
Richard Mudgett b695a91265 Fixed cut-n-paste regression using the wrong variable.
14 years ago
Kinsey Moore b1b865d7b2 Prevent IAX2 from getting IPv6 addresses via DNS
14 years ago
Olle Johansson c0ab1f3281 Lock the peer->mvipvt to avoid crashes with SIP history enabled
14 years ago
Stefan Schmidt 22b30eb82c build_peer doesnt unlink a peer object from peers_by_ip container which leads to a wrong refcounter value.
14 years ago
Matthew Jordan 7dc49195d8 Updated SIP 484 handling; added Incomplete control frame
14 years ago
Paul Belanger f105f3e579 Cleanup chan_iax2.c log messages
14 years ago