aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-10-17importing files for 1.2.13 releasekpfleming3-0/+3740
2006-10-17Creating tag for the release of asterisk-1.2.13kpfleming0-0/+0
2006-10-17Don't create a "real" pvt structure for requests that shouldn't be able to cr...file1-23/+59
2006-10-17Fix an integer signedness problem.qwell1-0/+4
2006-10-17provide licensing language for IAXy firmware filekpfleming1-0/+12
2006-10-17After some research, we realized that the default behaviour since a longoej2-11/+1
2006-10-16Use responses rather then replies even though they mean the same thing.file2-9/+9
2006-10-16Add 'ignoreoodreplies' option which will not create a pvt structure on a SIP ...file2-1/+15
2006-10-14Made a small update to solve bug 8128; The switch-case fallthru goto to a pat...murf1-1/+27
2006-10-13don't drop the entire permit/deny list when an attempt is made to add an inva...kpfleming1-2/+2
2006-10-13avoiding warning, fixing potential bug (backported from 1.2)crichter1-0/+2
2006-10-13Turn on volume adjustment if it needs to be on (issue #8136 reported by mnich...file1-4/+15
2006-10-13when sending a call to a peer, use the proper socket if we have multiple bind...kpfleming1-0/+3
2006-10-13Pass the right value to usleep for sleeping, and always add the background re...file1-9/+9
2006-10-13fixed some echocandisable issues when bridged. this caused a kernel panic som...crichter2-5/+7
2006-10-13fixed issue, that the hangupcause got a wrong isdn cause at RELEASE_COMPLETEcrichter1-5/+12
2006-10-12ensure that IAX2 and SIP sockets allow UDP fragmentation when running on Linu...kpfleming4-0/+31
2006-10-10(re)added support of dynamical enabling hdlc on bchannelscrichter2-1/+5
2006-10-09Issue #8101 - wrong parameter for screening in remote-party-idoej1-19/+21
2006-10-06Even more frames to treat as though the remote side disappeared (issue #8097 ...file1-0/+7
2006-10-05Treat busy control frames as hangup in the file streaming core (issue #8097 r...file1-0/+1
2006-10-05fixed segfault which happens during hold/transfer actioncrichter1-1/+1
2006-10-05fix Polycom presence notification againkpfleming1-3/+5
2006-10-04remove workaround for old Polycom firmware SUBSCRIBE requestskpfleming1-3/+4
2006-10-04For bug 7776, I have inserted a warning about Macro nesting vs. stack limitat...murf1-1/+7
2006-10-04if INFORMATION Message come with keypad instead of called party number, we ju...crichter1-0/+6
2006-10-04added the option 'reject_cause' to make it possible to set the RELEASE_COMPLE...crichter6-26/+95
2006-10-03fix a logic error in my previous fix to the queue reload codekpfleming1-3/+7
2006-10-02Change the fd on the I/O context in case it changed during the reload, which ...file1-1/+6
2006-10-02We should be using $AST_SBIN instead of hardcoding the path for the error mes...file1-1/+1
2006-10-02Shrink when current_ioc is unused. It is set to -1 when unused, not 0. (issue...file1-1/+1
2006-10-02fixed the hold/retrieve/transfer issues, removed a useless bc field, added se...crichter3-88/+170
2006-10-01Fix the name of the "eventmemberstatus" option in the sample queues.confrussell1-2/+2
2006-09-29proper fix for ast_group_t changekpfleming1-3/+3
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file13-24/+21
2006-09-28fix buggy (and overly complex) loop used during reload of app_queue for stati...kpfleming1-17/+15
2006-09-28 app_queue is comparing the device names incorrectly while checking their sta...bweschke1-2/+16
2006-09-28eliminate compiler warning introduced by recent changeskpfleming1-1/+1
2006-09-28Stop the stream after waitstream returns so that our formats get restored. (i...file1-1/+6
2006-09-28 Fix race condion crash with get_member_status (#7864 - tim_ringenbach report...bweschke1-1/+4
2006-09-27Avoid inability to lock directory log message by creating the directory ahead...tilghman1-1/+3
2006-09-27Playback() wasn't setting PLAYBACKSTATUS under several circumstances.qwell2-5/+6
2006-09-27Fix a problem that occurred if a user entered a digit that matched a bridgerussell2-9/+12
2006-09-27fixed a bug which led to chan_list zombies, when the call could not be proper...crichter3-26/+9
2006-09-26Back in revision 4798, this message was changed from using ast_cli() to directlyrussell1-1/+1
2006-09-26I changed the channel structure... let's be sure this gets updated!file1-1/+1
2006-09-26Use proper type to represent the group variable (issue #8025 reported by makoto)file2-3/+3
2006-09-26When parsing the sections of voicemail.conf that contain mailbox definitions,russell1-2/+3
2006-09-25Two bugs when forwarding voicemail (Issue 7824):tilghman1-78/+1
2006-09-24Check to see if the channel that is activating the IAXPEER function is actuallyrussell1-0/+5