SIP trunking problem with Alcatel OmniPCX Enterprise

Hi, I just configured a sip trunk and here is the configuration in Freepbx.

host=192.168.3.78
username=1000
secret=1234567890
type=peer
qualify=yes
context=from-alcatel
insecure=invite,port

When I made a call to Alcatel, I see some strange characters apprended to the SIP header, does anyone know what is that and how to remove? You will see strange characters like %40TO%20OXE appended to the sip invite.

----------------------utf8-----------------------
INVITE sip:991892637**%40TO%20OXE**@192.168.3.78 SIP/2.0
Via: SIP/2.0/UDP 192.168.3.21:5061;branch=z9hG4bK55e0638d;rport
Max-Forwards: 70
From: sip:[email protected]:5061;tag=as02034f74
To: sip:991892637%40TO%[email protected]
Contact: sip:[email protected]:5061
Call-ID: [email protected]:5061
CSeq: 103 INVITE
User-Agent: FPBX-AsteriskNOW-12.0.47(13.0.1)
Proxy-Authorization: Digest username=“1000”, realm="", algorithm=MD5, uri=“sip:991892637%40TO%[email protected]”, nonce=“3bc1afe7e0a28e009826cc48090c32dd”, response=“dbafdb949558e3b2036605362008fa0d”, qop=auth, cnonce=“2bf60eb6”, nc=00000001
Date: Thu, 26 Mar 2015 02:12:12 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 444

%40 is @ %20 is a space character thusly it is attempting to translate to " sip:991892637**@TO OXE**@192.168.3.78 SIP/2.0" , which is basically bogus.

Provide a full call log, identify 192.168.3.21 and 192.168.3.78 and what is your context [from-alcatel] ?

apparently, the strange character is gone after I rebooted the server.

Btw, I am looking at implementing SIP/TLS. cannot seems to find any guide. Issit support?