This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -i -t debian:wheezy /bin/bash | |
docker run -i -t ubuntu:precise /bin/bash | |
docker run -i -t ubuntu:trusty /bin/bash | |
apt-get update | |
apt-get install -y puppet | |
puppet module install trulabs-kamailio | |
#puppet module install puppetlabs-apt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thu May 08 2014 12:36:17 GMT+0100 (GMT Daylight Time) | jssip.rtcsession | re-INVITE received jssip-devel.js:142 | |
Thu May 08 2014 12:36:17 GMT+0100 (GMT Daylight Time) | jssip.rtcsession.rtcmediahandler | unable to set local description jssip-devel.js:142 | |
Thu May 08 2014 12:36:17 GMT+0100 (GMT Daylight Time) | jssip.rtcsession.rtcmediahandler | Failed to set local answer sdp: Failed to push down transport description: Offerer must use actpass value for setup attribute. jssip-devel.js:142 | |
Thu May 08 2014 12:36:17 GMT+0100 (GMT Daylight Time) | jssip.transaction.ist | emitting event stateChanged jssip-devel.js:142 | |
Thu May 08 2014 12:36:17 GMT+0100 (GMT Daylight Time) | jssip.transaction.ist | TypeError: Cannot read property 'call' of undefined | |
at Object.EventEmitter.emit (http://192.168.142.170:8000/js/jssip-devel.js:396:23) | |
at Object.InviteServerTransaction.stateChanged (http://192.168.142.170:8000/js/jssip-devel.js:2609:8) | |
at Object.InviteServerTransaction.receiveResponse (http://192.168.142.170:80 |
NewerOlder