TECH7Fox / asterisk-hass-integration

Asterisk integration for Home Assistant
57 stars 13 forks source link

Feature request: Be able to monitor analog trunks #78

Closed marceloaf closed 1 year ago

marceloaf commented 1 year ago

Hi! Hope this finds you well! Is it possible to add support for analog trunks as well?

I currently have a grandstream ucm6104 (asterisk based) and am able to monitor the SIP trunks but not the analog trunks. Wondering if this feature could be implemented.

Best regards, Marcelo

TECH7Fox commented 1 year ago

Hi Marcelo,

I thought that devices like the ucm6104 converts FXO and FXS (analog) to SIP peers. How did you configure them?

marceloaf commented 1 year ago

Hi. They are configured as Analog Trunks. There is a separate session for these trunks. See image below:

image

Via AMI I can see their status via AnalogChanlists:

image

marceloaf commented 1 year ago

Here are the configuration details from one of the analog trunks. I tried to get all of the settings in a single page. It is a bit small... If you need more info let me know. image

Best regards. Marcelo

TECH7Fox commented 1 year ago

Interesting. I don't think that's a official AMI action. Maybe from the ucm6104 itself. Do you see any custom modules in modules.conf?

TECH7Fox commented 1 year ago

I don't see any mention of that action or those events in the docs. Or anywhere else for that matter.

marceloaf commented 1 year ago

Interesting. I don't think that's a official AMI action. Maybe from the ucm6104 itself. Do you see any custom modules in modules.conf?

Grandstream is mostly web based. It does not expose the config files or, at least, not that I'm aware of...

marceloaf commented 1 year ago

I don't see any mention of that action or those events in the docs. Or anywhere else for that matter.

I see... Thank you very much for taking a look at it! Best regards...

TECH7Fox commented 1 year ago

Aren't there SIP devices made for the analog devices? Then you could use those.

Anyways, will close this issue since it seems device specific.