Problem with inbound on IAX2 trunk

GWalmsley
Posts: 66
Member Since:
2006-06-08

Hi,

I am trying to establish an IAX trunk with a provider here in the UK. Outbout works a treat but inbound is not working at all. I get "No Authority Found" error on the screen when IAX2 debug is enabled.

Here is the relevant bit of iax_additional.conf file:

[provider]
username=provider_username
type=peer
secret=provider_password
host=iax.provider.co.uk
allow=g729
allow=gsm

[provider-inbound]
type=peer
permit=provider_ip_range/255.255.255.0
host=dynamic
context=from-trunk
allow=g729
allow=gsm

I am running a trixbox 1.0 install with trixbox-update.sh install run over the top.

The [from-trunk] section exists in extensions.conf and is the default one that comes with the installation.

Any ideas would be great.

Thanks

Graham



arobar
Posts: 183
Member Since:
2006-06-01
Re: Problem with inbound on IAX2 trunk

I'm not entirely sure about that error, but if I had to guess I'd say that the provider is sending the call to a particular user, and that user isn't setup on your system. You say that your USER context is set to "provider-inbound". My provider sends the call to a user with my phone number, so the USER context MUST be set to my phone number. Try checking with your provider what context/user they send the call to.

Alex

--

Alex Robar
alex.robar@gmail.com



GWalmsley
Posts: 66
Member Since:
2006-06-08
Re: Problem with inbound on IAX2 trunk

Hi,

Thanks for your reply.

You are correct (I think). The [section] name in the iax.conf file had to match the username being sent via the VoIP provider.

Thanks

Graham



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.