aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Collapse)AuthorFilesLines
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-11/+11
some places where strlen is used instead of ast_strlen_zero git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26doxygenify the comments for data structures and defines in chan_iax2russell1-146/+146
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6858 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26use an enum instead of #define'd integers in a couple of placesrussell1-15/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6857 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-23Fix segfault when building peer based on IPmarkster1-44/+54
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6846 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-19Allow for obtaining IAX2 call peer (endpoint) IP address with ↵jim1-2/+11
IAXPEER(CURRENTCHAN) function git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6833 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-17Fix queue, iax and sip formatting issues (bug #5449)markster1-9/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6811 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)markster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6791 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-14fix compile error (%d changed to %n)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6790 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-14add missing new linejeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6789 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13Fix naming on realtime peers (bug #5421)markster1-5/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6770 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)markster1-2/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6759 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-12Don't override calling presentation if *name* is present (bug #5405)markster1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6748 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster1-2/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6687 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25Handle authenticating *to* realtime peers (bug #5269)markster1-0/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6648 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15allow minimum/maximum registration intervals to be set on server side (issue ↵kpfleming1-101/+127
#51111) respect server-provided registration interval on client side git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6612 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14don't leave a buffer not filled in when getting a REGACK (issue #5226)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6605 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14ensure that Manager hold/unhold events are generated even for non-bridged ↵kpfleming1-1/+19
channels (issue #4594) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6585 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-09don't use a signed buffer for data that the protocol specifies as unsigned.russell1-1/+1
This fixes an issues with RSA authentication (issue #5148) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6554 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07don't reject REGREL requests (issue #5152)kpfleming1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6544 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-16/+16
convert pbx_dundi to use ast_copy_string) (issue #5134) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6540 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07handle no-peer-specified-in-dial-string gracefully (issue #5132)kpfleming1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6537 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers ↵kpfleming1-12/+23
adjust txgain/rxgain if they are able (only Zap channels at this time) modify app_chanspy to use new gain option reformat app_chanspy to match coding guidelines add user-controlled volume adjustment to app_meetme (issue #4170, heavily modified to actually work on Zap channels) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6519 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-02use unsigned char for data elements and native-signed char for strings ↵kpfleming1-33/+34
(issue #5104) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6508 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-02make chan_iax2 rtupdate behave the same as chan_sipkpfleming1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6501 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-01various devicestate fixes (issue #5081, take two)kpfleming1-3/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6496 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-31stop adding 'username@' to incoming IAX2 channel names, so that they can be ↵kpfleming1-4/+1
properly matched in the device-state system (issue #5081) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6477 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30make chan_sip and chan_iax2 less chatty when not in debug mode (issue #5067)kpfleming1-36/+37
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6457 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-29fix build when NEWJB is not defined (issue #5046)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6434 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23allow more adjustability in peer qualification system (issue #4192 with mods)kpfleming1-22/+55
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6385 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-19Fix IAX2 Provisioningmarkster1-11/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6344 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-09fix a little oopsierussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6316 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)markster1-13/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6315 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-09bridging code cleanups:kpfleming1-17/+15
code style, formatting use enum/symbolic constants for return codes efficiency improvements (zaptel) only disable DTMF detection once per bridge, not every frame (zaptel) ensure VPM DTMF detector is turned off during native bridge git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6312 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-06remove some sillynessrussell1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6295 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-06Fix timestamp + trunking (bug #4891)markster1-16/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6293 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-06formatting fixesrussell1-24/+24
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6292 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-05fix seg faultrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6288 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-04'outgress' should be 'egress'russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6278 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-01make sure that iaxs gets initialized (bug #4856)russell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6251 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25add explanatory comment about timestamp compensation (bug #4763)kpfleming1-5/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6217 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-20_really_ fix IAX2 crazy timestamp problem (bug #4747)kpfleming1-2/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6180 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-19split acl and netsock code into separate files, in preparation for new ↵kpfleming1-8/+14
netsock implementation various minor cleanups git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6165 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15add a library of timeval manipulation functions, and change a large number ↵kpfleming1-91/+36
of usses to use the new functions (bug #4504) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6146 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12Fix IAX2 encryption (really, bug #4500 for reference)markster1-16/+42
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6103 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12allow explicit source address/port selection for peers (bug #4257, with ↵kpfleming1-0/+88
minor mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6096 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6076 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-1/+2
optimize device state related functions add ast_get_channel_by_name_prefix to allow searching for matching channels in O(1) operation git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6062 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6047 f38db490-d61c-443f-a65b-d21fe96a405b