No account yet? Create one
Forgot your Username or Password?

Welcome to the Voxilla VoIP Forum.

Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.





Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old August 27th, 2007, 11:55 PM
darrenmac darrenmac is offline
Junior Member
 
Join Date: Aug 2007
Posts: 7
darrenmac is on a distinguished road
Exclamation Busy Here

Hi, I am new to Asterisk and VoIp but learning quickly. I have set up a server running Asterisk@home (server is at my home) with X-Lite softphones. System works realy well on an internal network and appears to work with one phone on the internet (I have set up port forwarding on my router) but when I have 2 phones on the internet (my workshop) they come up busy here when I try calling between them. While in this state they will not accept any calls from any extension. The only way I have been able to free up these busy extentions is by rebooting my asterisk@home server. I am asuming that it is something to do with having 2 phones on the same external network.
Does anyone have any suggestions?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old August 29th, 2007, 10:39 AM
rejil.rajan rejil.rajan is offline
Junior Member
 
Join Date: Jul 2007
Location: India
Posts: 8
rejil.rajan is on a distinguished road
Thumbs up Re: Busy Here

Hi Darren

From the asterisk console try giving sip show peers and you should be able to see the extensions registered as below

112/112 <IP Address> D 5061 Unmonitored
111/111 <IP Address> D 5060 Unmonitored

If the IP address is field shows Unspecified then the phones have not register. Provide the option nat=yes and then try and see if this resolves the issue
__________________
Rejil Rajan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old August 30th, 2007, 02:24 AM
darrenmac darrenmac is offline
Junior Member
 
Join Date: Aug 2007
Posts: 7
darrenmac is on a distinguished road
Default Re: Busy Here

I have looked at "Asterisk info" via the web page and under sip registery it shows the IP address of all 3 extentions that I have currently registered and unspecified only on the ones that are currently not connected.

Name/username Host Dyn Nat ACL Port Status
208/208 "Ip address" D N 13522 OK (174 ms)
207/207 (Unspecified) D N 0 UNKNOWN
206/206 (Unspecified) D N 0 UNKNOWN
205/205 "Ip address" D N 13463 OK (189 ms)
202/202 (Unspecified) D N 0 UNKNOWN
200/200 "Ip address" D 41536 Unmonitored

205 and 208 show up as the same IP address, this is the external address of the router they are connected to.
and when I look at subscribe/notify I get the following

208 : SIP/208 State:Idle Watchers 0
207 : SIP/207 State:Unavailable Watchers 0
206 : SIP/206 State:Unavailable Watchers 0
205 : SIP/205 State:InUse Watchers 0
202 : SIP/202 State:Unavailable Watchers 0
200 : SIP/200 State:Idle Watchers 0

When I call ext 205 is comes up "busy here" I guess that is because it is showing "InUse". This will stay in this state untill I reboot my Asterisk@home server. I can then call this extension from 200 (internal network of Asterisk@home) but if I call it from 208 ao call 208 from 205 then I get the busy problem again.

The extension are set up as follows

secretdtmfmodecanreinvitecontexthosttypenatportqua lifycallgrouppickupgroupdisallowallowdialaccountco demailbox


Any Ideas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old August 30th, 2007, 02:42 AM
darrenmac darrenmac is offline
Junior Member
 
Join Date: Aug 2007
Posts: 7
darrenmac is on a distinguished road
Default Re: Busy Here

oops, looks like the copy and paste did not work correctly. should be as follows
secret = ******
dtmfmode = rfc2833
canreinvite= no
context = from-internal
host = dynamic
type = friend
nat = yes
port = 5061
qualify = yes
callgroup =
pickupgroup =
disallow =
allow =
dial = SIP/207
accountcode =
mailbox = 207@device
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old August 30th, 2007, 06:40 AM
rejil.rajan rejil.rajan is offline
Junior Member
 
Join Date: Jul 2007
Location: India
Posts: 8
rejil.rajan is on a distinguished road
Default Re: Busy Here

Hi Darren

Please could you mention the version of Asterisk that you are using. Is it the Asterisk 1.4 version or Asterisk 1.2 version. If you are using the Asterisk 1.4 version, then please ensure that in the sip.conf file the following parameters are correct in them

notifyhold=no
call-limit=10
__________________
Rejil Rajan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old August 30th, 2007, 06:40 AM
  #6 (permalink)  
Old August 30th, 2007, 06:54 AM
darrenmac darrenmac is offline
Junior Member
 
Join Date: Aug 2007
Posts: 7
darrenmac is on a distinguished road
Default Re: Busy Here

I am running V1.2.7.1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old August 30th, 2007, 08:49 AM
rejil.rajan rejil.rajan is offline
Junior Member
 
Join Date: Jul 2007
Location: India
Posts: 8
rejil.rajan is on a distinguished road
Default Re: Busy Here

Can u try to create to IAX extensions in the same manner. Use the IAX client Idefisk

http://www.asteriskguru.com/idefisk/free/

and check if your having the same issue for this also
__________________
Rejil Rajan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old August 31st, 2007, 06:31 AM
darrenmac darrenmac is offline
Junior Member
 
Join Date: Aug 2007
Posts: 7
darrenmac is on a distinguished road
Default Re: Busy Here

Yes I created IAX extensions and tested in the same situation and it worked ok for testing purposes. I would prefer to use SIP as there seems to be more handsets that support it. Does this test help in locating the source of the problem that I am having with SIP?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old September 2nd, 2007, 09:40 AM
darrenmac darrenmac is offline
Junior Member
 
Join Date: Aug 2007
Posts: 7
darrenmac is on a distinguished road
Default Re: Busy Here

Sip softphones work over the local network fine. They also work fine accross the internet if there is 1 on the internet ad 1 on the LAN that the asterisk server is on but they have this problem when they are both on the same external network and access the asterisk server accross the internet. IAX extensions work fine between 2 on the external network accross the internet. I still do not understand why this is?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: Busy Here
Thread Thread Starter Forum Replies Last Post
Busy Tone ACOCRUZ IPKall Support Forum 0 June 30th, 2007 02:48 AM
No Busy Tone dantd Linksys (Sipura) VoIP Support Forum 6 March 11th, 2007 11:57 PM
...currently busy Hamburger IPKall Support Forum 8 October 21st, 2006 03:56 PM
BUSY SIGNAL deskjockey IPKall Support Forum 1 August 21st, 2006 10:23 PM
No busy tones can be heard while connecting (busy signal) isepic Asterisk Support Forum 1 December 19th, 2005 04:37 AM


Advertise Here

All times are GMT. The time now is 03:09 PM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc. Logos and trademarks are the property of Voxilla or their respective owner. All other content © 2003-2007 by Voxilla, Inc.