├── Active-Media ├── uac-active.xml └── uas-active.xml ├── BLF └── uas-blf-recipient.xml ├── Basic ├── uac.xml └── uas.xml ├── Call-pickup-3pcc ├── uac-3pcc-C-A.xml └── uac-3pcc-C-B.xml ├── Hold-UAC ├── uac-hold.xml └── uas-hold.xml ├── Hold-UAS ├── uac-hold.xml └── uas-hold.xml ├── MWI-unsolicited └── uas-mwi.xml ├── Passive-Media ├── uac-passive.xml └── uas-passive.xml ├── README.md ├── pcap └── g711a.pcap ├── reINVITE-PAI ├── uac.xml └── uas.xml └── template ├── LICENSE ├── README.md ├── index.html ├── jquery.sticky-kit.js ├── lang ├── da │ └── language.php └── en │ └── language.php ├── menu ├── css │ ├── dcaccordion.css │ └── skins │ │ ├── black.css │ │ ├── blue.css │ │ ├── clean.css │ │ ├── demo.css │ │ ├── graphite.css │ │ ├── grey.css │ │ └── images │ │ ├── arr_black.gif │ │ ├── arr_white.gif │ │ ├── arrow.png │ │ ├── arrow1.png │ │ ├── arrow2.gif │ │ ├── arrow_black_down.png │ │ ├── arrow_black_right.png │ │ ├── arrow_grey.png │ │ ├── arrow_grey_down.png │ │ ├── arrow_grey_down_x.png │ │ ├── arrow_grey_right.png │ │ ├── arrow_grey_right_x.png │ │ ├── arrow_red_down.png │ │ ├── arrow_red_right.png │ │ ├── arrow_right.png │ │ ├── arrv_white.gif │ │ ├── bcgWepButton.gif │ │ ├── bg_black.png │ │ ├── bg_clean.png │ │ ├── bg_clean_on.png │ │ ├── bg_graphite.png │ │ ├── bg_graphite_arrow.png │ │ ├── bg_green_blue.png │ │ ├── bg_grey.png │ │ ├── bg_white.jpg │ │ ├── bullet.png │ │ ├── bullet_active.png │ │ ├── checkers.png │ │ ├── checkers_x.png │ │ ├── graphite_arrow_down.png │ │ ├── graphite_arrow_right.png │ │ ├── minus_grey.png │ │ ├── minus_red.png │ │ ├── opacity.png │ │ ├── plus_grey.png │ │ ├── plus_red.png │ │ └── stripes.png ├── index.html └── js │ ├── jquery.cookie.js │ ├── jquery.dcjqaccordion.2.7.js │ ├── jquery.dcjqaccordion.2.7.min.js │ └── jquery.hoverIntent.minified.js ├── script.js ├── standalone.html ├── template.css └── template.html /Active-Media/uac-active.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/Active-Media/uac-active.xml -------------------------------------------------------------------------------- /Active-Media/uas-active.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/Active-Media/uas-active.xml -------------------------------------------------------------------------------- /BLF/uas-blf-recipient.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/BLF/uas-blf-recipient.xml -------------------------------------------------------------------------------- /Basic/uac.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/Basic/uac.xml -------------------------------------------------------------------------------- /Basic/uas.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/Basic/uas.xml -------------------------------------------------------------------------------- /Call-pickup-3pcc/uac-3pcc-C-A.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/Call-pickup-3pcc/uac-3pcc-C-A.xml -------------------------------------------------------------------------------- /Call-pickup-3pcc/uac-3pcc-C-B.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/Call-pickup-3pcc/uac-3pcc-C-B.xml -------------------------------------------------------------------------------- /Hold-UAC/uac-hold.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/Hold-UAC/uac-hold.xml -------------------------------------------------------------------------------- /Hold-UAC/uas-hold.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/Hold-UAC/uas-hold.xml -------------------------------------------------------------------------------- /Hold-UAS/uac-hold.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/Hold-UAS/uac-hold.xml -------------------------------------------------------------------------------- /Hold-UAS/uas-hold.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/Hold-UAS/uas-hold.xml -------------------------------------------------------------------------------- /MWI-unsolicited/uas-mwi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/MWI-unsolicited/uas-mwi.xml -------------------------------------------------------------------------------- /Passive-Media/uac-passive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/Passive-Media/uac-passive.xml -------------------------------------------------------------------------------- /Passive-Media/uas-passive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/Passive-Media/uas-passive.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/README.md -------------------------------------------------------------------------------- /pcap/g711a.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/pcap/g711a.pcap -------------------------------------------------------------------------------- /reINVITE-PAI/uac.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/reINVITE-PAI/uac.xml -------------------------------------------------------------------------------- /reINVITE-PAI/uas.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/reINVITE-PAI/uas.xml -------------------------------------------------------------------------------- /template/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/template/LICENSE -------------------------------------------------------------------------------- /template/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/template/README.md -------------------------------------------------------------------------------- /template/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/template/index.html -------------------------------------------------------------------------------- /template/jquery.sticky-kit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbertera/SIPp-by-example/HEAD/template/jquery.sticky-kit.js -------------------------------------------------------------------------------- /template/lang/da/language.php: -------------------------------------------------------------------------------- 1 |