MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / make_branch

Function make_branch

SIP/SIPUtility.cpp:305–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305string make_branch(const char * /*hint*/) // hint is unused.
306{
307 // RFC3261 17.2.3: The branch parameter should begin with the magic string "z9hG4bK" to
308 // indicate compliance with this specification.
309 return make_tag1("z9hG4bKOBTS");
310}
311
312string dequote(const string in)
313{

Callers 6

makeRegisterMsgMethod · 0.85
makeInitialRequestMethod · 0.85
SipMOByeTUMethod · 0.85
SipMOCancelTUMethod · 0.85
SipDtmfTUMethod · 0.85

Calls 1

make_tag1Function · 0.85

Tested by

no test coverage detected