Hello guys, I am trying to configure some phones without logging in the web page (only ipbx), i created a custom context with a specific dial plan and a group of two phones, everything works correctly but when i get an inbound call direct to a group, the name of recording and the data in the CDR report the number of group, there is a way to set the number of who answered?
In vicidial I've configured a DID that route the call in the extension 200
[officemc]
exten => _*.,1,AGI(agi-NVA_recording.agi,NONE------N---N---Y---N)
exten => _*.,n,Goto(default,${EXTEN},1)
exten => _*.,n,Dial(SIP/${EXTEN:1}@trunk1,,tTo)
exten => _*.,n,Hangup
exten => 200,1,AGI(agi-NVA_recording.agi,NONE------Y---N---Y---N)
exten => 200,n,Dial(SIP/1004&SIP/1005,30)
exten => 200,n,Hangup()
thanks