Peers & Trunks: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
m (Trunks moved to Peers & Trunks)
Line 70: Line 70:
allow=ulaw<br>
allow=ulaw<br>
insecure=very<br>
insecure=very<br>
dtmfmode=inband</td>
dtmfmode=rfc2833</td>
<td valign="top">&nbsp;</td>
<td valign="top">&nbsp;</td>
<td valign="top">;GoTalk Inbound<br>
<td valign="top">;GoTalk Inbound<br>
Line 101: Line 101:
<td width="120">&nbsp;</td>
<td width="120">&nbsp;</td>
<td valign="top" colspan="3"><strong>NOTE:</strong><br>
<td valign="top" colspan="3"><strong>NOTE:</strong><br>
Username is not your DID but you GoTalk 09 number.</td>
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</td>
</tr>
</tr>
</table>
</table>
=== PennyTel ===
=== PennyTel ===
<table border="0" cellspacing="0" cellpadding="0" width="500">
<table border="0" cellspacing="0" cellpadding="0" width="500">

Revision as of 11:02, 13 March 2008

Asterisk Users and Peers

Here is a list of my current VSP settings.

IAX Configuration

FWD (Free World Dialup)

  Peer   User
  [fwd]

CallerID="David" <username>
username=username
type=peer
secret=password
qualify=yes
host=iax2.fwdnet.net
disallow=all
allow=ulaw

auth=md5
  [iaxfwd]

username=username
secret=password
type=user
auth=rsa
inkeys=freeworlddialup

context=from-vsp
 
  Registration    
  register=username:password@iax2.fwdnet.net

SIP Configuration

GoTalk

  Peer   User
  [GoTalk]

username=username
fromuser=username
type=peer
secret=password
qualify=yes
host=sip.gotalk.com
disallow=all
allow=ulaw
insecure=very

dtmfmode=rfc2833
  ;GoTalk Inbound

[username]
username=username
type=user
secret=password
context=from-vsp

canredirect=no
 
  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
type=peer
secret=password
qualify=yes
insecure=very
host=sip.pennytel.com
disallow=all
canreinvite=no
canredirect=no
allow=g729

 
  ;PennyTel Inbound

[username]
username=username
type=user
secret=password
fromuser=username
context=from-vsp

canredirect=no
 
  Registration    
  register=username:password@sip.pennytel.com/username

BBPGlobal

  Peer   User
  [BBPGlobal]

username=username
secret=password
type=peer
call-limit=1
qualify=yes
maxexpiry=3600
insecure=very
host=sip2.bbpglobal.com
fromuser=username
fromdomain=sip2.bbpglobal.com
disallow=all
allow=g729
authuser=password

 
  ;BBP Global inbound

[username]
username=username
type=user
secret=password
insecure=very
fromuser=username

context=from-vsp
 
  Registration    
  register=username:password@sip2.bbpglobal.com/username

Free World Dialpoint

  Peer   User
  [WorldDialPoint]

username=username
type=peer
secret=password
qualify=yes
host=202.168.56.133
disallow=all
allow=g729

 
  ;Wold Dial Point Inbound

[username]
username=username
type=user
secret=password
insecure=very
fromuser=username
context=from-vsp

canreinvite=no
 
  Registration    
  register=username:password@202.168.56.133