_____  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bruce B
Sent: Wednesday, February 16, 2011 2:33 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] No ring tone on inbound call - but channelconnects
fine

 

Hi Everyone,

 

I have a SIP turnk which works fine with both inbound and outbound calling.
However, the only issue is that there is no Ring Tone if someone calls us.
The phones used are Aastra and Polycom connected to the PBX via VPN (SIP).

 

I do get an outbound ring tone, so it's not that there is any media loss
between the phones and the PBX. But when the DID is called there is dead
silence until the call is picked up.

 

What is generally causing something like this? and where should I start
looking? Much appreciate your experienced tips.

 

Thanks

 

This sounds like a dialplan problem.  My thought is that your SIP trunk
should go to an "incoming" context that does something like this:

In-house phones are 1000 and 1001

[incoming]

Exten => s,1,answer

Exten => s,n,Dial(SIP/1000&SIP/1001,30,mKkTt)

 

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to