mirror of
https://github.com/danog/php-libtgvoip.git
synced 2024-11-26 20:04:48 +01:00
bugfixes
This commit is contained in:
parent
ff9b811be2
commit
e37d7bdb87
1
main.cpp
1
main.cpp
@ -110,7 +110,6 @@ Php::Value VoIP::discard(Php::Parameters ¶ms)
|
||||
debug = params[2];
|
||||
} else debug = true;
|
||||
self["internalStorage"]["madeline"].value().call("discard_call", self["internalStorage"]["callID"].value(), reason, rating, debug);
|
||||
self["internalStorage"]["madeline"].value().call("handle_future_salts", self["internalStorage"]["otherID"].value());
|
||||
}
|
||||
deinitVoIPController();
|
||||
return this;
|
||||
|
Loading…
Reference in New Issue
Block a user