Skip to content

Commit a179291

Browse files
authored
Update README.md
1 parent f874ec6 commit a179291

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -663,29 +663,21 @@ numbers.RateCenter.list(query, callback);
663663
var data = {
664664
peerName:"A New SIP Peer",
665665
isDefaultPeer:false,
666-
shortMessagingProtocol:"SMPP",
666+
shortMessagingProtocol:"SMPP", // `HTTP` for use with the v2 messaging API
667667
siteId:selectedSite,
668-
voiceHosts:[
668+
voiceHosts:[ // optional
669669
{
670670
host:{
671671
hostName:"1.1.1.1"
672672
}
673673
}
674674
],
675-
smsHosts:[
675+
smsHosts:[ // optional
676676
{
677677
host:{
678678
hostName:"1.1.1.1"
679679
}
680680
}
681-
],
682-
terminationHosts:[
683-
{
684-
terminationHost:{
685-
hostName:"1.1.1.1",
686-
port:5060,
687-
}
688-
}
689681
]
690682
};
691683

0 commit comments

Comments
 (0)