You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
syntax="proto3";
packagevicigo.dialer.commands;
optiongo_package="commands";
import"google/protobuf/timestamp.proto";
import"github.com/CyCoreSystems/ari/ari.proto"; // here, I'd like to have all request structs available.messageOriginate {
asterisk.ari.OriginateRequestreq=1; // here is how I would like to use it.stringagent_load_balance_strategy=2;
...
}
Would that be possible / a PR accepted?
The text was updated successfully, but these errors were encountered:
blaggacao
changed the title
Protobuf defnitinos for *Request structs
Protobuf defnitions for *Request structs
Nov 7, 2020
Makes sense. I've started several times converting all the basic structs to protobuf, but I never end up liking it. The code generator just needs to be extended to do this.
I want to build the following protobuf:
Would that be possible / a PR accepted?
The text was updated successfully, but these errors were encountered: