Commit Graph

21941 Commits (d7dec4f14fc018d18ed480358f9a265b81b230b9)
 

Author SHA1 Message Date
David Vossel d7dec4f14f Merged revisions 346349 via svnmerge from
14 years ago
Stefan Schmidt edaf970c38 Fix regression that 'rtp/rtcp set debup ip' only works when also a port was specified.
14 years ago
Richard Mudgett 7d9ba4875b Fix calls to ast_get_ip() not initializing the address family.
14 years ago
Walter Doekes 2ee874178e Minor cleanup in chan_sip get_msg_text() function.
14 years ago
Walter Doekes b7aee9ebc9 Fix ast_str_truncate signedness warning and documentation.
14 years ago
Kinsey Moore e6ca768081 Fix res_jabber resource leaks
14 years ago
Matthew Jordan 76394a727f Fixed SendMessage stripping extension from To: header in SIP MESSAGE
14 years ago
Terry Wilson 6d05a31d9f Resume playing existing hold music for cached realtime MOH
14 years ago
Paul Belanger f59322f724 Added support level for new modules
14 years ago
Richard Mudgett 2b3e28f88c Fix dnsmgr entries to ask for the same address family each time.
14 years ago
Walter Doekes d777e15792 Clarify why the AST_LOG_* macros exist next to the LOG_* macros.
14 years ago
Paul Belanger 51ce2669af Add missing sound_only_one config variable
14 years ago
Terry Wilson 32d0faac9c Default to nat=yes; warn when nat in general and peer differ
14 years ago
Paul Belanger 298d015828 Add #tryinclude statement
14 years ago
Tilghman Lesher 6e7359f594 Update the documentation to better clarify how the existing commands work.
14 years ago
Tilghman Lesher 6b8b13ec2d Fix a change in behavior in 'database show' from 1.8.
14 years ago
Matthew Jordan cd9680e241 Accidentally readded sipfriends.sql in r345560. This was removed
14 years ago
Matthew Jordan 279873e8eb Add admin toggle mute all and participant count menu options to app_confbridge
14 years ago
Richard Mudgett 4a125f45a0 Remove dead code since pri_grab() can never fail.
14 years ago
Jonathan Rose 2d67b1b378 Guarantee messages go into the right folders with multiple recipients
14 years ago
Richard Mudgett a86037d959 Make FastAGI HANGUP show up in AGI debug output.
14 years ago
Richard Mudgett bd4f81b51f Fix typo in sig_pri using wrong structure name.
14 years ago
Richard Mudgett 9e726d9cb4 Make queue log indicate if ADDMEMBER is paused for AMI and realtime.
14 years ago
Richard Mudgett 113612b9d6 Restore SIP DTMF overlap dialing method.
14 years ago
Richard Mudgett 1cef6cf8cd Fix Progress spelling error in main/pbx.c.
14 years ago
Terry Wilson 59d6db63bd Don't read past end of input when calling write()
14 years ago
Walter Doekes 6ef49c3214 Update reqresp_parser parse_uri doxygen comments.
14 years ago
Jonathan Rose ec237d2e4a Moves voicemail setup password entry to the end of the setup process.
14 years ago
Kinsey Moore 818ac23b92 Ensure that a null vmexten does not cause a segfault
14 years ago
TransNexus OSP Development f436a6f27c Increased max number of destinations.
14 years ago
Gregory Nietsky 3845299e46 mISDN Round Robin break when no channel is available
14 years ago
Terry Wilson bd486fcf41 Don't forget to rescan MOH files for cached realtime classes
14 years ago
Walter Doekes 735e48f92f Use __alignof__ instead of sizeof for stringfield length storage.
14 years ago
Matthew Jordan 60f51c002a Video format was treated as audio when removed from the file playback scheduler
14 years ago
Walter Doekes 863d7189b9 Remove unneeded if(params) checks in reqresp_parser.
14 years ago
Walter Doekes bac9ff62ef Fix bad quoting of multiline mxml opaque_data that caused invalid xml.
14 years ago
Kinsey Moore a4365a8ae2 Fix regression introduced by SDP fixups
14 years ago
Richard Mudgett e48cecc848 Check sip.conf maxforwards parameter for range 1 <= x <= 255.
14 years ago
Richard Mudgett 39beaff425 Make CLI "core show channel" not hold the channel lock during console output.
14 years ago
Jonathan Rose 8d994bed55 Fix a segmentation fault when using an extension with CID matching and no CID.
14 years ago
Richard Mudgett 751488b84c Fix app_macro.c MODULEINFO section termination.
14 years ago
Richard Mudgett 46089f6b51 Fix potential deadlock calling ast_call() with channel locks held.
14 years ago
Richard Mudgett 464b337b3c Make AMI event AgentCalled get CallerID/ConnectedLine info from the incoming channel.
14 years ago
David Vossel 0a2a79c94b Merged revisions 344493 via svnmerge from
14 years ago
Kinsey Moore dc05ce5e4f Fix another incorrect case with meetme's PIN logic and add documentation
14 years ago
Kinsey Moore c225800646 Fix several bugs with SDP parsing and well-formedness of responses
14 years ago
Matthew Nicholson 3d44965e70 only attempt to do stun handling on ipv4 or ipv4 mapped to ipv6 addresses
14 years ago
Richard Mudgett 6d481420ce Fix deadlock during dialplan reload.
14 years ago
Terry Wilson 04f04ff39d Don't treat a host:port string as a domain
14 years ago
Terry Wilson fa57bbe17c Add a unit test for ast_sockaddr_split_hostport
14 years ago