Thanks. I talked to flowroute, and they said that their system tries to connect to me, but cannot, and ends up with a 408 error. So, not much help there, other than maybe some issues with connectivity or modem, etc.
So, in order to test this a bit further, I thought that maybe the signaling goes wrong because I have currently a Vonage phone (VoIP) connected as well. So I decided to disconnect the Vonage router and forward the calls to that number to my system, meaning Vonage does not try to connect to their router but instead forwards the call to Flowroute. When I tried to call the vonage number, my system rang, but when I picked it up, the sound was pretty garbled. So, I decided to reboot the asterisk server and the modem. I waited for a minute, then tried to call the vonage number again. This time I got only silence. Looking at the asterisk log, I found this new line I had not seen before:
WARNING[1883][C-00000001] channel.c: Unable to find a codec translation path: (slin) â (g729)
Checking my trunk, I see that I had g729 enabled, but not slin. g729 was the top codec on my list.
I added the slin to the list, but that did not help.
I then looked at the IVR recording that was supposed to be played (it plays fine in FreePBX) and added a bunch of other formats other than wav. I also re-ordered the codecs and they now are listed in the following order (in the trunk settings): alaw, ulaw, gsm, g726, g722, h264, slin
So, now when I call the vonage number, the warning is gone, and instead I see (after a bunch of normal asterisk log entries):
file.c: <PJSIP/flowroute-00000005> Playing âcustom/ivr1.alawâ (language âenâ)
But I donât hear anything. If I donât respond by pressing a number, the IVR eventually hangs up.
I can also connect the inbound route directly to an extension, which then rings, but there is no sound in either direction.
Now, this is what happens when I call the Vonage number that routes to my system. When I call the system directly from my cellphone, I do NOT see a response in the logs. I just hear a couple of short beeps and get disconnected.
So, I thought I had this all set up, but now it is all weird again, and I am back to square one âŚ