Google voice trunk - proper channel name

Elastix 2.3 and FOP2 2.25.

I'm building a small test system, 4 extensions and 2 trunks, so I'm pretty certain this isn't a 15 button limit issue.

I'm unable to get anything to show up in the button for my Google Voice trunk.

The information from asterisk -rx "core show channels":

Channel Location State Application(Data)
DAHDI/3-1 s@macro-dialout-trun Up Dial(gtalk/user1/+13172222222@
Gtalk/+13172222222@v (None) Up AppDial((Outgoing Line))

That's truncated, so "core show concise shows":

<!-- e --><a href="mailto:DAHDI/3-1!macro-dialout-trunk!s!27!Up!Dial!gtalk/user1/+13172222222@voice.google">DAHDI/3-1!macro-dialout-trunk!s!27!Up!D ... ice.google</a><!-- e -->ne)!1335304652.81
<!-- e --><a href="mailto:Gtalk/+13172222222@voice.google.com">Gtalk/+13172222222@voice.google.com</a><!-- e -->-fcba!from-google!713172222222!1!Ring!AppDial304652.81!1095!3!3!(None)!1335304666.82
-- <!-- e --><a href="mailto:Gtalk/+13172222222@voice.google.com">Gtalk/+13172222222@voice.google.com</a><!-- e -->-fcba answered DAHDI/3-1

13172222222 of course is the number being dialed (just time and temp), DAHDI/3-1 is the extension I called from.

So my question is, what should I enter in the Extra Channel field in order for it to work? I've tried just about everything imaginable, including Gtalk/, Gtalk/+, <!-- e --><a href="mailto:Gtalk/@voice.google.com">Gtalk/@voice.google.com</a><!-- e -->, lower case g, etc.

Thanks!!!

Comments

  • Hi,

    Unfortunately it could not be tracked if the channel name varies with the number dialed. FOP2 track device names and you must define each on the button configuration. The "standard" channel naming convention is normally

    TECH/NAME-SESSION

    Most channels follow that rule, so they work fine. But if some channel driver uses some other method, it will not work (there are some provisions to accomodate misdn in fop2 , but nothing else).

    Best regards,
  • In the next FOP2 version (2.27), google voice trunk will work fine.. I added a workaround so it strips the dialed number and constructs the channel name from there, so adding something like:

    Gtalk/voice.google.com

    To the channel field on the trunk config will work fine.
Sign In or Register to comment.