I have never been exposed to SIP type services before, so I have no idea about it. I hope some friends can help me.
I purchased a batch of US virtual numbers. When registering some software, a voice verification code will be sent, and the operator will push the verification code to the SIP server IP (as shown in the picture)
But I have no clue now. I have technical foundation. Can anyone tell me what I should do after setting up FreePBX? How do I monitor the content of incoming calls that my carrier pushes for me.
I think we need more details on what you are trying to do as it’s not clear. At a very high level it comes across as something used as part of a scam or for something illegal and it’s not likely anyone here will help you. So hopefully you can better explain your needs and the legitimacy/legalities of those needs
This is legal, I am an agent of a virtual card operator, we just sell virtual mobile numbers for registration software
In the past, you only needed to accept SMS verification codes, but now you need to accept voice verification codes. I need to use SIP service. But I don’t know how to monitor the verification code I received after setting up FreePBX.
I searched and found that this module is responsible for converting speech to text, but currently I need to use the FreePBX service to receive the speech pushed to me by the operator. How do I set up my ISP, then fill in the image information in the body of my post and correctly receive the voice content pushed to my server by the operator?
[stt-context]
exten = 1,1,Answer
same = n,Wait(1)
same = n,SpeechCreate
same = n,SpeechBackground(hello)
same = n,Verbose(0,Result was ${SPEECH_TEXT(0)})