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 the Welltech LP302 telephone - Installing QueueMetrics from scratch - Compiling Asterisk 1.4 with TDM400 and H323 - Upgrading QueueMetrics licences - AddQueueMember and the queue_log file - Installing Queuemetrics on Debian - Using a HT-488 with Asterisk - Avoiding queue_log file rotation - Optimizing QueueMetrics data access - QueueMetrics logs - Installing QueueMetrics on Fonality PBXtra - Manually updating QueueMetrics - Managing agents that dynamically log-on - Installing QueueMetrics - Administering QueueMetrics using Tomcat - Installing QueueMetrics using Yum - QueueMetrics - Debugging Qloaderd installation - Rebuilding Fonality queue_log - 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 the Welltech LP302 telephone - Installing QueueMetrics from scratch - Compiling Asterisk 1.4 with TDM400 and H323 - Upgrading QueueMetrics licences - AddQueueMember and the queue_log file - Installing Queuemetrics on Debian - Using a HT-488 with Asterisk - Avoiding queue_log file rotation - Optimizing QueueMetrics data access - QueueMetrics logs - Installing QueueMetrics on Fonality PBXtra - Manually updating QueueMetrics - Managing agents that dynamically log-on - Installing QueueMetrics - Administering QueueMetrics using Tomcat - Installing QueueMetrics using Yum - QueueMetrics - Debugging Qloaderd installation - Rebuilding Fonality queue_log - Installing QueueMetrics beta through RPM - QueueMetrics user tracking



