Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
Here is the setting of the new provider in the extensions.conf:
;New VOIP
exten => _1.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1.,2,Dial(SIP/${EXTEN}@newvoip)
exten => _1.,3,Hungup
;New VOIP long distance
exten => _011.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _011.,2,Dial(SIP/${EXTEN}@newvoip)
exten => _011.,3,Hungup
; This 'o' Dial flag is VERY important for VICIDIAL on outbound calls
...
exten => _1.,2,Dial(SIP/${EXTEN}@newvoip,,To)
...
exten => _011.,2,Dial(SIP/${EXTEN}@newvoip,,To)
Users browsing this forum: Google [Bot] and 43 guests