We have a VoiceGuide system on a fixed IP address connecting to an Asterisk service. The asterisk side is setup as “host=2.3.4.5” (Fixed IP 2.3.4.5 – not the real one of course). Whenever we start dialing, the Asterisk system answers with :
[2018-03-27 09:20:42] ERROR[25077]: chan_sip.c:17760 register_verify: Peer 'YYYYYYY is trying to register, but not configured as host=dynamic
[2018-03-27 09:20:42] NOTICE[25077]: chan_sip.c:28633 handle_request_register: Registration from '<sip:YYYYYYY@6.7.8.9>' failed for '2.3.4.5:1027' - Peer is not supposed to register
Since we are using host=IP instead of host=dynamic, we don`t need registration. How do we configure VoiceGuide NOT to register but just to reach that server knowing that it doesn`t require registration?
All examples on the online documentation uses registrations.
Does voiceguide require Asterisk to use host=dynamic?