Asterisk 1.4 tunning tips and shits
No commentsIP Type Of Service settings:
——————————————-
sip.conf tos_sip cs3
sip.conf tos_audio ef
sip.conf tos_video af41
——————————————-
iax.conf tos ef
——————————————-
iaxprov.conf tos ef
===========================================
Asterisk SIP Response Codes
No commentsa list.
1xx: Provisional — request received, continuing to process the request;
Provisional responses, also known as informational responses, indicate that the server contacted is performing some further action and does not yet have a definitive response. A server sends a 1xx response if it expects to take more than 200 ms to obtain a final response. [...]
Nokia N95 connect SIP to asterisk
No commentsFast and easy you can connect your Nokia N95 gsm to asterisk PBX.
( it’s work with almost all Nokia cell phones )
Go to Tools / Settings / Connection / SIP settings
Create new profile …
Profile name: stolitel
Enter name for your SIP profile.
Service Profile: IETF Default
Do Not change this.
Default Access Point: ( your WIFI AP [...]
Asterisk on FreeBSD: install, configure and run. command line examples.
No commentsFirst we get and install the asterisk package file.
#cd /usr/porta/net/asterisk
#make install asterisk clean clean-depends
…………………………………………………………………………………..
INSTALLING…….( , If you exit with an error, just fix it and continue. )
………………………………………………………………………………..
and we love pkg worlds!
HOWTO install,config and run Asterisk on MacOSX in 3 easy steps
No commentsRealLife example
No Screenshots and media at all. Simpy line-by-line on commandline howto.
Step.1 Get Asterisk 4 MacOSX Leopard
#cd /; wget http://asterisk.vlessert.nl/installasterisk.tar.gz && tar zxvf installasterisk.tar.gz
#sudo ./installasterisk.sh
..In the end I receive this error:
launchctl: Couldn’t stat(”/Library/LaunchDaemons/org.asterisk.asterisk.plist”): No such file or directory
nothing found to load…This is becouse we need ot manual setup launchd startup script. I will not do [...]
Zaptel, Asterisk PBX, Nokia GSM - solution example on Debian 5.02
No comments
OK, this is an solution example with very simple configs. Everything is working propertly and clearly.
Just anouther line-by-line on command-line .
So.. We have fresh and new installed Debian 5.02 i386 .
#uname -a
Linux aster 2.6.26-2-686 #1 SMP Sun Jun 21 04:57:38 UTC 2009 i686 GNU/Linux
BUT That is all what we have + HIGHSPEED INTERNET [...]
Howto config Nokia N95 Sip to Asterisk 1.4
No commentsBefore starting the gsm phone SIP Client config settings, we assume that there is configured sip.conf and Astersik at all.
Start.
1. You have to link a.k.a. connect your phone to an internet. Mostly offcourse through Wifi AccessPoints.
2. Enter Menu->Tools->Settings->Sip Settings
3. Enter Settings:
Profile name : Name for the settings profile ( not connected in any [...]
debian 5.0 + asterisk COMPLETE INSTALL AND SETUP. simple, quick and working!
No comments1.0 first install debian5
1.1 download it! debian-500-i386-CD-1.iso
1.2 write image to cd
1.3 INSTALL
2.0 install asterisk debian package
apt-get update && apt-get upgrade && apt-get install
Howto create asterisk telephony architecture with calls recording and phone line internal redirects
No commentsHi, this is a reallife example howto made for two incomming phone lines.
line-by-line on commandline you know :).
Here is what I have. :
– one Linuxbox called aster aster:~# uname -a Linux aster 2.6.18-6-686 #1 SMP Sun Feb 10 22:11:31 UTC 2008 i686 GNU/Linux
– one TDM card with two modules for two phone lines.
Found a Wildcard [...]