Commit Graph

1198 Commits (4926908616118008d93211738563cd55904257bf)

Author SHA1 Message Date
Mark Spencer d4c439c61d Use strlen_zero function in chan_sip (bug #1545)
22 years ago
Mark Spencer 9c683b7423 Fix compiler warning
22 years ago
Mark Spencer ca2069a246 Don't update route once it's set (bug #1491)
22 years ago
James Golovich 07a40f5141 Oops, actually use the right variable in channels/Makefile
22 years ago
James Golovich 3b3674807b Fix channels/Makefile so USE_MYSQL_FRIENDS implies USE_SIP_MYSQL_FRIENDS
22 years ago
Mark Spencer bbaf536f6a Add "insecure=very" where we don't authenticate peers who are registered
22 years ago
Mark Spencer b50ecc25b2 Merge slepp's sub-second expiration timer although hopefully it will never have to be used.
22 years ago
Mark Spencer ded7dae112 Merge slepp's REGISTER RFC compliance fixes (bug #1538)
22 years ago
Mark Spencer c3c38eeeaf Let OSS know how to deal with indication -1
22 years ago
Mark Spencer 6cdbd6903c On a reload, don't stop supporting sip if we can't find our ip.
22 years ago
Mark Spencer 503dbb3d8a Add new "authname" field so we can authenticate BYE properly on incoming calls (bug #1436)
22 years ago
Mark Spencer 35ca4404f0 On incoming call, set peername to username to properly authenticate BYE (it's not used for anything else, as far as I know)
22 years ago
Mark Spencer ee0532702a Merge Matteo's language setting code for iax2 (bug #1476)
22 years ago
Mark Spencer 44de97d496 Provide more fine grained control of sip and iax show peers (bug #1470)
22 years ago
Mark Spencer cb59df7bed Make overlap dial be interpreted in the same way an FXS would be (bugs #1080 and #1452)
22 years ago
Mark Spencer 3c134b6549 Revert earlier changes. The right answer for bug #1436 should be using username=
22 years ago
Mark Spencer 5b34d11ce9 Allow debug to be enabled on a per-peer or per-IP basis (bug #850)
22 years ago
Mark Spencer 1dbc8e3f0e Rid compiler warning, make information meaningful in sip debug for codecs
22 years ago
Mark Spencer 3d16691c9e Revert routing change
22 years ago
Jeremy McNamara a717d81cea Increase DTMF duration in f.sample, just in case. Bug#1414
22 years ago
Mark Spencer ec6644c146 Only clear route if we have a new one
22 years ago
Mark Spencer 3e48f862a7 Work properly with USE_SIP_MYSQL_FRIENDS set to 1 for linking
22 years ago
Mark Spencer d106797a26 Add relaxdtmf option to sip
22 years ago
Malcolm Davenport 6f9df58afe Bug # 1503: Add Peter's fix to include "accountcode" support to MySQL based IAX-Friends
22 years ago
Mark Spencer cd788e2ab9 Handle fromdomain properly when there is no @ sign
22 years ago
Mark Spencer 7e79c52808 Don't double receive INFO or MESSAGE elements (bug #1512)
22 years ago
Mark Spencer 314877e155 Fix potential seg in iax2 from reload when registrations are going
22 years ago
Mark Spencer da8f6a9acf OpenBSD portability to H323
22 years ago
Mark Spencer fd9d8ca43b Run setstate after setting all appropriate variables including callerid
22 years ago
Mark Spencer 90a331f7a5 Provide gethostbyname_r emulation for FreeBSD and fix zap call to setstate to include callerid (bug #1411, #1498)
22 years ago
Mark Spencer 19064660d2 Build again without PRI
22 years ago
Mark Spencer 0fe6d16e89 Fix deadlock in IAX2 trunking, small MGCP fix
22 years ago
Mark Spencer 7ca96ea7e5 Add white space condensing to pedantic mode of chan_sip.
22 years ago
Mark Spencer 5f71712b8b Make sure we are proceeding when we answer
22 years ago
James Golovich 6cbc92b760 Portability fix, use the shells path for sed and env
22 years ago
Mark Spencer f34b684e0e Improve responsiveness of MGCP during a reload (bug #1488)
22 years ago
Mark Spencer 7596de9ac8 Extreme IAX2 trunking performance improvements
22 years ago
Mark Spencer f4b55b802c SIP cleanups for database linkage
22 years ago
Mark Spencer add7cf7ded Move skinny to support poll
22 years ago
Mark Spencer 2b5a352840 Avoid another voipme by explaining you need CVS update when SIG_EM_E1 is invalid
22 years ago
Mark Spencer 2a3fc7b8ea Remove obsolete chan_zap_old.
22 years ago
Mark Spencer 1511750650 Use proper token for authenticating BYE
22 years ago
Mark Spencer cce37f8d32 Hold call structure longer iwth find_callno
22 years ago
Mark Spencer 30a7162bd9 Merge JS's Cisco MGCP fixes (Bug #693)
22 years ago
Mark Spencer f85d0713cf Clean up SQL queries (bug #1479)
22 years ago
Mark Spencer 64c9e859e0 Also handle properly \r\n instead of just \n...
22 years ago
Mark Spencer ed360fcf57 Committed a little bit too quickly there...
22 years ago
Mark Spencer c924d1a322 First pass at handling multi-line headers
22 years ago
Mark Spencer 459fda5e44 Migrate chan_zap from select to poll
22 years ago
Mark Spencer 8a411edf9f Make sure call is valid when handling mini-frame.
22 years ago
Mark Spencer 90778ada6d Fix timestamps on IAX2 trunk mode transmit direction
22 years ago
Mark Spencer f9aef7098f Oops that wasn't quite right. Partially revert changes until real data is collected.
22 years ago
Mark Spencer ba078042ba Make trunking and timestamps palce nicely
22 years ago
Mark Spencer 3534419f14 Add missing break
22 years ago
Mark Spencer 025ae183eb Fix swap_subs for better locking
22 years ago
James Golovich 6534f4d668 Fix some comments in chan_zap
22 years ago
Mark Spencer d3f9887589 gethostbyname isn't reentrant, who knew...
22 years ago
Mark Spencer ca493a14e1 Increase buffer size (bug #1459)
22 years ago
Jeremy McNamara 87e84064d2 rollback to pre-janus, for the moment
22 years ago
Mark Spencer 0134d2cc85 Select user by more logical grounds when no user is specified (bug #1458, sorta)
22 years ago
Mark Spencer ef89a2709a Fix pingtime calculation in bridge optimized mode
22 years ago
Jeremy McNamara 50edb67fc4 update once again to the right version
22 years ago
Mark Spencer 8e0f9147b2 Fix trailing slash problem (Zap) and making sure refers get ignored the second tiem around.
22 years ago
Jeremy McNamara e9ea9975de Make comptable with Open H.323's Janus release. See http://www.sf.net/projects/openh323/ for details. These changes will cause any version less than Janus to fail at compile time. This update may also address the recent instability noise...
22 years ago
Mark Spencer 7a8ec5bea4 Always give real timestamps on IAX ping/pong messages
22 years ago
James Golovich 98533cbccc OpenBSD portability enhancements (bug 1002)
22 years ago
James Golovich 36a13f931a Make 'iax2 show users' print key if a key is used (bug 1253)
22 years ago
James Golovich e7f819bed1 Fix compile warning in chan_zap if libpri not installed
22 years ago
Anthony Minessale II 34e415222e * Patch to Makefiles to allow a script to query the make envirnoment.
22 years ago
Mark Spencer d8a6763be4 Add support for E1 E&M
22 years ago
Jeremy McNamara 2d232c4c57 Remove all capabilities first
22 years ago
Mark Spencer 97dd838cda Fix name properly
22 years ago
Mark Spencer 083d9c8039 Clean up timestamps on IAX2
22 years ago
Jeremy McNamara 5ebb0b8c15 Lets see if this way works to remove all capabilities from the list
22 years ago
Jeremy McNamara 64d509a931 back out lame attempt
22 years ago
Jeremy McNamara 9cb2272494 print out capability set, if h323debug is turned on
22 years ago
Jeremy McNamara d3f45d14b3 make sure capability set is clean before setting new value(s)
22 years ago
Mark Spencer e15b5a83d5 Lock on indication too
22 years ago
Mark Spencer d2019972f7 Revert earlier jcdutton ALSA improvements which are not disclaimed
22 years ago
Mark Spencer 43d7359221 Don't check PRI settings unless there is PRI
22 years ago
Mark Spencer 639438836b Don't take digits in-band when in overlap dial mode
22 years ago
James Golovich e9c65d0c08 Hopefully the last round of removing needlock stuff
22 years ago
James Golovich 1b2dc7ef75 Remove more needlock stuff
22 years ago
Ben Kramer 61ff225f1d updated to work with change by markster: Get rid of all that old needlock garbage now that we're using recursive mutexes
22 years ago
James Golovich 0b2a9dc297 Remove extra argument from ast_set_*_format calls
22 years ago
Mark Spencer 42034844dc First pass at fixing chan_alsa
22 years ago
Mark Spencer d45addcc7a Fix compile warning
22 years ago
Mark Spencer 6938bb6109 fix chan_oss for revised queue structure.
22 years ago
Mark Spencer 5a2c606d94 Keep random data around, we'll need it for certain bogus REGISTER and INVITE network hiccups (bug # 1236)
22 years ago
Mark Spencer a1ffc320e4 Don't say we're unable to find the channel if we're able to find it.
22 years ago
Mark Spencer 13bca43aa8 Get rid of all that old needlock garbage now that we're using recursive mutexes
22 years ago
Mark Spencer d3bcf405c2 Small IAX fixes
22 years ago
Mark Spencer 426bf55df2 Print actual hook state in chan_zap
22 years ago
Mark Spencer 1bbf0d2cf6 Bump branch id on INVITE with auth (bug #1313)
22 years ago
Jeremy McNamara 528c513602 swap out printf's for ast_verbose
22 years ago
Jeremy McNamara 70dfab8be0 on outbound calls make sure we use requested codec
22 years ago
Ben Kramer 09e0fc2074 / implemented basic group'ing, as per chan_zap
22 years ago
Mark Spencer 940a5deb2e Support some more SIP idiocies
22 years ago
Mark Spencer 9f726fce46 603 is a busy too
22 years ago
Mark Spencer 94279f00c1 Various video fixes (bug #688)
22 years ago
Mark Spencer 9c7ffa265e Fix small SIP issue with SER (bug #1181)
22 years ago
Mark Spencer 9cc3adbdd9 Clear out delivery fields just in case
22 years ago
Mark Spencer d42f7886ab Merge changes from jcdutton (thanks!)
22 years ago
Mark Spencer 52f13283ea Make chan_zap allocate a comfortable amount of space for VMWI
22 years ago
Mark Spencer 7ae1d61120 Provide more useful debugging on retries and scheddestroy()
22 years ago
Mark Spencer cdb1b1dba3 Merge Mike's updates for agent CDR updates
22 years ago
Mark Spencer b285cd40b2 Keep REGISTER dialog open a little longer in case they don't get our 200 OK right away...
22 years ago
Mark Spencer 3415434e04 When going to in-band, be sure to allocate DSP (bug #1336)
22 years ago
Mark Spencer a925c1b306 Update security document, work on threading with pbx.c and small SIP fixes
22 years ago
Mark Spencer 1d53342b18 Expand SIP opaque buffers, prefer recursive to "error checking" mutexes...
22 years ago
Ben Kramer 1e87c2aa48 / added a note to top of file to have patches sent to support@voicetronix.com.au
22 years ago
Mark Spencer 71e80e5f62 Leave retry time alone, handle "opaque" stuff in message.
22 years ago
Ben Kramer 8b5bbe4673 / commit of a great deal of changes
22 years ago
Mark Spencer 8dec8d3632 Fix progzone loader
22 years ago
Mark Spencer 3e9c337946 Small SIP fix, voicemail fix, and some delivery fixes on new apps
22 years ago
Mark Spencer dbbf64fdd4 Attempt at incrementing branch (or changing it) at the right places (bug #1313)
22 years ago
Mark Spencer 1ccab64d86 Add support for Costa Rica to DSP
22 years ago
Mark Spencer 4b234476bb Merge more Sentito contributions (thanks serkan)
22 years ago
James Golovich 6ce8fc0b15 More read/write lock fixes in various modules
22 years ago
Mark Spencer eeb2ca5b26 Make read/write mode have a lock parameter and use it properly.
22 years ago
James Golovich a222dbe8c7 Make chan_vpb.c detect austel busy (bug 545)
22 years ago
James Golovich 82bf2663e3 Tiny optimization in chan_iax2.c that the compiler would
22 years ago
Mark Spencer 638684636c Make sure calculation of time is always > 0...
22 years ago
Malcolm Davenport efd7427f33 Bug # 1108: chan_alsa fixes
22 years ago
Mark Spencer b43c1f054b Allow expiration of several messages to be non-fatal.
22 years ago
James Golovich f8b04c4bb6 *** empty log message ***
22 years ago
James Golovich 359430871f Check to make sure opendir works in chan_iax2.c (bug 1283)
22 years ago
Mark Spencer 747a18f65d It's okay to send RINGING > 1 time, and don't try to send it in-band
22 years ago
Mark Spencer b5d452b1c7 Minor SIP cleanups for valgrind, finally close the coffin on IAX1 and take it ou
22 years ago
Mark Spencer b46d67e301 Unlock the owner when we're done (duh!)
22 years ago
Mark Spencer 3107d6d03b Hold owner lock when changing codecs
22 years ago
Mark Spencer 67af82457e Fix locks that are held too long
22 years ago
Mark Spencer b19cb95257 Fix superfluous return NULL
22 years ago
Mark Spencer c1c704c042 Fix mysql friends by type
22 years ago
Mark Spencer 3f5277d57b Don't reconstruct authentication information on retransmissions.
22 years ago
James Golovich a8bbe997d2 Fix some small typos in comments
22 years ago
Jeremy McNamara 68e767078f re-apply possible CCM fix. Someone still needs to test this
22 years ago
Jeremy McNamara ff9621e279 rollback e.164 and prefix routing attempted fix
22 years ago
Jeremy McNamara de20d2a179 rollback everything to known good state. E.164 and prefix routing patches are broken
22 years ago
Jeremy McNamara 6fb5ebfedb try to work around CCM interop, UNTESTED! Someone with a CCM needs to test this
22 years ago
Jeremy McNamara 7132570353 Change 'show locals' into 'local show channels' to follow other channel methods. Bug #1255
22 years ago
Mark Spencer af6016cfd0 Add experimental nbscat application
22 years ago
Mark Spencer 7192fbfae7 Round offset timestamps to nearest 20ms to clean up numbers.
22 years ago
Mark Spencer c36ec4f9d7 Major MGCP enhancements (*very* big thank you to serkan and Sentito) (bug #1114)
22 years ago
Mark Spencer 785ac43c84 Just to be on the safe side, don't update timestamps against anything but voice packets.
22 years ago
Mark Spencer 7075b58ee1 Don't use hard timestamps for non-voice frames.
22 years ago
Mark Spencer a386f01a7c Favor requested codec whenever possible (pass #1)
22 years ago
Mark Spencer 8c232e1dbb Populate DNID for SIP
22 years ago
Jeremy McNamara d3b2cb19e4 Properly deal with E.164 and Prefix routing
22 years ago
Mark Spencer e7ecf6accb Populated RDNIS
22 years ago