You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a new project that i have to implement a RDD (random digit dialing) and I have to generate random numbers from a series of parameters. After the generation, I must validate if the number phone exists. So, that's where PAMI enters. Apparently, the validation is quite simple, if rings (or it's busy or out of area), the number exists so it's valid, if returns 404, the number doesn't exist.
However, I'm a little confused, about how can I catch this returnings from Asterisk. Could someone help?
The text was updated successfully, but these errors were encountered:
Hello,
I'm working on a new project that i have to implement a RDD (random digit dialing) and I have to generate random numbers from a series of parameters. After the generation, I must validate if the number phone exists. So, that's where PAMI enters. Apparently, the validation is quite simple, if rings (or it's busy or out of area), the number exists so it's valid, if returns 404, the number doesn't exist.
However, I'm a little confused, about how can I catch this returnings from Asterisk. Could someone help?
The text was updated successfully, but these errors were encountered: