Not able to Receive Google voice call

Hi :unamused:

I have successfully installed Asterisk 1.8 and followed the instruction given on wiki pages. I am able to make outbound PSTN call ,. but not able to receive PSTN call to extn 100 as given in the wiki pages.
I am new to Asterisk world and followed closely the wiki pages.
Any suggestion to make incoming call is much appreciated.

wiki.asterisk.org/wiki/display/ … ing+Google

Thanks
MrWxyZ

What does the Asterisk CLI say when a call tries to come in? Did you configure your Google Voice account to forward to Google Chat instead of your mobile or other phone?

Hi malcolmd,
Thanks for the reply.
Yes I did configure Google Voice account to forward to Google Chat instead of your mobile or other phone.

Asterisk CLI says;
[Mar 11 03:43:23] NOTICE[807]: chan_sip.c:23343 handle_request_subscribe: Receiv ed SIP subscribe for peer without mailbox: xxxxxxxxxxxx
[Mar 11 03:44:23] NOTICE[807]: chan_sip.c:23343 handle_request_subscribe: Receiv ed SIP subscribe for peer without mailbox: xxxxxxxxxxxx
[Mar 11 03:44:25] WARNING[1044]: file.c:648 ast_openstream_full: File demo-congr ats does not exist in any format
[Mar 11 03:44:25] WARNING[1044]: file.c:954 ast_streamfile: Unable to open demo- congrats (format 0x4 (ulaw)): No such file or directory
[Mar 11 03:44:25] WARNING[1044]: pbx.c:9363 pbx_builtin_background: ast_streamfi le failed on Gtalk/+1408xxxxxxx-2450 for demo-congrats
[Mar 11 03:44:25] WARNING[1044]: file.c:648 ast_openstream_full: File demo-instr uct does not exist in any format
[Mar 11 03:44:25] WARNING[1044]: file.c:954 ast_streamfile: Unable to open demo- instruct (format 0x4 (ulaw)): No such file or directory
[Mar 11 03:44:25] WARNING[1044]: pbx.c:9363 pbx_builtin_background: ast_streamfi le failed on Gtalk/+1408xxxxxxx-2450 for demo-instruct
[Mar 11 03:44:35] WARNING[1044]: file.c:648 ast_openstream_full: File demo-thank s does not exist in any format
[Mar 11 03:44:35] WARNING[1044]: file.c:954 ast_streamfile: Unable to open demo- thanks (format 0x4 (ulaw)): No such file or directory
[Mar 11 03:44:35] WARNING[1044]: app_playback.c:471 playback_exec: ast_streamfil e failed on Gtalk/+1408xxxxxxx-2450 for demo-thanks

Howdy,

This:

[Mar 11 03:44:25] WARNING[1044]: file.c:648 ast_openstream_full: File demo-congrats does not exist in any format

Says that your inbound call is trying to go to demo-congrats on a Playback or Background, and that you don’t have that file installed in a format that Asterisk understands. I’d suspect that your config is…suspect.

Cheers.

Thanks malcolmd. Can you please point me to the config file I should be looking into?

Now I am getting the following error while trying to call the Google voice number.

[Mar 12 20:39:20] WARNING[556]: pbx.c:4812 __ast_pbx_run: Channel ‘Gtalk/+1XXXXXXXXXX-ea0d’ sent into invalid extension ‘s’ in context ‘default’, but no invalid handler

mrwxyz,

I’d be glad to help you out. I have a working asterisk 1 .8 ( with FreePBX) and Google Voice for about 3 months now.
You need to post these items.

  1. gtalk.conf
  2. jabber.conf
  3. extensions_custom.conf
  4. in the asterisk CLI do an ’ jabber show connections ’ # post this

Barry