Commit Graph

1516 Commits (fdffdc93647ff9dd122b95fd1c3abc47fe8d30c4)

Author SHA1 Message Date
Ben Kramer 3bcff2d2f9 / bit of a clean up and change of pthread_create to ast_pthread_create
21 years ago
Mark Spencer 299b26ae4a Remove unused tmp2 variable
21 years ago
Mark Spencer bbbbcaf73f Make sure jointcapability really indicates joint capability (bug #2210)
21 years ago
Ben Kramer 37e789fd79 / lots of fixes
21 years ago
Mark Spencer 534e44c599 Add another field to track whether video was invited or not (bug #2226)
21 years ago
Mark Spencer 1587fd6b84 Fix port numbers in IAX2 and iax2prov (bug #2261)
21 years ago
Mark Spencer ce51451ca6 Fix minor typos (bug #2260)
21 years ago
Mark Spencer 3385ecc112 Can't check incoming sip debug until after we receive the packet!
21 years ago
Mark Spencer 5d589eb866 Fix broken 100 Trying on REFER and also send NOTIFY as per RFC 3515
21 years ago
Mark Spencer 039aad9ff4 Merge Lenny's sorcery....
21 years ago
Mark Spencer 02ffc0eec8 Fix trivial typo (bug #2253)
21 years ago
Mark Spencer e85d440f88 Don't request tones when in-band DTMF mode is enabled (bug #2248)
21 years ago
Mark Spencer c14b405974 Make Asterisk cause codes match those of Q.931 (bug #1999)
21 years ago
Mark Spencer 0125ed120f Specify D/ package in mgcp send digit routine (first commit from Adtran!)
21 years ago
Mark Spencer be2d39a1a5 Fix duplex code for FreeBSD
21 years ago
Mark Spencer 96e2c3a3aa Fix agentcallbacklogin wrapup time
21 years ago
Mark Spencer 7acee329e1 Merge BSD stack size work (bug #2067)
21 years ago
Mark Spencer 916566ac11 Make sure we use AF_INET
21 years ago
Mark Spencer ccbc7a6835 Fix a couple minor command line completion issues
21 years ago
Mark Spencer 6193bc31b8 Merge Steven Davie's bridging patches
21 years ago
Mark Spencer a2e82071c5 Fix little MGCP buglet with the wildcard endpoint (bug #2216)
21 years ago
Mark Spencer 07f349766c Don't offer codecs not allowed on a reinvite
21 years ago
Mark Spencer f3522b6c01 Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" option to meetme and add ${MEETME_EXIT_CONTEXT}, 3) Allow SIP call parking with supervised transfer, 4) Only create parking entries when calls actually get parked, 5) Add "sunshine" song, 6) Update hardware documentation, 7) Don't load empty strings from history file
21 years ago
Mark Spencer 76913125d8 Create initial framework for single channel support
21 years ago
Mark Spencer 5abc3ecb56 Don't reload subchannels of wild card endpoint on reload.
21 years ago
Mark Spencer 358ff9f7d6 Make sure it's really a dotted IP (bug #2198)
21 years ago
Mark Spencer fbe6024753 Fix reload with wildcard endpoint
21 years ago
Mark Spencer 70b3ab34a8 Uhm, that should be 0!
21 years ago
Mark Spencer c4bfcdeec5 Create manager show channels comamnd (#2186) to monitor zap channel status
21 years ago
Mark Spencer 2de01f7b7e Send proper contact in 200 OK to REGISTER
21 years ago
Mark Spencer 0369242c4c Fix information elements
21 years ago
Mark Spencer a70d444333 Improve debugging of RTP ports (bug #2131, heavily modified)
21 years ago
Mark Spencer 64e1166e6f Reset conferencing on final hangup (bug #2172)
21 years ago
Mark Spencer 57b6515d82 Fix potential overflow in H.323
21 years ago
Malcolm Davenport a322c6f411 chan_h323 Makefile change for Bug #2064. Also back out changes for Bug #2115..next time read carefully. :)
21 years ago
Mark Spencer 943133953e Fix little unregister buglet
21 years ago
Malcolm Davenport 9b0b4bf041 Bug # 2115: Allow Caller TON to be retrieved in the dialplan
21 years ago
Malcolm Davenport 183fb08ee6 Bug # 2181: Support the PING event in MGCP.
21 years ago
Mark Spencer 3329f8154e Add default username patch (bug #2178)
21 years ago
Mark Spencer b4f6d91eda Default port to 5060
21 years ago
Mark Spencer 0f93207cda Clear things out for the bearer too
21 years ago
Mark Spencer 43866cf0d9 Don't get stuck looping when looking for CRV's
21 years ago
Mark Spencer deb02a000f Add "username" to sip show peer (bug #2163) as well as a few config cleanups
21 years ago
Mark Spencer a57ad69b53 Fix "ZapOffHook" (bug #2161)
21 years ago
Mark Spencer 71f41a06dc Make ACK sticky too (bug #2134)
21 years ago
Mark Spencer a395d75a91 Make request URI in CANCEL match that of the original INVITE exactly (bug #2134)
21 years ago
Mark Spencer e4d4c93bd8 Merge ALSA fixes (bug #2145)
21 years ago
Mark Spencer 00f3bf560b Make sure index >= 0 before initializing
21 years ago
Mark Spencer 5bd8cf6cde Swap subs before releasing lock
21 years ago
Mark Spencer 9e789de703 Work properly on a reload
21 years ago
Mark Spencer d1ad2a695d Turn off DTMF generally in MGCP and make option to enable RFC2833 or in-band
21 years ago
Mark Spencer d0c1882cf7 Make sure we release the correct lock!
21 years ago
Mark Spencer 0abd9ec096 Fix potential transfer seg
21 years ago
Mark Spencer 6f5eb3b8fa Create one generally useful runtime option and one compile time option to work around bugs in the DPH100M phone (bug #2122)
21 years ago
Mark Spencer 4eedf0cd2e Sometimes we get subunalloced, gotta free lock first
21 years ago
Mark Spencer 630ca201d6 Oops
21 years ago
Mark Spencer bf17aa1eca Hold lock for three-way channel (bug #2107)
21 years ago
Mark Spencer 35ffb12ae8 Work on copy of firmware so that it doesn't get corrupted on a "make install" (bug #2106)
21 years ago
Mark Spencer 7ab67c9fba Remove quotes from MD5 (bug #2116)
21 years ago
Jeremy McNamara 0afbb8bcbf clean up warnings, and re-add a return, how did that get removed?
21 years ago
Jeremy McNamara 0bb8d95674 more changes to properly copy the call token and a small code optimization
21 years ago
Jeremy McNamara 405d0be9fe const is evil?
21 years ago
Mark Spencer e252af2152 Fix user agent on reload
21 years ago
Jeremy McNamara a59c1d2ac4 first attempt to properly copy and then free call detail strings.
21 years ago
Mark Spencer e49aae74d0 Never destroy channel when there is an owner
21 years ago
Mark Spencer f8594ac304 Make sure s is initialized, make FAX_DETECT + OLD_DSP_ROUTINES build
21 years ago
James Golovich eb80683222 Fix chan_zap compiling without libpri
21 years ago
Mark Spencer 5808760bf4 Fix signalling for GR303 FXSKS CPE so we can look like a concentrator
21 years ago
Mark Spencer 73f91fcc44 Grab the Message-ID too
21 years ago
Mark Spencer 463444b391 Don't consider port number in name of peer in create_addr (bug #1974)
21 years ago
Mark Spencer a1cf0fbd43 REduce chattyness
21 years ago
Mark Spencer 569b95352a rename "parking" to "features" in preparation for some more (possibly post 1.0) feature additions
21 years ago
Jeremy McNamara f10148d3e3 actually implement the setting of noFastStart and noH245Tunneling.
21 years ago
Mark Spencer 68070c82d0 Change IAX2 naming convention
21 years ago
Mark Spencer 6b8ecfa35f Add separated dialplan support (bug #2043)
21 years ago
Mark Spencer 3abd26bfdf Don't look for bearers when there are none.
21 years ago
Mark Spencer 03b1d1ea8c Re-listen after MGCP reload (bug #2061)
21 years ago
Mark Spencer b1d55878a7 Implement confirmation for PRI
21 years ago
Mark Spencer eac29e9814 Only apply acking when method matches, too, when not acking a response
21 years ago
Mark Spencer bba1faf910 Last set of strncpy/snprintf updates (bug #2049)
21 years ago
Mark Spencer e167cc89f8 Fix native zap bridging with GR-303
21 years ago
Mark Spencer 05d3d9c25f Fix silly typo (and make order slightly easier to read) bug #2054
21 years ago
Mark Spencer 6e9d4faf61 Build contact without @ sign if there is no extension
21 years ago
Ben Kramer 0a4a5483ae / changed samples from 240 to 160 as per all other drivers
21 years ago
Ben Kramer bab6f6bdf2 / remove extrenous NULL at end of function
21 years ago
Mark Spencer 9cd917c42a Improve SIP history
21 years ago
Mark Spencer 1b9251ad14 If we get 200 OK back on INVITE after we send CANCEL, send ACK *and* send BYE
21 years ago
Mark Spencer 3fdbac912a Use tohost, not the name of the peer
21 years ago
Mark Spencer 3ba284094e Fix silly little seg
21 years ago
Mark Spencer 634521b59b Make code agree with documentation so you can use sip peers
21 years ago
Mark Spencer dd293ed6fe First pass at properly handling account codes in forwarding
21 years ago
Mark Spencer 3c7300d145 Just to be especially nice, only send 100 Trying at the start of parking and don't send the 202 Accepted until the end -- still doesn't help the SNOM. They seem to give dialtone as soon as they send REFER...
21 years ago
Mark Spencer 602d616726 Expire time fix (bug #1996)
21 years ago
Mark Spencer 34ed331f82 Fix Zap buglet, add support for SIP parking -- doesn't seem to work quite right on SNOM.
21 years ago
Mark Spencer 7ca6f85a41 More strcpy / snprintf as part of rgagnon's audit (bug #2004)
21 years ago
Jeremy McNamara 069d045513 fix seg fault condition
21 years ago
Mark Spencer a40e6c115f Fix provisioning for unload/reload
21 years ago
James Golovich c793ab62ff Fix *BSD compilation of iax2-provision.c. We should probably move the IPTOS_MINCOST checking stuff over to a header fle that gets included
21 years ago
Mark Spencer b5780eda44 Use real bind address
21 years ago
Mark Spencer 12b3b6c86e Use proper bind address
21 years ago
Mark Spencer 8ebfe337a7 Extend bindaddr to RTP connections on SIP (bug #1989 et al)
21 years ago
Mark Spencer 28076a9c68 Cleanup SIP formatting, strncpy's strncats and global variable names (bug #1990)
21 years ago
Mark Spencer 18844270c3 When doing rport, remove the ";rport" before adding ";rport=5060"
21 years ago
Malcolm Davenport 5fa70e63a0 Bug #: 1988 Fix compile problem with iax2-provision.c under
21 years ago
Mark Spencer 432bb121f3 Cleanups to the ordering of events in dial, don't freak out on the wrong codec
21 years ago
Mark Spencer 155d84a979 Add IAX provisioning support to Asterisk
21 years ago
Mark Spencer d2f22c57fe Merge Steven Davies latest jitter buffer patch
21 years ago
James Golovich 201849fb42 Fix IAX2 registration time. We want to set reg->refresh to the new value only if its lower not if its higher. (bug 1955)
21 years ago
Mark Spencer 2f911dfba6 Use INET_ADDRLEN (bug #1956) (from airport!)
21 years ago
Malcolm Davenport b94f5ca495 Bug #1952: iaxbuf now declared in chan_iax2.c and chan_sip.c
21 years ago
Mark Spencer 1f1c915fea Merge Steven Davie's timestamp improvements
21 years ago
Mark Spencer e7bd1ce7b9 Remove duplicate declaration (bug #1950)
21 years ago
Mark Spencer ee4a248e6b Make history configurable
21 years ago
Mark Spencer 4d0dd2775a Report checksum failures as such (bug #1942)
21 years ago
Mark Spencer eb6b35b75f Display invalid extension when there is one, fix minor OSP typo, Don't send 200 OK after 403 Forbidden on SUBSCRIBE
21 years ago
Mark Spencer 457528ae86 Don't build old chan_iax by default (oops)
21 years ago
Mark Spencer f97df161f4 Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa's (but #1944)
21 years ago
Mark Spencer 779140b94c Placeholder for GR303-FXSKS signalling (not yet finished)
21 years ago
Mark Spencer 560068617a Make sure pollres is initialized to 0
21 years ago
Mark Spencer ef0128ec41 Allow nat=never mode to work around buggy UNIDEN UIP200 firmware (bug #1935)
21 years ago
Mark Spencer a11c4965b7 If we don't accept a SUBSCRIBE, set needdestroy
21 years ago
Mark Spencer 9b6bd35ed3 Allow custom beep to be specified for agents (bug #1938)
21 years ago
Jeremy McNamara 88eede5218 apply temporary fix to stop people from whining.
21 years ago
Mark Spencer 9127ab071b Add option for in-band progress (bug #1879)
21 years ago
Mark Spencer 05110e85d3 Add ability to send detailed mailbox info (bug #1690)
21 years ago
Mark Spencer df2394af02 Minor cleanups on zap when hangup on callwait
21 years ago
Mark Spencer d9ed36059c Add peercontext parameter for default outbound context (bug #1929)
21 years ago
Mark Spencer 1af31f2c64 Merge cmaj's ZapDND and specific channel status manager commands (bugs #1917, 1918)
21 years ago
Mark Spencer b76935b95c Minor alsa fixes, add "delayreject" option to IAX to implement request of bug #1846)
21 years ago
Mark Spencer 03fbf171a7 Zap NSF merge, major ALSA improvements
21 years ago
Mark Spencer 3db853b428 Merge source cleanups (bug #1911)
21 years ago
Mark Spencer 2fb8ad79c2 Don't munge outgoing call progress when fax enabled (bug #1909)
21 years ago
Mark Spencer c9f168ed0f Add subaddress support (bug #1877)
21 years ago
Mark Spencer fe4b2401bd Handle URL encoded stuff in pedantic checking
21 years ago
Mark Spencer 80c9620612 Add sample config file, implement verification
21 years ago
Mark Spencer 1d473f25dd Add outgoing OSP support (SIP only at this point)
21 years ago
Mark Spencer b0972b8d1f Make sure other drivers also zero delivery (thanks to steven davies)
21 years ago
Mark Spencer f6f67727c6 Merge Ehud's MySQL users support (bug #1815)
21 years ago
Mark Spencer df93792f9c Extend delay slightly
21 years ago
Mark Spencer 08ac005489 Make delay for echo training configurable
21 years ago
Mark Spencer 68248b91f0 Be sure to hold lock during answer
21 years ago
Mark Spencer 7a363d3d17 Small simplification
21 years ago
Mark Spencer 2187465cae Set ${DIALSTATUS} from app_dial, make zap return BUSY on a phone that is busy, update macro-stdexten to demo
21 years ago
Mark Spencer 0f6db9f939 Don't segfault if chan_zap can't load
21 years ago
James Golovich 8801247d76 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
21 years ago
Mark Spencer f5de717d6e Merge Steven Davie's IAX2 jitter buffer enhancements
21 years ago
Mark Spencer 5546e32355 Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
21 years ago
Mark Spencer 652e085d0f Make DTMF mode configurable on ISDN
21 years ago
Mark Spencer e66aef0c05 Can't check outbound without having lock (bug #1886)
21 years ago
Mark Spencer ec3f9d5041 More fixes for remote_party_id
21 years ago