voiceip / tinyphone

Minimalist Windows / OSx / Linux SIP Softphone with API Control
GNU General Public License v3.0
117 stars 36 forks source link

Select account for dail #13

Closed Rysakov1986 closed 3 years ago

Rysakov1986 commented 3 years ago

Hello! How i can use select account for dail? if i have logged more 1 accounts?

{
    "accounts": [
        {
            "active": true,
            "id": 0,
            "name": "901@{{host}}",
            "status": "OK",
            "uri": "sip:901@{{host}}"
        },
        {
            "active": true,
            "id": 1,
            "name": "903@{{host}}",
            "status": "OK",
            "uri": "sip:903@{{host}}"
        }
    ],
    "message": "Accounts"
}

Thx!

kingster commented 3 years ago

This isn't available yet, will get this feature enabled soon.

kingster commented 3 years ago

@Rysakov1986 Can you please try with the build from #18 and try dialling call. API contract for dial API has changed.

image