AstRecipes » Installing the Linksys PAP2-NA port adapter
This recipe will help installing a Linksys PAP2 port adapter to work with your Asterisk box. In this example we will imagine that the PAP2 will be on a local network with your Asterisk box and the Asterisk box will take care of all communication with the rest of the world. We imagine not to have any bandwidth problem between Asterisk and the PAP2.We also imagine that the PAP2 will have a DHCP assigned address, while the Asterisk server will have a static IP address. The Linksys does not start in DHCP client mode, so you have to activate it manually.
Line enable: yes
Proxy: 10.10.3.5
Subscriber:
Display name e User Id: 712
Password: ***
Use Auth ID: no
Preferred codec: G711a
[712]
type=friend
secret=***
callerid="My Linksys PAP2-NA p1" <712>
host=dynamic
canreinvite=no
disallow=all
allow=alaw
allow=ulaw
context=sip
dtmfmode=rfc2833
outgoinglimit=1
;incominglimit=1
[713]
type=friend
secret=***
callerid="My Linksys PAP2-NA p2" <713>
host=dynamic
canreinvite=no
disallow=all
allow=alaw
allow=ulaw
context=sip
dtmfmode=rfc2833
outgoinglimit=1
;incominglimit=1
Softlinks:
Home Page - Installing the Asterisk GUI - Compiling Asterisk 1.4 beta - Peering two Asterisk servers using IAX - Script to convert music-on-hold to native formats - Compiling Asterisk 1.2 with TDM400 and H323 - Installing QueueMetrics from scratch - Installing the Welltech LP302 telephone - Compiling Asterisk 1.4 with TDM400 and H323 - AddQueueMember and the queue_log file - Upgrading QueueMetrics licences - Using a HT-488 with Asterisk - Installing QueueMetrics - Avoiding queue_log file rotation - Installing Queuemetrics on Debian - QueueMetrics - QueueMetrics logs - Manually updating QueueMetrics - Managing agents that dynamically log-on - Installing QueueMetrics on Fonality PBXtra - Installing QueueMetrics using Yum - Optimizing QueueMetrics data access - Administering QueueMetrics using Tomcat - Rebuilding Fonality queue_log - Debugging Qloaderd installation - Installing QueueMetrics beta through RPM - QueueMetrics user tracking
Home Page - Installing the Asterisk GUI - Compiling Asterisk 1.4 beta - Peering two Asterisk servers using IAX - Script to convert music-on-hold to native formats - Compiling Asterisk 1.2 with TDM400 and H323 - Installing QueueMetrics from scratch - Installing the Welltech LP302 telephone - Compiling Asterisk 1.4 with TDM400 and H323 - AddQueueMember and the queue_log file - Upgrading QueueMetrics licences - Using a HT-488 with Asterisk - Installing QueueMetrics - Avoiding queue_log file rotation - Installing Queuemetrics on Debian - QueueMetrics - QueueMetrics logs - Manually updating QueueMetrics - Managing agents that dynamically log-on - Installing QueueMetrics on Fonality PBXtra - Installing QueueMetrics using Yum - Optimizing QueueMetrics data access - Administering QueueMetrics using Tomcat - Rebuilding Fonality queue_log - Debugging Qloaderd installation - Installing QueueMetrics beta through RPM - QueueMetrics user tracking



