nathan at robotics.net Guest
|
Posted: Fri Jul 02, 2021 9:06 am Post subject: [Freeswitch-users] MESSAGE to UAS |
|
|
I have some WebRTC clients that I am sending events to with SIP MESSAGEs. That is working just fine, I now need the clients to be able to send MESSAGEs to the server for some new functionality. The problem is even if I use In-dialog MESSAGE FreeSWITCH won't forward to the server I think because the server is not registered. Is there any way around this?
recv 607 bytes from wss/[50.210.153.253]:44690 at 07:53:19.925923:
------------------------------------------------------------------------
MESSAGE sip:Support_en@troc.vocinity.com ([email]sip%3ASupport_en@troc.vocinity.com[/email]) SIP/2.0
Via: SIP/2.0/WSS om8id4d0cugn.invalid;branch=z9hG4bK7703475
Max-Forwards: 69
To: <sip:Support_en@troc.vocinity.com ([email]sip%3ASupport_en@troc.vocinity.com[/email])>
From: <sip:3YazwD2@troc.vocinity.com ([email]sip%3A3YazwD2@troc.vocinity.com[/email])>;tag=qhkvmlhr0h
Call-ID: dv5c1uqflbem9a8lme1a
CSeq: 1295 MESSAGE
Content-Type: text/plain
Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER,INFO,NOTIFY
Supported: outbound
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
Content-Length: 50
{"type":"unmute","call-id":"dv5c1uqflbem9a8lme1a"}
send 490 bytes to wss/[50.210.153.253]:44690 at 07:53:19.926308:
------------------------------------------------------------------------
SIP/2.0 202 Accepted
Via: SIP/2.0/WSS om8id4d0cugn.invalid;branch=z9hG4bK7703475;received=50.210.153.253;rport=44690
From: <sip:3YazwD2@troc.vocinity.com ([email]sip%3A3YazwD2@troc.vocinity.com[/email])>;tag=qhkvmlhr0h
To: <sip:Support_en@troc.vocinity.com ([email]sip%3ASupport_en@troc.vocinity.com[/email])>;tag=9j4pppXHB0jNe
Call-ID: dv5c1uqflbem9a8lme1a
CSeq: 1295 MESSAGE
Contact: <sip:204.89.189.51>
User-Agent: Vocinity, Inc.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: path, replaces
Content-Length: 0
2021-07-02 07:53:19.925647 [WARNING] sofia_presence.c:221 Not sending to local box for Support_en@troc.vocinity.com (Support_en@troc.vocinity.com)
2021-07-02 07:53:19.925647 [ERR] sofia_presence.c:272 Chat proto [sip]
from [<sip:3YazwD2@troc.vocinity.com ([email]sip%3A3YazwD2@troc.vocinity.com[/email])>;tag=qhkvmlhr0h]
to [Support_en@troc.vocinity.com (Support_en@troc.vocinity.com)]
{"type":"unmute","call-id":"dv5c1uqflbem9a8lme1a"}
Nobody to send to: Profile internal
nathan stratton |
|