File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 122
122
protocol =" org.mobicents.servlet.sip.startup.SipProtocolHandler"
123
123
signalingTransport =" ws" />
124
124
125
+ <!-- Define the default Secure SIP Over WebSockets Connector -->
126
+ <Connector port =" 5083"
127
+ ipAddress = " 127.0.0.1"
128
+ protocol =" org.mobicents.servlet.sip.startup.SipProtocolHandler"
129
+ signalingTransport =" wss" />
130
+
125
131
<!-- An Engine represents the entry point (within Catalina) that processes
126
132
every request. The Engine implementation for Tomcat stand alone
127
133
analyzes the HTTP headers included with the request, and passes them
Original file line number Diff line number Diff line change 121
121
protocol =" org.mobicents.servlet.sip.startup.SipProtocolHandler"
122
122
signalingTransport =" ws" />
123
123
124
+ <!-- Define the default Secure SIP Over WebSockets Connector -->
125
+ <Connector port =" 5083"
126
+ ipAddress = " 127.0.0.1"
127
+ protocol =" org.mobicents.servlet.sip.startup.SipProtocolHandler"
128
+ signalingTransport =" wss" />
129
+
124
130
<!-- An Engine represents the entry point (within Catalina) that processes
125
131
every request. The Engine implementation for Tomcat stand alone
126
132
analyzes the HTTP headers included with the request, and passes them
You can’t perform that action at this time.
0 commit comments