Pass SIP INFO between two connected SIP peers

Can Asterisk pass SIP INFO request to the connected peer? I have SIP phone connected to AudioCodes FXO gateway through Asterisk. The gateway sends SIP INFO in case there is another incoming call (call waiting service from CO line connected to the gateway). Is there any way to pass the information to the SIP phone? Currently Asterisk sends 415 back. Thanks in advance.

INFO sip:6296@10.5.225.20:5060 SIP/2.0
Via: SIP/2.0/UDP 10.5.225.14;branch=z9hG4bKac2122116944
Max-Forwards: 70
From: “Marlborough MA” sip:5086832579@10.5.225.14;tag=1c2069224111
To: sip:6296@10.5.225.20;user=phone;tag=as50f77af8
Call-ID: 20692236121732000203823@10.5.225.14
CSeq: 2 INFO
Contact: sip:5086832579@10.5.225.14:5060
Supported: em,timer,replaces,path,resource-priority
Allow: REGISTER,OPTIONS,INVITE,ACK,CANCEL,BYE,NOTIFY,PRACK,REFER,INFO,SUBSCRIBE,UPDATE
User-Agent: Audiocodes-Sip-Gateway-/v.5.80A.023.006
Content-Type: application/broadsoft
Content-Length: 85

play tone CallWaitingTone1
Calling-Number:5082641312
Calling-Name:Cell Phone MA

No. It is a a back to back user agent which does not use SIP internally.

I don’t believe it can pass MWI through, but I may have missed something, particularly in the latest version.