We have a Teleco provider that support our Asterisk with Vicidial.
The provider has a Mera MVTS Transit Softswitch, and he is accepting our calls over SIP (SIPHIT Version 1.3.12).
The problem we have, is that we do not receive ringback !
If we connect our Asterisk (V. 1.2.24) directly with an Xten software, this works fine, but as soon as we start the Vicidial, we lost the ringback.
Vicidial 2.0.4
We just made all this configuration with no luck:
......
......
; Trunk Out Calls to Provider
exten => _0[69]XXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _0[69]XXXXXXXX,2,Dial(${TRUNKIAX}/01134${EXTEN:1},,r) ; doesn't work (rtT, Ttor, etc)
exten => _0[69]XXXXXXXX,3,Hangup
.......
.......
exten => 7001,1,Dial(SIP/7001,,r) ; doesn't work
exten => 7001,2,Hangup
exten => 7002,1,Dial(SIP/7002,45,r) ; doesn't work
exten => 7002,2,Hangup
exten => 7003,1,Dial(SIP/7003,45,Ttr) ; doesn't work
exten => 7003,2,Hangup
exten => 7004,1,Dial(SIP/7004||r) ; doesn't work
exten => 7004,2,Hangup
exten => 7005,1,Dial(SIP/7005|45|r) ; doesn't work
exten => 7005,2,Hangup
exten => 7006,1,Dial(SIP/7006,45,rtT) ; doesn't work
exten => 7006,2,Hangup
exten => 7007,1,Dial(SIP/7007|r) ; doesn't work
exten => 7007,2,Hangup
Did anyone could help us, in order to configurate the Vicidial to send the ringback ??
Many thanks.