()
| 37 | } |
| 38 | |
| 39 | func (a *asterisk) Variables() ari.AsteriskVariables { |
| 40 | return &asteriskVariables{a.c} |
| 41 | } |
| 42 | |
| 43 | func (a *asteriskVariables) Get(key *ari.Key) (ret string, err error) { |
| 44 | data, err := a.c.dataRequest(&proxy.Request{ |
no outgoing calls