|
|
@1181
|
18 years |
bennylp |
Added PortAudio? build files
|
|
|
@1180
|
18 years |
bennylp |
Initial Makefiles for the third_party components
|
|
|
@1179
|
18 years |
bennylp |
Updated EVC project files with new directory layout
|
|
|
@1178
|
18 years |
bennylp |
Added the VS8 project files
|
|
|
@1177
|
18 years |
bennylp |
Fixed all VS6 and VS8 projects with new third party projects layout
|
|
|
@1176
|
18 years |
bennylp |
mv resample_resample.c resample.c
|
|
|
@1175
|
18 years |
bennylp |
Moved plc, resample, and mp3 to third_party
|
|
|
@1174
|
18 years |
bennylp |
mv resample.c resample_resample.c
|
|
|
@1173
|
18 years |
bennylp |
Brought back the old resample.c
|
|
|
@1172
|
18 years |
bennylp |
mv resample.c resample_speex.c
|
|
|
@1171
|
18 years |
bennylp |
Changed resample to use speex (for now)
|
|
|
@1170
|
18 years |
bennylp |
Moved resample to third_party directory
|
|
|
@1169
|
18 years |
bennylp |
Moved ilbc to third_party directory
|
|
|
@1168
|
18 years |
bennylp |
Split speex, portaudio, and gsm into third_party directory
|
|
|
@1166
|
18 years |
bennylp |
Deleting own copy of of speex and portaudio
|
|
|
@1165
|
18 years |
bennylp |
Locked speex and portaudio in third_party directory to specific revision
|
|
|
@1164
|
18 years |
bennylp |
Added third_party directory
|
|
|
@1163
|
18 years |
bennylp |
Created experimental branch to split 3rd party libraries into a separate …
|
|
|
@1162
|
18 years |
bennylp |
Fixed destination address error when sending RTCP in ICE media transport
|
|
|
@1161
|
18 years |
bennylp |
Added missing NULL getopt sentitel in stateful/stateless proxy samples
|
|
|
@1160
|
18 years |
bennylp |
Added missing NULL getopt sentitel in stateful/stateless proxy samples
|
|
|
@1159
|
18 years |
bennylp |
Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks …
|
|
|
@1158
|
18 years |
bennylp |
Fixed ticket #215: Build error when PJ_HAS_TCP is set to zero (thanks …
|
|
|
@1157
|
18 years |
bennylp |
Handle scenario where ICE check list completes early in the answerer
|
|
|
@1156
|
18 years |
bennylp |
Fixed ticket #214: Error opening sound device is not propagated to …
|
|
|
@1155
|
18 years |
bennylp |
Fixed ticket #213: Error opening sound device is not propagated to …
|
|
|
@1154
|
18 years |
bennylp |
Respond to early check with proper credential
|
|
|
@1153
|
18 years |
bennylp |
Added missing include in pjnath/config.h
|
|
|
@1152
|
18 years |
bennylp |
ICE (work in progress): handle early check that is received before answer
|
|
|
@1151
|
18 years |
bennylp |
Added PJ_STUN_NO_AUTHENTICATE option to disable authentication in STUN …
|
|
|
@1150
|
18 years |
bennylp |
Fixed crash with invalid PDU and added MAGIC-COOKIE attribute for backward …
|
|
|
@1149
|
18 years |
bennylp |
Fixed compile error in stun_client because of last modification in STUN
|
|
|
@1148
|
18 years |
bennylp |
Ticket #212: IM typing indication request is missing route set (thanks …
|
|
|
@1147
|
18 years |
bennylp |
Ticket #211: IM typing indication request is missing route set (thanks …
|
|
|
@1146
|
18 years |
bennylp |
Ticket #209: Added XMLNS for attribute for PIDF document (thanks Tory …
|
|
|
@1145
|
18 years |
bennylp |
Ticket #208: Allow single quotes for attributes in XML (thanks Tory …
|
|
|
@1144
|
18 years |
bennylp |
Fixed potential crash in ICE when adding peer reflexive candidate
|
|
|
@1143
|
18 years |
bennylp |
Ticket #207: Added XMLNS for attribute for PIDF document (thanks Tory …
|
|
|
@1142
|
18 years |
bennylp |
Implement ticket #206: Allow single quotes for attributes in XML (thanks …
|
|
|
@1141
|
18 years |
bennylp |
Added ICE-CONTROLLED and ICE-CONTROLLING attribute, handle ICE 487 error, …
|
|
|
@1140
|
18 years |
bennylp |
Fixed misc bugs with ICE: (1) moved STUN session from candidate to …
|
|
|
@1139
|
18 years |
bennylp |
A little bit of improvement in pj_time_val_normalize()
|
|
|
@1138
|
18 years |
bennylp |
A little bit of improvement in pj_time_val_normalize()
|
|
|
@1137
|
18 years |
bennylp |
Undo ticket #184: removed pj_file_flush() from pjsua-lib since it slows …
|
|
|
@1136
|
18 years |
bennylp |
Undo ticket #185: removed pj_file_flush() from pjsua-lib since it slows …
|
|
|
@1135
|
18 years |
bennylp |
Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua
|
|
|
@1134
|
18 years |
bennylp |
When STUN is used with ICE, SDP media line should show the public IP …
|
|
|
@1133
|
18 years |
bennylp |
Fixed hold/re-INVITE bug when ICE is used
|
|
|
@1132
|
18 years |
bennylp |
Fixed minor error in proxy sample
|
|
|
@1131
|
18 years |
bennylp |
Fixed couple of compilation warnings in STUN and new proxy samples with …
|
|
|
@1130
|
18 years |
bennylp |
Updated project dependencies to pjnath
|
|
|
@1129
|
18 years |
bennylp |
Enable all tests in pjnath-test
|
|
|
@1128
|
18 years |
bennylp |
Fixed Python module because of recent ICE changes in pjsua
|
|
|
@1127
|
18 years |
bennylp |
Ticket #205: merged proxy functionalities from stable to trunk
|
|
|
@1126
|
18 years |
bennylp |
ICE: work in progress
|
|
|
@1125
|
18 years |
bennylp |
Minor fix: set integer type to pj_uint32_t (from unsigned) for TI platform
|
|
|
@1124
|
18 years |
bennylp |
Added pj_cmp_timestamp()
|
|
|
@1123
|
18 years |
bennylp |
More work on stateful proxy sample
|
|
|
@1122
|
18 years |
bennylp |
Added PJSUA API to create request using account config
|
|
|
@1121
|
18 years |
bennylp |
Ticket #204: Implement SIP proxy functionalities (including some samples)
|
|
|
@1120
|
18 years |
bennylp |
Make simpleua work without threads
|
|
|
@1119
|
18 years |
bennylp |
Fixed not enough buffer error with IP helper on XP SP2
|
|
|
@1118
|
18 years |
bennylp |
Removed 3rdparty dir
|
|
|
@1117
|
18 years |
bennylp |
Deleted speex from 3rdparty (will use svn:external instead)
|
|
|
@1116
|
18 years |
bennylp |
Added speex to 3rdparty directory
|
|
|
@1115
|
18 years |
bennylp |
Added 3rdparty directory
|
|
|
@1114
|
18 years |
bennylp |
Added ICE-CONTROLLING and ICE-CONTROLLED STUN attribute types
|
|
|
@1113
|
18 years |
bennylp |
Fixed warnings/errors when logging is disabled
|
|
|
@1112
|
18 years |
bennylp |
Fixed pjnath build warnings/errors on Linux
|
|
|
@1111
|
18 years |
bennylp |
Updated projects and Makefiles with the new pjnath library
|
|
|
@1110
|
18 years |
bennylp |
Created doxygen documentation for PJNATH
|
|
|
@1109
|
18 years |
bennylp |
Fixed ticket #203: Fix error when telephone-event is set as the first …
|
|
|
@1108
|
18 years |
bennylp |
ICE: added media index in pjmedia when handling SDP containing ICE …
|
|
|
@1107
|
18 years |
bennylp |
Fixed ticket #202: Fix telephone-event order in SDP (thanks Chris …
|
|
|
@1106
|
18 years |
bennylp |
ICE: implement RTCP component and cancelling check in progress
|
|
|
@1105
|
18 years |
bennylp |
Fixed ticket #195: The ---contact option was ignored in pjsua
|
|
|
@1104
|
18 years |
bennylp |
ICE (work in progress): use single socket for all candidates in component, …
|
|
|
@1103
|
18 years |
bennylp |
Omit SDP rtcp attribute when RTCP is not present in sockinfo
|
|
|
@1102
|
18 years |
bennylp |
Added generic DNS SRV resolution in pjlib-util
|
|
|
@1101
|
18 years |
bennylp |
ICE (work in progress): implement error codes
|
|
|
@1100
|
18 years |
bennylp |
Added/updated VS8 projects for pjnath
|
|
|
@1099
|
18 years |
bennylp |
ICE (work in progress): implemented server reflexive candidate
|
|
|
@1098
|
18 years |
bennylp |
ICE (work in progress): integration with PJSUA
|
|
|
@1097
|
18 years |
bennylp |
ICE (work in progress): implemented ICE media transport
|
|
|
@1096
|
18 years |
bennylp |
Final ICE stream transport
|
|
|
@1095
|
18 years |
bennylp |
Tested simple ICE with data
|
|
|
@1094
|
18 years |
bennylp |
Completed initial test for ICE
|
|
|
@1093
|
18 years |
bennylp |
Added pjnath-test
|
|
|
@1092
|
18 years |
bennylp |
ICE complete, ready for testing
|
|
|
@1091
|
18 years |
bennylp |
s/stun_setting/stun_config
|
|
|
@1090
|
18 years |
bennylp |
s/stun_endpoint/stun_setting
|
|
|
@1089
|
18 years |
bennylp |
Today's work
|
|
|
@1088
|
18 years |
bennylp |
Fixed compilation error in TLS transport because of recent changes in …
|
|
|
@1087
|
18 years |
bennylp |
Fixed ticket #191: PUBLISH request in pjsua is not initialized with …
|
|
|
@1086
|
18 years |
bennylp |
Fixed ticket #190: PUBLISH request in pjsua is not initialized with …
|
|
|
@1085
|
18 years |
bennylp |
--
|
|
|
@1084
|
18 years |
bennylp |
Fixed ticket #189: Error parsing compact form of SIP header (thanks Tobias …
|
|
|
@1083
|
18 years |
bennylp |
Fixed ticket #188: Error parsing compact form of SIP header (thanks Tobias …
|
|
|
@1082
|
18 years |
bennylp |
Fixed ticket #189: Error parsing compact form of Via header (thanks Tobias …
|
|
|
@1081
|
18 years |
bennylp |
Fixed ticket #188: Error parsing compact form of Via header (thanks Tobias …
|
|
|