 |
|
Setup a FXS extension for Asterisk using S100-FX in 10 Minutes
Product Details
To configure S100-FX:
- Edit Asterisk conf file:
- /etc/asterisk/iax.conf
add the following section (modify where appropriate) for each S100-FX:
[S100-FX]
type=friend
username=username ; remember to change this!
secret=password ;remember to change this!
context=default
peercontext=default
host=dynamic
qualify=no
disallow=all
allow=all
- Login to the web GUI of the S100-FX (default IP: 192.168.1.100, default password: 1234) and configure the network parameter and IAX configuration:
- check or enable "use service"
- server: the IP / hostname of your Asterisk box
- account: the "username" as specified in iax.conf
- pin: the "password" as specified in iax.conf
Save and Settings and Wait for S100-FX to reboot.
- Run or Reload Asterisk
- Have Fun!
|
|
|
|