Skip to content

Commit 8c315a3

Browse files
pashameshDaniel Tolbert
authored andcommitted
Added 'CallingName' field to the Sippeer class (#19)
* Fixed space chars * Fixed README.md Install section * Added support of acoount TnOptions orders * Fixed OrderId register * Added TnOptions and MessagingSettings to tndetails response * Added missing 'Site' and 'SipPeer' for TN model which are received on 'tndetails' request * Added CallbackSubscription simple model * Added Callback Subscription details from response * Added totalTns method Added totalTns method which allows to get total telephone numbers qty using getList method result info * Added 'CallingName' field to the Sippeer class
1 parent 03cd1be commit 8c315a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Sippeers.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ class Sippeer extends RestEntry {
5656
"VoiceHosts" => array("type" => "Iris\Hosts"),
5757
"VoiceHostGroups" => array("type" => "string"),
5858
"SmsHosts" => array("type" => "Iris\Hosts"),
59-
"TerminationHosts" => array("type" => "Iris\Hosts")
59+
"TerminationHosts" => array("type" => "Iris\Hosts"),
60+
"CallingName" => array("type" => "string")
6061
);
6162

6263
public function __construct($parent, $data) {

0 commit comments

Comments
 (0)