The system seems to be adding a “1” prefix automatically on all manual outbound calls.
Campaign settings are:
Dial Method: Inbound_Man
Dial Prefix: 9
Manual Dial Prefix: 9
Dial Plan for calling is:
exten => _9.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9.,2,Dial(${SIPTrunk1}/${EXTEN:1},,tToR)
exten => _9.,3,Hangup
Calling from a SIP phone works fine…but not from GUI. What am I missing here?