Hello to everybody
I have a strange situation, I have one contact that are connected from more one position, for exaple `pjsip show aor 246
pjsip show aor 246
Aor: <Aor..............................................> <MaxContact>
Contact: <Aor/ContactUri............................> <Hash....> <Status> <RTT(ms)..>
==========================================================================================
Aor: 246 2
Contact: 246/sip:246@192.168.0.146:5060 269e3f2fc0 Avail 12.240
Contact: 246/sip:246@192.168.2.46:5060 6bc5fccb40 Avail 7.468
ParameterName : ParameterValue
=================================================
authenticate_qualify : false
contact : sip:246@192.168.0.146:5060
contact : sip:246@192.168.2.46:5060
default_expiration : 3600
mailboxes :
max_contacts : 2
maximum_expiration : 7200
minimum_expiration : 60
outbound_proxy :
qualify_frequency : 550
qualify_timeout : 3.000000
remove_existing : false
remove_unavailable : false
support_path : false
voicemail_extension :
now, i want insert eache number in different queue but the only method is
queue add member PJSIP/246 to 502
I want that the queue 502 respond only sip:246@192.168.2.46:5060
is there a way to achieve this?