no luck mate
a female voice says ALL CIRCUITS ARE BUSY NOW TRY AGAIN LATER
SO STRANGE
Jono wrote:
> phpguy formulated on Thursday :
> > ok here it is
> >
> > ; Note: If your SIP devices are behind a NAT and your Asterisk
> > ; server isn't, try adding "nat=1" to each peer definition to
> > ; solve translation problems.
> >
> > [general]
> >
> > port = 5060 ; Port to bind to (SIP is 5060)
> > bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
> > disallow=all
> > allow=ulaw
> > allow=alaw
> > context = from-sip-external ; Send unknown SIP callers to this context
> > callerid = Unknown
> >
> > #include sip_nat.conf
> > #include sip_custom.conf
> > #include sip_additional.conf
>
> [general]
>
> port = 5060 ; Port to bind to (SIP is 5060)
> bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
> disallow=all
> allow=ulaw
> allow=alaw
> allow=gsm
> ;context = from-sip-external ; Send unknown SIP callers to this context
> context = from-trunk
> ;defaultexpirey = 600 ; include this only if necessary
> ;maxexpirey = 3600 ; include this only if necessary
> progressinband = yes
> ;dtmfmode=auto
>
> callerid = Unknown
> externip = myPUBLICipADDRESS/DynDNShostname
> localnet=192.168.1.0/255.255.255.0
> nat=yes
>
> #include sip_nat.conf
> #include sip_custom.conf
> #include sip_additional.conf