1
Yate server for Google Voice / Could not classify call
« 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
I assume this is a problem in the Preroute stage.
I have the following line in the [contexts] section of regexroute.conf
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?
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?