telecom

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client wraps the gRPC ManagerService client.

func NewClient

func NewClient(cc grpc.ClientConnInterface) *Client

NewClient creates a new telecom client.

func (*Client) AcceptHandover

func (c *Client) AcceptHandover(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error

AcceptHandover calls the AcceptHandover RPC.

func (*Client) AcceptRingingCall0

func (c *Client) AcceptRingingCall0(ctx context.Context) error

AcceptRingingCall0 calls the AcceptRingingCall0 RPC.

func (*Client) AcceptRingingCall1_1

func (c *Client) AcceptRingingCall1_1(ctx context.Context, arg0 int32) error

AcceptRingingCall1_1 calls the AcceptRingingCall1_1 RPC.

func (*Client) AddCall

func (c *Client) AddCall(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, arg4 int64) error

AddCall calls the AddCall RPC.

func (*Client) AddNewIncomingCall

func (c *Client) AddNewIncomingCall(ctx context.Context, arg0 int64, arg1 int64) error

AddNewIncomingCall calls the AddNewIncomingCall RPC.

func (*Client) AddNewIncomingConference

func (c *Client) AddNewIncomingConference(ctx context.Context, arg0 int64, arg1 int64) error

AddNewIncomingConference calls the AddNewIncomingConference RPC.

func (*Client) CancelMissedCallsNotification

func (c *Client) CancelMissedCallsNotification(ctx context.Context) error

CancelMissedCallsNotification calls the CancelMissedCallsNotification RPC.

func (*Client) CreateManageBlockedNumbersIntent

func (c *Client) CreateManageBlockedNumbersIntent(ctx context.Context) (int64, error)

CreateManageBlockedNumbersIntent calls the CreateManageBlockedNumbersIntent RPC.

func (*Client) EndCall

func (c *Client) EndCall(ctx context.Context) (bool, error)

EndCall calls the EndCall RPC.

func (*Client) GetAdnUriForPhoneAccount

func (c *Client) GetAdnUriForPhoneAccount(ctx context.Context, arg0 int64) (int64, error)

GetAdnUriForPhoneAccount calls the GetAdnUriForPhoneAccount RPC.

func (*Client) GetCallCapablePhoneAccounts

func (c *Client) GetCallCapablePhoneAccounts(ctx context.Context) (int64, error)

GetCallCapablePhoneAccounts calls the GetCallCapablePhoneAccounts RPC.

func (*Client) GetDefaultDialerPackage

func (c *Client) GetDefaultDialerPackage(ctx context.Context) (string, error)

GetDefaultDialerPackage calls the GetDefaultDialerPackage RPC.

func (*Client) GetDefaultOutgoingPhoneAccount

func (c *Client) GetDefaultOutgoingPhoneAccount(ctx context.Context, arg0 string) (int64, error)

GetDefaultOutgoingPhoneAccount calls the GetDefaultOutgoingPhoneAccount RPC.

func (*Client) GetLine1Number

func (c *Client) GetLine1Number(ctx context.Context, arg0 int64) (string, error)

GetLine1Number calls the GetLine1Number RPC.

func (*Client) GetOwnSelfManagedPhoneAccounts

func (c *Client) GetOwnSelfManagedPhoneAccounts(ctx context.Context) (int64, error)

GetOwnSelfManagedPhoneAccounts calls the GetOwnSelfManagedPhoneAccounts RPC.

func (*Client) GetPhoneAccount

func (c *Client) GetPhoneAccount(ctx context.Context, arg0 int64) (int64, error)

GetPhoneAccount calls the GetPhoneAccount RPC.

func (*Client) GetRegisteredPhoneAccounts

func (c *Client) GetRegisteredPhoneAccounts(ctx context.Context) (int64, error)

GetRegisteredPhoneAccounts calls the GetRegisteredPhoneAccounts RPC.

func (*Client) GetSelfManagedPhoneAccounts

func (c *Client) GetSelfManagedPhoneAccounts(ctx context.Context) (int64, error)

GetSelfManagedPhoneAccounts calls the GetSelfManagedPhoneAccounts RPC.

func (*Client) GetSimCallManager

func (c *Client) GetSimCallManager(ctx context.Context) (int64, error)

GetSimCallManager calls the GetSimCallManager RPC.

func (*Client) GetSimCallManagerForSubscription

func (c *Client) GetSimCallManagerForSubscription(ctx context.Context, arg0 int32) (int64, error)

GetSimCallManagerForSubscription calls the GetSimCallManagerForSubscription RPC.

func (*Client) GetSystemDialerPackage

func (c *Client) GetSystemDialerPackage(ctx context.Context) (string, error)

GetSystemDialerPackage calls the GetSystemDialerPackage RPC.

func (*Client) GetUserSelectedOutgoingPhoneAccount

func (c *Client) GetUserSelectedOutgoingPhoneAccount(ctx context.Context) (int64, error)

GetUserSelectedOutgoingPhoneAccount calls the GetUserSelectedOutgoingPhoneAccount RPC.

func (*Client) GetVoiceMailNumber

func (c *Client) GetVoiceMailNumber(ctx context.Context, arg0 int64) (string, error)

GetVoiceMailNumber calls the GetVoiceMailNumber RPC.

func (*Client) HandleMmi1

func (c *Client) HandleMmi1(ctx context.Context, arg0 string) (bool, error)

HandleMmi1 calls the HandleMmi1 RPC.

func (*Client) HandleMmi2_1

func (c *Client) HandleMmi2_1(ctx context.Context, arg0 string, arg1 int64) (bool, error)

HandleMmi2_1 calls the HandleMmi2_1 RPC.

func (*Client) HasManageOngoingCallsPermission

func (c *Client) HasManageOngoingCallsPermission(ctx context.Context) (bool, error)

HasManageOngoingCallsPermission calls the HasManageOngoingCallsPermission RPC.

func (*Client) IsInCall

func (c *Client) IsInCall(ctx context.Context) (bool, error)

IsInCall calls the IsInCall RPC.

func (*Client) IsInManagedCall

func (c *Client) IsInManagedCall(ctx context.Context) (bool, error)

IsInManagedCall calls the IsInManagedCall RPC.

func (*Client) IsIncomingCallPermitted

func (c *Client) IsIncomingCallPermitted(ctx context.Context, arg0 int64) (bool, error)

IsIncomingCallPermitted calls the IsIncomingCallPermitted RPC.

func (*Client) IsOutgoingCallPermitted

func (c *Client) IsOutgoingCallPermitted(ctx context.Context, arg0 int64) (bool, error)

IsOutgoingCallPermitted calls the IsOutgoingCallPermitted RPC.

func (*Client) IsTtySupported

func (c *Client) IsTtySupported(ctx context.Context) (bool, error)

IsTtySupported calls the IsTtySupported RPC.

func (*Client) IsVoiceMailNumber

func (c *Client) IsVoiceMailNumber(ctx context.Context, arg0 int64, arg1 string) (bool, error)

IsVoiceMailNumber calls the IsVoiceMailNumber RPC.

func (*Client) PlaceCall

func (c *Client) PlaceCall(ctx context.Context, arg0 int64, arg1 int64) error

PlaceCall calls the PlaceCall RPC.

func (*Client) RegisterPhoneAccount

func (c *Client) RegisterPhoneAccount(ctx context.Context, arg0 int64) error

RegisterPhoneAccount calls the RegisterPhoneAccount RPC.

func (*Client) ShowInCallScreen

func (c *Client) ShowInCallScreen(ctx context.Context, arg0 bool) error

ShowInCallScreen calls the ShowInCallScreen RPC.

func (*Client) SilenceRinger

func (c *Client) SilenceRinger(ctx context.Context) error

SilenceRinger calls the SilenceRinger RPC.

func (*Client) StartConference

func (c *Client) StartConference(ctx context.Context, arg0 int64, arg1 int64) error

StartConference calls the StartConference RPC.

func (*Client) UnregisterPhoneAccount

func (c *Client) UnregisterPhoneAccount(ctx context.Context, arg0 int64) error

UnregisterPhoneAccount calls the UnregisterPhoneAccount RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL