Table of Contents

Switch modem on/off

To change modem state from on to off or vice versa all you need is that command:

svc=admin/modems&params={"callMode":"enable",
			 "id":<long>,
			 "e":<bool>}

Params

Param Description
id modem id
e state:
0 - off,
1 - on

Response

{ }