Skip to content

Problem with dispatcher.list #20

@suharik71

Description

@suharik71

Hi,
I found such a problem. when disptacher.list is flat

{
	NRSETS: 1
	RECORDS: {
		SET: {
			ID: 10
			TARGETS: {
				DEST: {
					URI: sip:192.168.63.110:5061
					FLAGS: AP
					PRIORITY: 0
				}
			}
		}
	}
}

all ok.
but when it has a more advanced format, exporter cannot get data

{
	NRSETS: 1
	RECORDS: {
		SET: {
			ID: 10
			TARGETS: {
				DEST: {
					URI: sip:192.168.63.110:5061
					FLAGS: AP
					PRIORITY: 0
					LATENCY: {
						AVG: 2.446000
						STD: 1.561000
						EST: 2.454000
						MAX: 7
						TIMEOUT: 0
					}
				}
			}
		}
	}
}

func ReadPacket return null array

cookie dispatcher.list [13 29 104 216]
records dispatcher.list []
[]
2020/06/02 18:18:11 [error] type error: type 2 not implemented

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions