Eltex ECSS-10
RADIUS​
To set up integration between Eltex ECSS-10 and JeraSoft Billing, you need to use CoCon console to execute following commands:
domain/<DOMAIN>/aaa/radius/declare jera_access <JERA_IP> access <SECRET>
domain/<DOMAIN>/aaa/radius/declare jera_account <JERA_IP> account <SECRET>
domain/<DOMAIN>/aaa/access/set servers add jera_access
domain/<DOMAIN>/aaa/access/set my_address <ECSS_10_IP>
domain/<DOMAIN>/aaa/access/set enable true
domain/<DOMAIN>/aaa/accounting/set servers add jera_account
domain/<DOMAIN>/aaa/accounting/set my_address <ECSS_10_IP>
domain/<DOMAIN>/aaa/accounting/set enable true
Replace following values:
Field | Description |
---|---|
<DOMAIN> | Name of the virtual automatic telephone exchange |
<JERA_IP> | Set to the IP of the JeraSoft Billing |
<ECSS_10_IP> | Set to the IP of the ECSS-10 |
<SECRET> | Set to a random value (same as in JeraSoft Billing) |
Sample​
domain/main/aaa/radius/declare jera_account 192.168.56.5 access secret123
domain/main/aaa/radius/declare jera_account 192.168.56.5 account secret123
domain/main/aaa/access/set servers add jera_account
domain/main/aaa/access/set my_address 192.168.56.4
domain/main/aaa/access/set enable true
domain/main/aaa/accounting/set servers add jera_account
domain/main/aaa/accounting/set my_address 192.168.56.4
domain/main/aaa/accounting/set enable true
info
Please use "JeraSoft Billing Common" collector on the JeraSoft Billing side.