Voip Service Provider Home Support Contacts
Home
VoIP Services
VoIP Coverage Area
VoIP Network
Investor relations
Voip ResellersResellers
Our ContactsOur Contacts

Voip News

Configuring Asterisk To configure Asterisk SIP channel for use with telasip please follow this simple example. Simply add the following to your sip.conf file, and extensions.conf.

sip.conf

register=username:password@gw4.telasip.com

[telasip-gw]
type=peer
host=gw4.telasip.com
username=[username]
secret=[secret]
qualify=yes
fromuser=[username]
fromdomain=telasip.com
canreinvite=no
sendrpid=yes
insecure=very
context=from-trunk

extensions.conf

[from-trunk]
exten=>_2403961450,1,Dial(SIP/201,30,r)

 

Debugging My Asterisk Config? There are several things you can do to determine if there is an issue with your configuration. There are a couple of common mistakes and easy fixes.

One-way Audio

Telasip attempts to support re-invites. Re-invites allow the audio to be redirected from your box to our providers gatewaey. Typically this provides the best overall call quality. But Asterisk needs to be configured for re-invites.

To support re-invites Asterisk needs to know what it's public IP address is. There are two mechanisms to configure Asterisk for reinvites. For users with static IP addresses simply at the following in the sip.conf file in the general section.

externip=xxx.xxx.xxx.xxx               ; where xxx.xxx.xxx.xxx is the static IP address
localnet=xxx.xxx.xxx.xxx/255.255.255.0      ; where xxx.xxx.xxx.xxx is the internal subnet.


The other mechanism requires you to use Dynamin DNS.

externhost=<yourdynamicdns>
externrefresh=15
localnet=xxx.xxx.xxx.xxx/255.255.255.0

When using Dyanmic DNS make sure Asterisk is using an external DNS server, and the hostname resolves to the public IP address.

Inbound Calls go straight to voicemail

This is typically an issue with the inbound route. The context= setting in the peer controls which context the inbound call will be routed. You need to have an entry for the 10 Digit Number in that context. To debug how the inbound call is being routed do the following:

Login in to the linux box
Run asterisk -r to get into asterisk

CLI> sip debug
CLI> set verbose 4

Place inbound call. In the output you will find the text "Looking for [NXXNXXXXXX] in [context]". This will tell you how the inbound call is being routed.



Am I experiencing an Issue with re-invites? Re-invites allow Telasip to redirect the audio from your box directly to our provider. Typically this provides the best overall call quality. But there are issue with reinvites, that can cause some strange behavior. The most common is one-way audio.

A simple test to determine if you are having an issue with re-invites is to set the codec to gsm. We are unable to re-invite gsm to our provider and must stay in the audio path to translate. To force gsm add the following two statements to the telasip peer.

disallow=all
allow=gsm

If you are experiencing an issue re-invites you can send an email to support[at]telasip.com requesting re-invites be disabled.

 

How many simultaneous calls can I have? Residential accounts are priced per line. We allow two calls inbound "One Call plus Call aiting" and one outbound call. We have been forced to do this to prevent businesses from using residential accounts.
How to Setup Telasip voicemail using Astersk? To access voicemail simply Dial *123. When prompted enter in your passcode. The default passcode was emailed to you when you signed up. When configuring asterisk for our voicemail you must have an entry for *123 in your outbound context. .
home | wholesale | business | residential | affiliates | contact | site map
Copyright 2005-2006© Telasip. All rights reserved.
Terms of use  |  Privacy Policy