ASTERISK PORTS FORWARDING
4569 udp iax2
5000-5082 udp sip
10000-20000 udp sip
4569 udp iax2
5000-5082 udp sip
10000-20000 udp sip
Sunlight exposure
Cortisol Levels
- depression
- waking times and sleeping times
Calories consumed compared to calories used
noticed that, when testing oxygen intake, long periods of exercise did not necessarily lead to significant improvement. This led him to the conclusion that the intensity of exercise was more important to improving fitness than the amount of time spent on it
required amount of fast time before eating
ie not eating when hungry but actually waiting
Definition:
Magicjack is really a simple device that uses the standard SIP protocol to make inbound and outbound calls.
Thus if we know the details of this we can put it an Asterisk server or sipphone, eg iphone etc.
MagicJack uses standard SIP, so once you determine your SIP information (username/password/etc), you can use your MagicJack service with any standard VoIP device.
The easiest way to uncover your MagicJack SIP information is to use Fiddler.
Since all MagicJack passwords are very simple, you could also very easily brute force them using cain, although this technique is a bit more involved than using fiddler.
MagicJack Voip settings you will need to put into your device:
Voip Settings:
Username:
Password:
sip port: 5070
proxy: proxy1.yourcityname.talk4free.com:5070
register: yes
make call without reg: yes
answer call without reg: no
register expires: 3600
display name: your phone number
Replace EXXXXXXXXXX01 with your MJ number. Include E and 01.
Replace the proxy proxy1.Atlanta.talk4free.com:5070 with the proxy your MJ registers to and change host=67.90.138.70 to host=YourProxyIPHere.
OTHER METHOD
1. download pmdump from http://magicjackhacks.com/downloads/pmdump.exe
2. follow tutorial on how to create a dump file on this page http://magicjackhacks.com/ using pmdump.
3. download “hex workshop” its free. search on google for it. or use any other free hex editor.
4. open the dump file in the hex editor.
5. search for “ProxyUserName”
6. search for “ProxyUserPassword”
7. search for “SIPProxyURI”
the user name will be your phone number with a leading E and ending 01
password is 20 digits
sipproxy is an IP address
First download pmdump and hexeditor
http://magicjackhacks.com <–pmdump
http://www.hexworkshop.com/ cmd(enter) and then connect your magicjack.
The rest with hexeditor is simple, just drag the created file and search the two strings, it worked for me at the 4th try.
My last post is incomplete. Here is what i missed.
It is just the WHEN you are dumping the memory, it should be done inmediatly (5 seconds) after connecting magicjack, and executing the application. It worked for me at the 3th try.
I suggest to keep open CMD while magicjack is loading that way you will have the chance to do it quick.
pmdump -list (after magicjack has begin to run)
pmdump PID anyfilename (3 seconds after)
Then it’ll work.
FILES YOU MAY NEED:
http://www.megaupload.com/?d=SJ6V5SPF
http://rapidshare.com/#!download|221tl|181798719|MagicJack_Utilities_v1.6.zip|3513
http://rapidshare.com/#!download|492tl|196998576|MJInfo.exe|456
REF:
http://www.bauer-power.net/2010/05/how-to-hack-your-magicjack-to-make.html
I have searched numerous forums and cannot find any decente
sipphone settings for the Siemens Gigaset Phone for Sipphone / Gizmo5
The setup:
Personal Provider Data
* Authentication Name: 1747xxxxx what ever your gizmo5 number is
* Authentication password: password what ever yours is
* Username: 1747xxxxxx what ever your gizmo5 number is
* Display name: 1747xxxxxx what ever your gizmo5 number is
General Provider Data
* Domain: proxy01.sipphone.com
* Proxy server address: proxy01.sipphone.com
* Proxy server port: 5060
* Registration Server: proxy01.sipphone.com
* Registrar server port: 5060
* Registration refresh time: 180
Network
* STUN enabled: YES
* STUN server: stun01.sipphone.com
* STUN port: 3478
* STUN refresh time: 240
* NAT refresh time: 20
* Outbound proxy mode: Never (can anyone confirm?)
* Outbound proxy: EMPTY
* Outbound proxy port: 5060
If you are having trouble with missing one part of the audio on a call ie cant hear the other person speaking but can hear and speak
fine otherwise then you should enable STUN. (can anyone confirm?)
Gizmo5 does not provide an outbound proxy, so you should leave that field blank.
The screen shot:
The codecs:
Codecs:
GSM — fixed bit rate, not loss tolerant, narrow band (8khz sampling rate).
iSAC — variable bit rate, loss tolerant, narrow and wideband (8 to 16khz). Varies based on Bandwidth, packet loss, delay
iLBC — variable bit rate, loss tolerant, narrow
PCMA — fixed bit rate (8kHz sampling rate)
PCMU — fixed bit rate (8kHz sampling rate, high band width)
IPCMWB — 16 kHz sampling rate
EG711 (enhanced g711) — fixed bit rate, loss tolerant, narrowband
iPCM — fixed bit rate, loss tolerant, wide band.
I would recommend that you enable
ulaw u711
alaw a711
GSM
iLBC
g729
and disable
g722 (wideband)
I believe but have no confirmation that it does g729 in passthu mode only. (can anyone confirm?)
DTMF
In-band
Incoming stream delivers DTMF signals in-audio independently of codecs
Out-of-band
Incoming stream delivers DTMF signals out-of-audio using either SIP-INFO or RFC-2833 mechanism,
independently of codecs – in this case the DTMF signals are sent separately from the actual audio stream.
SIP-INFO is not recommended for DTMF delivery, since it cannot deliver strokes synchronously with the audio stream, introducing timing artifacts (mainly because it’s delivered using SIP, which is not a real-time mechanism for delivering media). It is very common for public services to NOT support SIP INFO, and it seems unlikely that such services will improve support for this delivery mechanism.
We want to use rfc2833
OK – REPLICAITON MASTER -> SLAVE BROKEN
Check the slave
cd to the mysql dir then cd to bin dir
mysql -u root -p
enter the password
then: show slave status \G
stop slave;
flush slave;
** consider putting RESET SLAVE; in (to reset sync file to 01)
ok so it really is broken
Then go to Master
again go to mysql and bin
mysql -u root -p
enter password
then
WARN USERS NOT TO USE MASTER SERVER FOR 3-4 mins
FLUSH TABLES WITH READ LOCK; RESET MASTER; FLUSH LOGS; SHOW MASTER STATUS;
this will give you a file name and a position, write these down
then copy over the databases over to the slave
UNLOCK TABLES; QUIT;
Users are ok to use the master server,
SLAVE MACHINE
now go back to the backup server
copy the database files over the top of the existing ones then type in the mysql prompt:
CHANGE MASTER TO MASTER_HOST='192.168.1.20',
MASTER_USER='slave',
MASTER_PASSWORD='slavepassword',
MASTER_LOG_FILE='mserver-relay-sync-bin.000001',
MASTER_LOG_POS=106;
RATHER ALL THAT IS NEEDED IS
CHANGE MASTER TO MASTER_LOG_FILE='mserver-relay-sync-bin.000001', MASTER_LOG_POS=106;
START SLAVE;
START SLAVE;
SHOW SLAVE STATUS \G
1. Should read seconds behind master a 0 NOT NULL
2. null = problem
3. if there is a number eg 123 seconds behind master then repeat
SHOW SLAVE STATUS;
b. It will read 0 in a few moments as it updates
QUIT;
Now it is all fixed until it breaks again
In order to disable and turn off the Apache logging, just comment out the log lines in the Apache configuration file, httpd.conf, which normally located in /etc/httpd/conf, /etc/apache/conf, /etc/apache2/conf, \usr\local\apache\conf or \usr\local\apache2\conf directory.
In httpd.conf, the logging is defined by a CustomLog directive for access logs and an ErrorLog directive for error logs. For example,
CustomLog /usr/local/apache/logs/access_log common
ErrorLog “logs/error_log”
Commenting out the line by adding # (hash, pound or number sign) to the front of the line. To disable logging of access log, comment the line of CustomeLog, and likewise, comment the line of ErrorLog to disable logging of error log. Restart the Apache web server for the change to take effect.
Note: CustomLog and ErrorLog are also been defined within VirtualHost declaration too for logging the activity of particular virtual host. Disabling logging for virtual hosts only may cause the log information been written to main Apache log files.
there were TWO CustomLog directive specifying access log files, so be sure you scan the entire httpd.conf before saving.
If you comment out the VirtualHost access_log and error_log, then it will write it to the server main log. A better way is to send it to /dev/null
ErrorLog /dev/null
AccessLog /dev/null
This way, the logs are not taking up processes on the server and it’s going to be faster.
-Ponch
A recent paper in the journal Science provides some evidence that Aβ can, like the prion protein, initiate the nucleation-polymerization in cells into which it is introduced.
Meyer-Luehmann, et al used two strains of transgenic mice in their experiments. Mice of one strain (APP23) over-produce the 40-amino-acid Aβ peptide, while mice of the other strain (APPPS1) over-produce the 42-amino acid peptide. In both strains, Aβ plaques are deposited in the brain as the animals age, but the strains differ in the distribution and appearance of the plaques.
The experiments involved taking brain extracts from deceased Alzheimer’s patients or from aged mice of both strains, and injected them into the brains of young mice of both strains, before they had developed the symptoms of the disease. It was observed that all extracts had a seeding activity in both strains of mice – they induced the deposition of the Aβ peptide, which aggregated to form plaques in the brains of the mice into which they had been injected. The seeding activity was both time- and concentration-dependent (i.e. seeding increased with time, and with greater concentrations of Aβ in the extracts), but differed depending on the strain of mouse the extract was taken from, and the strain it was injected into.
However, if the extracts were treated with anti-Aβ antibodies, or heated so that the structure of the Aβ molecules was destroyed, the seeding activity was abolished. Similarly, if the host mice were immunized against Aβ before they were injected with the extracts, seeding did not occur. Finally, no seeding activity was observed when any brain extract was injected into the brain of normal mice, suggesting that, if Alzheimer’s was indeed found to be infectious, an infected individual would have to be genetically predisposed to the condition in order for it to develop.
One could predict that the accumulation of abnormal proteins in other neurodegenerative diseases – e.g. alpha-synuclein in Parkinson’s Disease and huntingtin in Huntington’s Disease, may also occur as a result of a prion-like seeding process. But for me, the most puzzling question of all is this: how would an Alzheimer’s infection be transmitted?
Dial tone: 400@-19,425@-19,450@-19;10(*/0/1+2+3)
Busy Tone: 425@-19;10(.375/.375/1)
Reorder Tone: 425@-19,425@-29;60(.375/.375/1,.375/.375/2)
Ring Back Tone: 400@-19,425@-19,450@-19;*(.4/.2/1+2+3,.4/2/1+2+3)
MWI Dial Tone: 400@-19,425@-19,450@-19;2(.1/.1/1+2);10(*/0/1+2)
Ring1 Cadence: 60(.4/.2,.4/2)
FXS Port Impedence: 220+820||115nF DTMF Playback Length: .25 Time Zone: GMT+10:00
Disconnect Tone: 425@-30,425@-30;1(.375/.375/1+2)FXO Port Impedance: 220+820||120nF PSTN to SPA Gain: 3 On-Hook Speed: 26ms (Australia)
([2-79]11<:@gw0>|xx.|*xx.|**xx.|<#,:>xx.<:@gw0>|<#,:>*xx<:@gw0>)
a) Network Jitter Level – Very High (was medium)
b) Jitter Buffer Adjustment – Disable (was up down)
c) “Call Waiting Serv” : Set this to No
d) “Three Way Call Serv” : Set this to No as well.
a) Set the PreferredCodec to G711u
b) Set “Silence Suppression Enable” to No
c) Make sure that the option FAX Enable T38 is set to Yes. (Default setting is Yes)
d) “Echo Canc Enable” should be set to No
e) Set the option “Fax Passthru Method” to REINVITES.
more infro
https://docs.google.com/View?docid=dmqx96v_3qk8phn
mysql too many connections
go to my.ini
max_connections=500
Please note that an instruction of the form
set-variable=max_connections=500
should be placed in the [mysqld] section. Otherwise MySQL will ignore it.
CREATE USER ‘monty’@'%’ IDENTIFIED BY ‘some_pass’;
GRANT ALL PRIVILEGES ON *.* TO ‘monty’@'%’
WITH GRANT OPTION;
After Hours Doctors
After Hours Doctors