I have a survey campaign running and when the customer press 1 the call is transferred to an EXTENSION,
that extension routes to an InGroup, that ingroup is allowed in other campaign where my closers are.
Everything works fine except when the call get to the closer in the Closer Campaign, all the information in the form, even the phone number is empty.
The extension I'm using to route the call to the inbound group goes like this:
- Code: Select all
exten => _1505,1,Ringing
exten => _1505,2,Wait(2)
exten => _1505,3,answer()
exten => _1505,4,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUP-----SO-----IN_GROUP-----1505-----Closer-----park----------999-----1-----CloserCampaign)
exten => _1505,5,Hangup
I've played with the Call method trying to switch it to CLOSER, VIDLOOKUP and CIDLOOKUP with no luck. And also the campaign.
Some other post had similar issues, but none of them had worked for me.
Any help is appreciated. Thanks in advance.