Google Voice Trunk

Hello,

I have upgraded to FOP2 v2.27 and I am using FreePBX with admin module 1.2.15. I was able to view the google voice trunk on outgoing calls with no issues, but nothing happens for incoming calls. I removed and added the GV trunk and had no luck either. Is there something I am overlooking on the configuration?

Thank you in advance!

-Ash

Comments

  • You will have to find out what is the device/channel name on inbound calls on your Gv trunk with

    asterisk -rx "core show channels"

    Once you find the name, you will need to add it as the extra channel field in "fop2 buttons" (it its consistent), removing the -XXXX session suffix.
  • You will have to find out what is the device/channel name on inbound calls on your Gv trunk with

    asterisk -rx "core show channels"

    Once you find the name, you will need to add it as the extra channel field in "fop2 buttons" (it its consistent), removing the -XXXX session suffix.

    Thank you for your help. I checked the channel name on inbound calls and it seems to change since the CID of the caller is included in the channel name. For example: Gtalk/+18005551212-5 the CID changes depending on who is calling in but this part stays the same: Gtalk/+XXXXXXXXXXX-5 . Is there a way to make the X's any digit so it displays the incoming trunk regardless of what the CID is?
  • So no way to do this on incoming calls just outgoing?
  • If the root of the device name varies, then there is no way to track it in fop2. Any channel driver that uses:

    TECH/name-WHATEVER YOU WANT

    will work fine in either direction. In the other hand, if the channel driver uses:

    TECH/WHATEVER-RANDOM-VARIABLE-THINGY

    cannot be tracked with FOP2.
Sign In or Register to comment.