... | ... | @@ -10,7 +10,7 @@ Main Activity also hosts all the log in and log out logic. Main activity's workf |
|
|
|
|
|
1. Check & ask for Audio Recording Permission
|
|
|
2. Build AppConfig.
|
|
|
3. Restart SIP functionalites
|
|
|
3. Restart SIP.
|
|
|
4. Start the service that Listenes for Incoming calls
|
|
|
5. Let user start any Outgoing Call Activity.
|
|
|
6. Log in and out of accounts.
|
... | ... | @@ -24,17 +24,12 @@ In this activity You can start an outgoing call by typing the number in the edit |
|
|
|
|
|
Finally You can Change Login Credentials from the panel below as well as view call logs.
|
|
|
|
|
|
![main_logs](uploads/ce2f91b0e487f6e5c18fd6bc89055841/main_logs.jpg)
|
|
|
![main_settings](uploads/c7a1aa424c15da38d8f9be9e9e835f2a/main_settings.jpg)
|
|
|
|
|
|
<a href="url"><img src="uploads/ce2f91b0e487f6e5c18fd6bc89055841/main_logs.jpg" width="350" ></a>
|
|
|
<a href="url"><img src="uploads/c7a1aa424c15da38d8f9be9e9e835f2a/main_settings.jpg" width="350" ></a>
|
|
|
|
|
|
## CallWindowActivity
|
|
|
This Activity is shown when there is an active call going on which may either be incoming or outgoing. End Call Button ends any call but Accept Call button only shows up it is an incoming call. The Call states durations etc are shown up in this layout.
|
|
|
|
|
|
![call_incoming](uploads/2826e0002a67d5a8f40aa53ccc2bfbb9/call_incoming.jpg)
|
|
|
![call_connected](uploads/814b3509de12c62bc0101e38fd450405/call_connected.jpg)
|
|
|
|
|
|
<a href="url"><img src="uploads/2826e0002a67d5a8f40aa53ccc2bfbb9/call_incoming.jpg" width="350" ></a>
|
|
|
<a href="url"><img src="uploads/814b3509de12c62bc0101e38fd450405/call_connected.jpg" width="350" ></a> |