Voip Provider Connection

kapamarou
Posts: 24
Member Since:
2010-11-01

Hello,

i am trying to configure Voip trunk (my first time) on one NIC when my sip phones are on a different NIC. For some reason my system cannot ''see'' the sip server of my provider. Is there any configuration i have to do on linux level. I was thinking that i might need static route on that way however i am not able to create the route since my system is unable to identify the hostname of the sip server.

I had a look on the /asterisk/full and it is full of errors

[Jul 21 16:02:25] WARNING[2585] chan_sip.c: No such host: xxxxxxxxxxx
[Jul 21 16:02:25] WARNING[2585] chan_sip.c: Probably a DNS error for registration to username@xxxxxxxxxxx trying REGISTER again (after 20 seconds)

I understand that i might have a DNS problem but the rest of the pings (ie google) are fine.

What is the format of the register string?

Thanks

Demetris



stanjohn
Posts: 73
Member Since:
2011-01-06
useraccount:password@provider

useraccount:password@provider.com/useraccount

Goto the web interface login as admin select system , network, edit and enter your dns address or just select the use openDNS option.



kapamarou
Posts: 24
Member Since:
2010-11-01
String Registration Problem

Thanks stanjohn for the reply.

I changed the string to what you say (no successful result) however in the full log i see as string username@provider.
Yes i applied the changes. I am trying to find the file where this string is stored. Do you have any idea?

Thanks

Demetris



kapamarou
Posts: 24
Member Since:
2010-11-01
I found the string in the

I found the string in the sip_registration.conf and it is in the format

username:password@provide.com/username

in the full logs during registration attempt i see it as username@provider.com

I do not know why.

Demetris



Comment viewing options

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