|
| Matt wrote:
> Hi,
>
> Still having problems with AAH 2.8 and voip.co.uk.
>
> The current problem is that if I dial 121 (for voicemail) the system
> dials up to v.c.uk as planned, but it never answers the call.
>
> Their support desk told me it was a problem with codecs. I've tried a
> few options, but no improvement!
>
> Also, if I try to make an outgoing call to my mobile, the mobile
> rings, I answer it, but voip.co.uk still gives me a ringing tone from
> the handset I called from. Does anyone have any ideas on this one?
>
> Could a voip.co.uk user please post the section of sip.conf that
> contains the general codec details, and also the specific voip.co.uk
> details?
>
> What do people think of voip.co.uk? Am I the only one with ongoing
> problems? Have moved a couple of numbers to voipfone, and found them
> to be worth the £1.99 a month.
>
> Many thanks
>
>
> Matthew
sip.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
;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 = my.dndns.domain
localnet=192.168.1.0/255.255.255.0
nat=yes
#include sip_nat.conf
#include sip_custom.conf
#include sip_additional.conf
|
|