Hi,
RB411U ROS 4.11
I have a PPP session configured as follows
/interface ppp-client add \
add-default-route=no allow="" data-channel=0 dial-command=ATDT1234567890 dial-on-demand=no \
disabled=no info-channel=0 keepalive-timeout=10 max-mru=1500 max-mtu=1500 modem-init=ATZ \
mrru=disabled name=ppp-out3 null-modem=no password="" phone="" pin="" port=\
serial0 profile=default use-peer-dns=no user=""
However, when it does the dial, it actually sends the string:
ATDT1234567890*99***1#
This is, of course, screwing up the dial.
I have been through an export of the entire configuration export and there is no reference to the additional string ā99**1#ā, so why is it being added?
Many thanks.