summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Collapse)Author
2007-11-03Changed Service-Route processing to append S-R to existing route set rather ↵Benny Prijono
than overwriting them git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1542 74dad513-b988-da41-8d7b-12977e46ad98
2007-11-03Fixed wrong comment on audio_frame_ptime default valueBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1541 74dad513-b988-da41-8d7b-12977e46ad98
2007-11-03Allow empty reason phrase in SIP responses during parsing (thanks Roman Puls)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1540 74dad513-b988-da41-8d7b-12977e46ad98
2007-11-03Ticket #410: Endless authentication retries when 401/407 response contains ↵Benny Prijono
no challenge git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1539 74dad513-b988-da41-8d7b-12977e46ad98
2007-11-01More ticket #385: 100rel support should be enabled by defaultBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1538 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-31Ticket #408: Route set shouldn't be updated once it has been set (thanks ↵Benny Prijono
Anshuman S. Rawat) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1537 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-31Ticket #407: keep-alive for UDP transports in PJSUA-LIBBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1536 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-31Ticket #406: New PJSUA API to update buddy's presence subscriptionBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1535 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-31Ticket #405: Subscribe to buddy presence upon receiving incoming ↵Benny Prijono
subscription from the buddy git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1534 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-31More ticket #399: added PJSUA API to retrieve the remote NAT typeBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1533 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-30Added pjsua_get_var() to access pjsua_var from a DLL (thanks Tomas Valenta)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1529 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-25Added assertion which checks if evsub module has been registered before ↵Benny Prijono
other calls pjsip_evsub_register_pkg() (thanks Alexander Agranovsky) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1522 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-25Fixed wrong doxygen documentation for various AUTH settings (thanks ↵Benny Prijono
Alexander Agranovsky) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1521 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-25Continuing ticket #400: Only process Service-Route header if ↵Benny Prijono
enable_service_route (--service-route option in pjsua) is set git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1520 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-24Fixed ticket #402: Endless error loop when TCP accept() continuously returns ↵Benny Prijono
error git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1519 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-24Fixed ticket #401: Unable to register when account URI contains display nameBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1518 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-21Fixed compilation warning in sip_auth_client.c about unreachable code when ↵Benny Prijono
AKA is not used (thanks Jim Gomes) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1514 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-21Changed default AEC/EC tail length (PJSUA_DEFAULT_EC_TAIL_LEN) from 800 ms ↵Benny Prijono
to 200 ms since we now have much better sound latency git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1513 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-18Updated Service-Route calculationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1508 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-18Ticket #400: initial support for Service-Route header, still untestedBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1507 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-18Updated VS2005 and eVC projects with new base64 and AKA filesBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1505 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-16More ticket #399: added callback to report NAT detection result, and sends ↵Benny Prijono
NAT type in SDP git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1501 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-15Continuing ticket #396: tested digest AKAv1, implemented AKAv2, and some ↵Benny Prijono
works in the authentication framework to support it git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1500 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-12Ticket #399: Initial implementation of tool to perform NAT type ↵Benny Prijono
detection/classification git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1495 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-11Fixed compilation warnings with AKA implementationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1492 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-11Ticket #397: Bug with handling large SIP message body (thanks Helmut Wolf)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1491 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-10Fixed build warnings/error on LinuxBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1490 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-10Continuing ticket #396: added PJSIP_HAS_DIGEST_AKAv1_AUTH to enable AKA ↵Benny Prijono
support. Default is disabled, for now git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1489 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-10Ticket #396: initial implementation of digest AKA (akav1-md5) authentication ↵Benny Prijono
for IMS/3GPP git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1488 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-06Fixed bug: resolver did not select securer transport for SIPS URIBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1484 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-06Ticket #393: Added configuration to set basic audio frame length to minimize ↵Benny Prijono
audio latency in pjsua-lib git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1482 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-05Force svn eol-style for WinCE project files to CRLFBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1478 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-05Ticket #391: Added framework to send and receive arbitrary requests within ↵Benny Prijono
call in PJSUA-LIB, with samples to send/receive DTMF with INFO in pjsua application git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1477 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-05Related to ticket #95: bug in TLS transport: keep-alive timer is not ↵Benny Prijono
cancelled when transport is destroyed git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1476 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-04Related to ticket #5: fixed compilation warnings on gccBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1475 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-04Related to ticket #385: fixed gcc compilation warningsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1474 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-04Ticket #95: Keep-alive mechanism for TCP and TLS transportsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1473 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-04Ticket #390: Register session will keep transport instance so that ↵Benny Prijono
keep-alive is sent git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1472 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-04Ticket #389: Added new commands in pjsua to change codec priorities and send ↵Benny Prijono
UPDATE git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1471 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-04Related to ticket #385: fixed bug in pjsua-lib: 100rel module is not ↵Benny Prijono
initialized because PJSIP_HAS_100REL macro has been removed git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1470 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-03Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1469 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-01Related to ticket #385: bug in 100rel causing 2xx response to be queued ↵Benny Prijono
indefinitely when UAS previously sent 1xx response with SDP git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1467 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-01Fixed ticket #387: UAS dialog should add Contact header in 1xx responseBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1466 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-01Fixed ticket #386: Over-deinitialize sound subsystem in pjsua_media.c ↵Benny Prijono
(thanks Jiandong Ruan) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1465 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-30Fixed compilation error in sip_100rel.c when c++ mode is usedBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1464 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-30Ticket #385: Support for reliable provisional response (100rel, PRACK)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1463 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-30Changed pjsip_tx_data obj_name to be consistent with its pool obj_nameBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1462 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-30Reverted back CSeq data type to signed 32bit integerBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1461 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-30Changed CSeq data type in dialog to 32bit (instead of 31bit)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1460 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-30Changed initial sequence number randomization to produce number in 15bit ↵Benny Prijono
instead, to assist troubleshooting git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1459 74dad513-b988-da41-8d7b-12977e46ad98