| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add a retry count and give up after two attempts.
Also stop auto registration when server is unreachable.
And rename onError() to restartLater() for better readability.
http://b/issue?id=3066573
Change-Id: Icfa65c58546a1e2bf8e59e29584a3926c53c479b
|
|\ \ \
| |/ /
| | |
| | | |
Change-Id: I659ccd9a51e24f217f715178a98eaf6592c258d7
|
| |/
| |
| |
| | |
Change-Id: I0c5dac1097abc924e66dab92d7d03d5051b4fd29
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
into gingerbread
Merge commit 'a785a59c831256f274627f8f8eb77f9d54508916'
* commit 'a785a59c831256f274627f8f8eb77f9d54508916':
SIP: add SERVER_UNREACHABLE error code.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Let SipSession return it when UnknownHostException is caught.
Add DisconnectCause.SERVER_UNREACHABLE in Connection and have SipPhone report
it when receiving SERVER_UNREACHABLE from SipSession.
http://b/issue?id=3061691
Change-Id: I944328ba3ee30c0a9386e89b5c4696d4d9bde000
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
a profile." into gingerbread
Merge commit '3cb2d3be6cb501c77c7a5765d954363125857cca'
* commit '3cb2d3be6cb501c77c7a5765d954363125857cca':
SipService: supply PendingIntent when open a profile.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The SipService used to take an action string and broadcasts an intent with
that action string when an incoming call is received. The design is not safe
(as the intent may be sniffed) and inflexible (can only received by
BroadcastReceiver). Now we use PendingIntent to fix all these.
Companion CL: https://android-git.corp.google.com/g/#change,71800
Change-Id: Id12e5c1cf9321edafb171494932cd936eae10b6e
|
| |
| |
| |
| | |
Change-Id: If0a42ab262ee6aa6381ce95bd49baf232adb01c5
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
gingerbread
Merge commit 'fbd5a59da9a455bc1c54a80bd5b3afeb426a8e3d'
* commit 'fbd5a59da9a455bc1c54a80bd5b3afeb426a8e3d':
RTP: Add a baseline echo suppressor.
|
| |\ |
|
| | |
| | |
| | |
| | | |
Change-Id: I832f1f572f141fd928afe671b12d0b59f2a8e0b1
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '1f34ffd7e36de5d1a12d4a3901c3ac4e4e56cb99'
* commit '1f34ffd7e36de5d1a12d4a3901c3ac4e4e56cb99':
SIP: minor fixes.
|
| |/
| |
| |
| |
| |
| |
| |
| | |
+ Log error instead of crashing app process in SipManager's ListenerRelay.
+ Terminate dialog and transaction in SipSessionGroup.reset().
+ Remove redundant reset() in SipSessionGroup.
Change-Id: Ifbf29d2c9607ffe1a1a50b0c131ee3a4e81a0d0e
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
avoid being disabled." into gingerbread
Merge commit 'c38e6ae40096ec60bc42de663f39dc061b9c90f4'
* commit 'c38e6ae40096ec60bc42de663f39dc061b9c90f4':
RTP: Start AudioRecord before AudioTrack to avoid being disabled.
|
| |\
| | |
| | |
| | | |
into gingerbread
|
| | |
| | |
| | |
| | | |
Change-Id: I96be89fda41d77e2cf5bfc1c2f14e2b109001b57
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
gingerbread
Merge commit '9af6b53676061db6fc9c18300dc7d8258f7306ab'
* commit '9af6b53676061db6fc9c18300dc7d8258f7306ab':
SipService: turn off verbose logging
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
Change-Id: I264662ba17d215d532f58b6ee793e569fe67c334
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '2b133fc07533a853f7de23da4f60a766f4233bed'
* commit '2b133fc07533a853f7de23da4f60a766f4233bed':
RTP: Minor fixes with polishing.
|
| |/
| |
| |
| | |
Change-Id: I50641373989e512fb489b5017edbcfd7848fe8b9
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
into gingerbread
Merge commit 'c79e74ec1d30f95de89568ee645a9b1577ae73b3'
* commit 'c79e74ec1d30f95de89568ee645a9b1577ae73b3':
Add uri field to SipManager.ListenerRelay
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
in case mSession is not available.
Change-Id: Ifee2c129e48aa1177f648f176413ab6aa5606770
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into gingerbread
Merge commit 'f6381ec1da1166e3350d897faae654afb2c21a5a'
* commit 'f6381ec1da1166e3350d897faae654afb2c21a5a':
RTP: Adjust the jitter buffer to 512ms.
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
Change-Id: Ia91c1aa1a03b65dbd329ea98383f370844e2b0c0
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '34552149e4b997d4ed3383fc153faff2bb189066'
* commit '34552149e4b997d4ed3383fc153faff2bb189066':
SipService: add UID check.
|
| |/
| |
| |
| |
| |
| | |
Only allow creator or radio user to access profiles.
Change-Id: I548938f117926bcc878419142d1b5d818a4e70df
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'cbee622954de5e9e0c07557f8ec9aaa741110043'
* commit 'cbee622954de5e9e0c07557f8ec9aaa741110043':
RTP: Enable AMR codec.
|
| |\ |
|
| | |
| | |
| | |
| | | |
Change-Id: I49e6bdc1b67306b44173f2f346f8372a50264870
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '947d2abd82ef68c661fc29fd5167e4c0ba749f71'
* commit '947d2abd82ef68c661fc29fd5167e4c0ba749f71':
SIP: misc fixes.
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
+ Fix keepalive timer event leak due to the race between stopping timer and
the async'ed timeout handler
+ SipSessionImpl: set state before handling an event to ensure we get correct
state when some error occurs during handling the event.
+ Fix potential NPE in SipManager.ListenerRelay.getUri().
Change-Id: I021ee34f83059fd4fbb64b30bea427a5462aa51b
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '1c2eab2d86faa9c647a9893f761a50cfa28d9d57'
* commit '1c2eab2d86faa9c647a9893f761a50cfa28d9d57':
RTP: Enable GSM-EFR codec.
|
| | |
| | |
| | |
| | | |
Change-Id: I9d84009e4557a0a82c1f9d7d543922741be97c77
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
addresses and fix bugs." into gingerbread
Merge commit '1254b9c534c5f027f8928fbb3e743e57d55bd13d'
* commit '1254b9c534c5f027f8928fbb3e743e57d55bd13d':
RTP: Revise the workaround of private addresses and fix bugs.
|
| | |
| | |
| | |
| | | |
Change-Id: Ie654b569f47049aa452eca8d3e6d4a98ac18469c
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Merge commit 'ebfe5632db275a89b49ab828064ba90db59702cf'
* commit 'ebfe5632db275a89b49ab828064ba90db59702cf':
RTP: Enable GSM codec.
RTP: Refactor out G711 codecs into another file.
|
| |\ \
| | |/
| |/|
| | |
| | |
| | | |
* changes:
RTP: Enable GSM codec.
RTP: Refactor out G711 codecs into another file.
|
| | |
| | |
| | |
| | | |
Change-Id: Iae1913fb0643f1c66b5d16f24d51924d363e5ef5
|
| | |
| | |
| | |
| | | |
Change-Id: I38dbefef2315a28d44683e86a51e69f38e3f20ec
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
and AudioRecord." into gingerbread
Merge commit 'df31e03c47cd4caf45d8a58cf1fe5893da48ec6c'
* commit 'df31e03c47cd4caf45d8a58cf1fe5893da48ec6c':
RTP: Delay the initialization of AudioTrack and AudioRecord.
|
| |\ \
| | | |
| | | |
| | | | |
gingerbread
|
| | |/
| | |
| | |
| | |
| | |
| | | |
Related to http://b/3043844.
Change-Id: I2c4fd9f64e6eba597d68b2ea1ceeff83103697db
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
addition to RING" into gingerbread
Merge commit '0d44776016cecf1c7c826c4784f8f867a56235f0'
* commit '0d44776016cecf1c7c826c4784f8f867a56235f0':
SIP: Feedback any provisional responses in addition to RING
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The only exception is TRYING.
Also remove an unused import in SipSessionGroup.
http://b/issue?id=3021865
Change-Id: I160982b0c4b417362f1fb961217db90c3a585ce5
|