I am going to try to explain a little further.
The dialer right now is doing the normal outbound predictive dialing
it has two inbound DIDs already going into ingroups and standard inbound campaigns.
So the hard phones will be a third DID. I need to keep everything else intact.
My dialplan is
exten => _91NXXNXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,n,Dial(SIP/${EXTEN:1}@Airespring,45,TtoR)
exten => _91NXXNXXXXXX,n,Hangup()
So with this dialplan and to keep all other operations intact, what would i need to change in the dialplan or if there is a software setting to do what i needed, what would that be. thanks in advance.