{
        {
            CTRL := {
                ConnectionId := {
                    Protocol := udp,
                    Local := {
                        IpAddr := {
                            V4 := {
                                Addr := "192.168.0.3"
                            }
                        },
                        Port := 5060
                    },
                    Remote := {
                        IpAddr := OMIT,
                        Port := OMIT
                    }
                },
                Ind := {
                    UDP := {
                        SocketCnf := true
                    }
                }
            }
        }
    }