Hi,
using the latest red5(openfire) plugin and got following problem:
Using openfire/sip plugin/red5/sparkweb or openfire/red5/red5phone
Registration to sip server successful.
But after 30 seconds when I make a call from the red5 to sip server the
call will be droped.
In the log I got following:
SipProvider-5070: using transport tls
SipProvider-5070: Resolving host address 'domain.com'
SipProvider-5070: Sending message to tls:192.168.1.1:5060
SipProvider-5070: WARNING: Unsupported protocol (tls): Message discarded
AckTransactionClient#3: changed transaction state: T_Terminated
When I call from a sip deskphone (e.g. cisco / openstage) to red5 the call works
very well.
What I could see is that the sip deskphone send following:
sip:4625@192.168.1.34:5060;transport=udp
When I call from the red5:
sip:4624@192.168.1.34:5060
I cannot change the sip server. So how can I fix the red5 plugin to send
what transport protocol is used?
Thanks in advanced for your help
Cheers.