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.
2 parents f874ec6 + a179291 commit c7c908eCopy full SHA for c7c908e
README.md
@@ -663,29 +663,21 @@ numbers.RateCenter.list(query, callback);
663
var data = {
664
peerName:"A New SIP Peer",
665
isDefaultPeer:false,
666
- shortMessagingProtocol:"SMPP",
+ shortMessagingProtocol:"SMPP", // `HTTP` for use with the v2 messaging API
667
siteId:selectedSite,
668
- voiceHosts:[
+ voiceHosts:[ // optional
669
{
670
host:{
671
hostName:"1.1.1.1"
672
}
673
674
],
675
- smsHosts:[
+ smsHosts:[ // optional
676
677
678
679
680
681
- ],
682
- terminationHosts:[
683
- {
684
- terminationHost:{
685
- hostName:"1.1.1.1",
686
- port:5060,
687
- }
688
689
]
690
};
691
0 commit comments