using when /^1/
sys.GoogleVoiceCall("myname@gmail.com","mypass","1747xxxxxxx","#{req.URI.User}")
yields: just a short busy tone (don't think that's right)
using when /^1/ then
sys.GoogleVoiceCall("myname@gmail.com","mypass","1747xxxxxxx","#{req.URI.User}")
yields: 1 ring interrupted by a short busy tone (maybe the 500 error).
Also, in sipsorcery, the call log only shows CDR's from any working test call I have made from the GV webpage where it rings back my ATA phone as an incoming, meaning that anything using the sys.GoogleVoiceCall isn't even getting through to the call logs which I fail to understand.
Puzzled.
Synchron
