- Joined
- Jun 9, 2021
- Messages
- 15
- Reaction score
- 2
I've been handed a Patton SN200 FXS device and a POTS line that connects with an elevator emergency call button, and been told to make them play nice together - The documentation I've been finding has been less than stellar. I was wondering if someone could point me in the direction of some resources and/or look at my configuration and let me know if I'm barking up the wrong tree or what.
Additional background: The device is registered to 3cx as an FSX device with ext# 16901, and the device does show up as registered in 3cx, so that part is working.
Here's the relevant bit:
Would I be correct in assuming that I could remove the RT_TO_FXS routing table after testing has finished, because we don't need the ability for the elevator to receive calls - or would that be inadvisable for a reason I'm not considering?
Thank you if you've read this far!
Additional background: The device is registered to 3cx as an FSX device with ext# 16901, and the device does show up as registered in 3cx, so that part is working.
Here's the relevant bit:
Is this correct? Are there other portions of the configuration that would need attention? Is this device actually capable of doing what I'm trying to get it to do?context cs SWITCH
digit-collection timeout 1
no digit-collection terminating-char
address-completion timeout 1
mapping-table calling-e164 to calling-name MT_EXT_TO_NAME
map 16901 to "Elevator"
mapping-table called-e164 to called-e164 MT_HOTLINE
map default to 16002 ## Ext to be dialed
map default to ""
routing-table called-e164 RT_TO_FXS
route 16901 dest-interface IF_FXS_00
routing-table called-e164 RT_HOTLINE
route default dest-interface IF_SIP_3CX MT_HOTLINE
interface sip IF_SIP_3CX
bind context sip-gateway GW_SIP_3CX
route call dest-table RT_TO_FXS
remote (3cx ip) 5060
local (SN200 ip) 5060
hold-method direction-attribute sendonly
trust remote
interface fxs IF_FXS_00
route call dest-table RT_HOTLINE
Would I be correct in assuming that I could remove the RT_TO_FXS routing table after testing has finished, because we don't need the ability for the elevator to receive calls - or would that be inadvisable for a reason I'm not considering?
Thank you if you've read this far!