Peers & Trunks
Asterisk Users and Peers
Here is a list of my current VSP settings. Since installing Asterisk 1.6.x I have found that my peers and trunk configuration had to be changed.
Asterisk 1.6.x
Templates
[exten-set](!) type=friend |
[lan-codec](!) disallow=all |
SIP Configuration
GoTalk
Peer | User | ||
;GoTalk Outbound [GoTalk](wan-codec) |
;GoTalk Inbound [username](wan-codec) |
||
Registration | |||
register=username:password@sip.gotalk.com/username | |||
NOTE: Username is not your DID but you GoTalk 09 number. Also the DTMF settings on an ATA or IP Phone should be set to AVT |
PennyTel
Peer | User | ||
;PennyTel Outbound [PennyTel](wan-codec) |
;PennyTel Inbound [username](wan-codec) |
||
Registration | |||
register=username:password@sip.pennytel.com/username |
BBPGlobal
Peer | User | ||
[BBPGlobal](wan-codec) defaultuser=username |
;BBP Global inbound [1104848](wan-codec) |
||
Registration | |||
register=username:password@sip2.bbpglobal.com/username |
Free World Dialpoint
Peer | User | ||
[WorldDialPoint](wan-codec) defaultuser=username |
;;Free World Dial Inbound [username](wan-codec) |
||
Registration | |||
register=username:password@202.168.56.133 |
MyNetFone
Peer | User | ||
;MyNetFone Outbound [MyNetFone](wan-codec) |
[;MyNetFone Inbound [username](wan-codec) |
||
Registration | |||
register=09xxxxxx:yyyyyyyy@sip00.mynetfone.com.au/09xxxxxx |
For some reason MNF will only operate as a type=friend rather than setting an inbound and outbound context.
fwdOUT
Peer & User | |
[fwdOUT] type=friend |
|
Registration | |
register=username:password@iax.fwdout.com |
Asterisk 1.4.x
IAX Configuration
FWD (Free World Dialup)
Peer | User | ||
[fwd] CallerID="David" <username> |
[iaxfwd] username=username |
||
Registration | |||
register=username:password@iax2.fwdnet.net |
SIP Configuration
GoTalk
Peer | User | ||
[GoTalk] username=username |
;GoTalk Inbound [username] |
||
Registration | |||
register=username:password@sip.gotalk.com/username | |||
NOTE: Username is not your DID but you GoTalk 09 number. Also the DTMF settings on an ATA or IP Phone should be set to AVT |
PennyTel
Peer | User | ||
[PennyTel] username=username |
;PennyTel Inbound [username] |
||
Registration | |||
register=username:password@sip.pennytel.com/username |
BBPGlobal
Peer | User | ||
[BBPGlobal] username=username |
;BBP Global inbound [username] |
||
Registration | |||
register=username:password@sip2.bbpglobal.com/username |
Free World Dialpoint
Peer | User | ||
[WorldDialPoint] username=username |
;Wold Dial Point Inbound [username] |
||
Registration | |||
register=username:password@202.168.56.133 |
MyNetFone
Peer & User | |
[MyNetFone] type=friend |
|
Registration | |
register=09xxxxxx:yyyyyyyy@sip00.mynetfone.com.au/09xxxxxx |
For some reason MNF will only operate as a type=friend rather than setting an inbound and outbound context.
fwdOUT
Peer & User | |
[fwdOUT] type=friend |
|
Registration | |
register=username:password@iax.fwdout.com |