New pages
From Open CSTA
- 20:47, 2 November 2010 CentOS-5.5-Freepbx-2.8-Asterisk-1.6 (hist) [2,881 bytes] Mylo (Talk | contribs) (New page: <pre> yum install -y wget flex gcc gcc-c++ make kernel-devel kernel-headers libtiff libtiff-devel libxml2 libxml2-devel lynx ncurses ncurses-devel newt newt-devel openssl-devel pam-devel ...)
- 13:11, 13 April 2010 SIPp Installation (hist) [185 bytes] Mylo (Talk | contribs) (New page: *yum install openssl-devel libpcap-devel *make pcapplay_ossl ===error: ‘INT_MAX’ was not declared in this scope=== In scenario.hpp, add at line 33 <pre> #include "limits.h" </pre>)
- 21:10, 11 February 2010 FreePBX - password sha1 change in database for admin to reset lost password (hist) [629 bytes] Mylo (Talk | contribs) (New page: *Copy and paste this into a file - new-freepbx-password.php <pre> <?php $newpassword = 'somethingNEW123'; echo sha1($newpassword) ; ?> </pre> *chmod a+x new-freepbx-password.php *php -...)
- 21:07, 11 February 2010 FreePBX (hist) [80 bytes] Mylo (Talk | contribs) (New page: *FreePBX - password_sha1 change in database for admin to reset lost password)
- 09:03, 3 February 2010 Recover linux software raid from recovery cd without losing losing data (hist) [1,164 bytes] Mylo (Talk | contribs) (New page: *modprobe raid1 *modprobe dm-mod make nodes <pre> mknod /dev/md1 b 9 1 mknod /dev/md2 b 9 2 mknod /dev/md3 b 9 3 </pre> *Knowing the previous configuration is handy. *Writing the config to...)
- 21:42, 22 January 2010 Development Notes - Config Files (hist) [391 bytes] Mylo (Talk | contribs) (New page: ==Client sub-project== ===CSTAMulti=== ;IMPLEMENTATION:ASTERISK|SIEMENS_HIPATH3000_CSTA|ERICSSON_APPLINK_V4)
- 01:13, 26 May 2009 Netbeans - compile from command line (hist) [373 bytes] Mylo (Talk | contribs) (New page: *Go to the project home directory where build.xml exists *Remove the dist directory *<NETBEANS_INSTALL_DIR>/java2/ant/bin/ant jar e.g. <pre> /home/cm/netbeans-6.5/java2/ant/bin/ant jar </...)
- 06:47, 16 March 2009 Development Notes - CSTA Messages (hist) [459 bytes] Mylo (Talk | contribs) (New page: ===New Client=== To PABX: <pre> 26 80 1a a1 18 2 1 1 2 1 33 30 10 e1 e 6 6 2b c 2 88 53 f 4 4 1a 4 1 c0 </pre> Response: <pre> asdf </pre>)
- 09:59, 11 March 2009 Connection ID (hist) [318 bytes] Mylo (Talk | contribs) (New page: *A connection ID is combination of call id and device id *From Make Call - you end up with this at the end of the make call response <pre> 6b f 30 d 80 2 0 e a1 7 30 5 80 3 31 31 33 </...)
- 09:34, 11 March 2009 Make Call (hist) [2,619 bytes] Mylo (Talk | contribs) (New page: ===ASN.1=== *Request <pre> a1 16 2 1 b 2 1 a 30 e 30 5 80 3 31 31 33 30 5 80 3 31 30 30 </pre> *Response <pre> a2 1b 2 1 b 30 16 2 1 a 30 11 6b f 30 d 80 2 0 e a1 7 30 5 80 3 31 31 33 </pr...)
- 23:22, 4 February 2009 Videoconferencing and Teleconferencing (hist) [221 bytes] Mylo (Talk | contribs) (New page: This is just a bunch of ideas for when teleconferencing is the norm in the next decade. The ideas date back to 2003/2004 but were put here Feb 2009. *Video Events *Sychronizing Events *C...)
- 23:21, 4 February 2009 Videoconferncing (hist) [0 bytes] Mylo (Talk | contribs) (New page: This is just a bunch of ideas for when teleconferencing is the norm in the next decade. The ideas date back to 2003/2004 but were put here Feb 2009. *Video Events *Sychronizing Events *C...)
- 00:29, 1 February 2009 SIPp 3.1 Registering on Asterisk 1.6.1 beta (hist) [3,666 bytes] Mylo (Talk | contribs) (New page: SIPp has a bug in it. Go into call.cpp on line 3388 or thereabouts and add to INFO/MESSAGES an IF statement for OPTIONS. This will then enable command line -aa option to send an automati...)
- 22:13, 19 January 2009 Centos 5 with PHP-5.2 (hist) [3,063 bytes] Mylo (Talk | contribs) (New page: *This has been tested on CentOS 5.1. *I have my own yum repository for testing, which has ''no'' updates. Ignore the instruction ''change to online repos'' - you probably won't need it. *...)
- 22:04, 19 January 2009 Not telephony related (hist) [145 bytes] Mylo (Talk | contribs) (New page: *Centos 5 with PHP-5.2)
- 09:46, 7 January 2009 Tutorials - Basic CSTA Application (hist) [2,516 bytes] Mylo (Talk | contribs) (New page: *Create a Basic Desktop Application, making the buttons, text fields and other GUI elements you would like to put into it. My HandyCSTATestTool for this looks something like this)
- 22:38, 11 December 2008 SIPp Scripts For Test Scenario (hist) [1,222 bytes] Mylo (Talk | contribs) (New page: *start dumpcap on all machines *wait one minute *start sipp at specified load and rate *stop dumpcap ===SIPp-Test-Settings.sh=== <pre> #!/bin/bash SIPPPORT=5061 SIPPCALLLIMIT=100 SIPPTOTA...)
- 22:38, 11 December 2008 SIPp Test Scenario (hist) [3,324 bytes] Mylo (Talk | contribs) (New page: <pre> <scenario name="UAC with media"> − <!-- In client mode (sipp placing calls), the Call-ID MUST be --> − <!-- generated by sipp. To do so, use [call_id] keyword. ...)
- 22:38, 11 December 2008 SIPp (hist) [131 bytes] Mylo (Talk | contribs) (New page: *SIPp Test Scenario *SIPp Scripts For Test Scenario)
- 02:54, 13 November 2008 UaCSTA Profiles (hist) [227 bytes] Mylo (Talk | contribs) (New page: *Minimal *Basic *Advanced *Conferencing *Basic Device Feature *Speaker Device Feature Notable exemption in the profiles from the standard are anything for logical device features (agent ...)
- 02:49, 13 November 2008 ECMA TR 87 (hist) [409 bytes] Mylo (Talk | contribs) (New page: A technical report on CSTA (or User Agent CSTA - uaCSTA). A few good diagrams explaining how things work. It is important to note that telephones need not support uaCSTA directly - the P...)
- 02:46, 13 November 2008 ECMA 269 (hist) [209 bytes] Mylo (Talk | contribs) (New page: ECMA 269 is CSTA Phase III 6th edition (December 2006), this is effectively everything that CSTA is. More info will be posted here. The document is described in ASN.1 notation (layer 6 -...)
- 07:28, 13 October 2008 Development Notes - Code - CSTA Network Logon (hist) [586 bytes] Mylo (Talk | contribs) (New page: *CSTA Server starts, calls method StartCSTAStack() on line 195 **Create Layer 7 ***Create Layer 5 ***Layer 5 creates the TCP socket to PBX *StartCSTAStack() has a loop, trying to establish...)
- 07:24, 13 October 2008 Development Notes - Code (hist) [50 bytes] Mylo (Talk | contribs) (New page: *Development Notes - Code - CSTA Network Logon)