@ChannelHandler.Sharable public final class UAS extends io.netty.channel.SimpleChannelInboundHandler<SipMessageEvent>
sipp -sn uac 127.0.0.1:5060This will start SIPp using the 'uac' scenario, i.e., SIPp will act as a client and execute a call setup/teardown flow, which is SIPs way of making a "phone call".
| Constructor and Description |
|---|
UAS() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
SipMessageEvent event) |
static void |
main(java.lang.String[] args) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredhandlerAdded, handlerRemoved, isSharableprotected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
SipMessageEvent event)
throws java.lang.Exception
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<SipMessageEvent>java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2015. All Rights Reserved.