We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064e1d4 commit 9487c51Copy full SHA for 9487c51
src/Tns.php
@@ -200,7 +200,7 @@ public function set_tn_options($data) {
200
201
if(!($this->parent->parent instanceof Sippeer))
202
throw new \Exception("You should get TN from sippeer");
203
- parent::put($this->get_id(), "SipPeerTelephoneNumbers", $data->to_array());
+ parent::put($this->get_id(), "SipPeerTelephoneNumber", $data->to_array());
204
}
205
206
public function ratecenter() {
0 commit comments