<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3502.5390" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear all,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have an asterisk sip issue which I don't believe 
is unique.</FONT></DIV>
<DIV><FONT face=Arial size=2>I use a registrar (sipgate.co.uk) where I have 3 
different accounts.</FONT></DIV>
<DIV><FONT face=Arial size=2>These accounts provide me with three seperate local 
phone numbers which allow me to allocate them to seperate users.</FONT></DIV>
<DIV><FONT face=Arial size=2>By using just one of these accounts I can set 
asterisk up to send and receive calls no problem.</FONT></DIV>
<DIV><FONT face=Arial size=2>However, when I start to introduce an additional 
account I start to run into problems.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>if I do a 'sip show peers' with a good config I 
think it may outline the problem</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>sip show 
peers<BR>Name/username&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dyn Nat 
ACL Mask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Port&nbsp;&nbsp;&nbsp;&nbsp; Status&nbsp;&nbsp;&nbsp; 
<BR>1005/1005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(Unspecified)&nbsp;&nbsp;&nbsp; 
D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.255.255&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Unmonitored<BR>1004/1004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(Unspecified)&nbsp;&nbsp;&nbsp; 
D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.255.255&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Unmonitored<BR>1003/1003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(Unspecified)&nbsp;&nbsp;&nbsp; 
D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.255.255&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Unmonitored<BR>1002/1002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
10.0.0.52&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.255.255&nbsp; 
5060&nbsp;&nbsp;&nbsp;&nbsp; 
Unmonitored<BR>1001/1001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
10.0.0.51&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.255.255&nbsp; 
5060&nbsp;&nbsp;&nbsp;&nbsp; 
Unmonitored<BR>sipgate1/321****&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
217.10.79.219&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
N&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.255.255&nbsp; 
5060&nbsp;&nbsp;&nbsp;&nbsp; OK (52 ms)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I think it maybe a host specific ip address which 
must be in a table somewhere in asterisk.</FONT></DIV>
<DIV><FONT face=Arial size=2>I have tried setting it up as a peer and dynamic 
but still no joy.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Is there a limitation to this within asterisk. I 
have provided a sip.conf below (adjusted), will I need to implement a SER box 
(more things to learn which is all good provided it sorts my 
problem)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[general]<BR>port = 5060<BR>bindaddr = 
0.0.0.0<BR>disallow=all<BR>allow=ulaw<BR>allow=alaw<BR>allow=gsm<BR>;<BR>register 
=&gt; <A 
href="mailto:*********.******@sipgate.co.uk/">*********.******@sipgate.co.uk/</A>*******</FONT></DIV>
<DIV><FONT face=Arial size=2>register =&gt; <A 
href="mailto:***:***********@sipgate.co.uk/">***:***********@sipgate.co.uk/</A>******<BR>[sipgate1]<BR>type=friend<BR>context=from-sipgate1<BR>fromuser=******</FONT></DIV>
<DIV><FONT face=Arial size=2>username=****<BR>authuser=*****</FONT></DIV>
<DIV><FONT face=Arial 
size=2>secret=******<BR>host=sipgate.co.uk<BR>fromdomain=sipgate.co.uk<BR>nat=yes<BR>dtmfmode=info<BR>qualify=yes<BR>insecure=very<BR>canreinvite=no<BR>;<BR>[sipgate2]<BR>type=friend<BR>context=from-sipgate2<BR>fromuser=*********</FONT></DIV>
<DIV><FONT face=Arial size=2>username=******</FONT></DIV>
<DIV><FONT face=Arial size=2>authuser=*******</FONT></DIV>
<DIV><FONT face=Arial size=2>secret=*********</FONT></DIV>
<DIV><FONT face=Arial 
size=2>host=sipgate.co.uk<BR>fromdomain=sipgate.co.uk<BR>nat=yes<BR>dtmfmode=info<BR>qualify=yes<BR>insecure=very<BR>canreinvite=no<BR>;<BR>[1001]<BR>type=friend<BR>username=1001<BR>secret=*****<BR>host=dynamic<BR>dtmfmode=rfc2833<BR>context=from-sipphones<BR>;mailbox=1001<BR>allow=alaw<BR>allow=ulaw</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>kindest regards</FONT></DIV></BODY></HTML>