Yate Community Forum

Yate server => Yate server for Google Voice => Topic started by: aesh on August 21, 2015, 11:20:13 AM

Title: Could not classify call
Post by: aesh on August 21, 2015, 11:20:13 AM
Hello,

I am trying to implement the Yate server for handling Google Voice calling and after following the http://docs.yate.ro/wiki/Connecting_To_Google_Voice tutorial I got stuck with a few problems.

The first problem is

Code: [Select]
20150821165216.360019 <INFO> Could not classify call from 'sipusername', wasted 85 usec
I assume this is a problem in the Preroute stage.

I have the following line in the [contexts] section of regexroute.conf

Code: [Select]
${in_line}GoogleVoice=;called=sipusername;jingle_version=0;jingle_flags=noping;dtmfmethod=rfc2833
Is that not enough?

By the way, I have not been able to find the meaning of ${in_line} in the docs. What does that mean?
Title: Re: Could not classify call
Post by: marian on August 24, 2015, 02:25:03 AM
You may have multiple connections for the same Google account.
The in_line parameter will tell you on which account you received the call.

Could not classify ...: the message is put by regexroute saying there is no match in preroute section for the given caller.

What is the issue?