What does the last part of the channel mean

Can anyone tell me what the last part of the “Channel” entries mean on a report.

SIP/110-00002a3c

Its the 00002a3c that I cant figure out.

Thanks
Russ

The last part is channel dependent. In case of SIP it is the channel global counter expressed as hex:

ast_atomic_fetchadd_int((int *)&chan_idx, +1)

So it is indexed for each time the channel is used, and it is really not something that is useful other than to see how many times a channel is used.

Yeah, btw: I really meant channel driver(technology), when I said “The last part is channel dependent.”