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)
|
||||
err := sendVoipmsResp(voipms{
|
||||
did: from,
|
||||
dst: to,
|
||||
did: to,
|
||||
dst: from,
|
||||
message: resp,
|
||||
method: "sendSMS",
|
||||
apiUser: voipmsUser,
|
||||
|
Loading…
Reference in New Issue
Block a user