swap to and from
This commit is contained in:
parent
4ed9ec84d5
commit
757b28d325
@ -124,8 +124,8 @@ func SMSListen(store ChatStore, plugins *plugins.Plugins) {
|
|||||||
|
|
||||||
resp := p.Process(from, msg)
|
resp := p.Process(from, msg)
|
||||||
err := sendVoipmsResp(voipms{
|
err := sendVoipmsResp(voipms{
|
||||||
did: from,
|
did: to,
|
||||||
dst: to,
|
dst: from,
|
||||||
message: resp,
|
message: resp,
|
||||||
method: "sendSMS",
|
method: "sendSMS",
|
||||||
apiUser: voipmsUser,
|
apiUser: voipmsUser,
|
||||||
|
Loading…
Reference in New Issue
Block a user