Commit Graph

7051 Commits (d63e58203a796bb59e20b51cb705254100621c9a)

Author SHA1 Message Date
Richard Mudgett d63e58203a Fixed reference to incorrect variable if unknown host configured crash.
14 years ago
Matthew Nicholson 59f002fd67 respect case changes in peer names on sip reload
14 years ago
Richard Mudgett 71769a3245 Fix __sip_subscribe_mwi_do() incorectly changing dialogs hash key callid.
14 years ago
Kinsey Moore dc3ca68670 Prevent BLF subscriptions from causing deadlocks
14 years ago
Richard Mudgett 3864c4083c Fix deadlock if peer is destroyed while sending MWI notice.
14 years ago
Terry Wilson 702726c917 Make room for the fax detect flags
14 years ago
Terry Wilson 5844133aba Remove registertrying option in chan_sip
14 years ago
Walter Doekes fb50c1db4b Fix improper warning introduced by r342927 and more tweaks
14 years ago
Walter Doekes ab2dacb555 Several fixes to the chan_sip dynamic realtime peer/user lookup
14 years ago
Matthew Jordan 8765a80355 Fixed invalid memory access when adding extension to pattern match tree
14 years ago
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.
15 years ago
Gregory Nietsky c6dd0ef286 If IP address is used in chan_h323 host parameter of peer configuration.
15 years ago
Richard Mudgett 7361deae1b Check if a channel was created before using the pointer in sig_ss7_new_ast_channel().
15 years ago
Richard Mudgett b48984e2fb Fix deadlock from not releasing SS7 linkset lock.
15 years ago
Terry Wilson 0628cce193 Don't interfere with T.38 reinvites
15 years ago
Richard Mudgett 9eb7ccef76 Rework sig_pri_hangup() to be simpler and clearer.
15 years ago
Olle Johansson 535817fe71 Add diversion header to a 302 redirect response if we have diversion data
15 years ago
Gregory Nietsky aa50191685 A long time ago in a galaxy far far away a IPv6 update was made,
15 years ago