Voxilla VoIP Forum

Go Back   Voxilla VoIP Forum > Hardware/Software Support Forums > Asterisk Support Forum

Asterisk Support Forum Technical support, how-to guides, troubleshooting, and general assistance, from beginner to seasoned pro, this is where to discuss Asterisk, the most powerful open source PBX.


Closed Thread
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old November 21st, 2005, 05:35 PM
Member
 
Join Date: Nov 2005
Posts: 48
ListerD
Default Telasip debugging...

Having an issue with Telasip and need some help tracking it down.

Gene and I have been emailing back and forth on this and we're both kind of stumped as to where to begin looking at this.

On his end it looks like I'm not logged in, yet I can dial out on the telasip trunk with no problems at all.

Incoming calls to my DID number get the message that "extension xxxxxxx (my DiD) is not available". This is coming from the telasip side, and I have to agree it does look like I'm either not logged in or in DND mode.


Looking at my IAX peers with Asterisk info I see:

telasip/myaccount name 4.79.19.58 (S) 255.255.255.255 4569 OK (56 ms)

I see no errors listed in the CLI.

Next step?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old November 21st, 2005, 06:20 PM
Member
 
Join Date: Nov 2005
Posts: 48
ListerD
Default RE: Telasip debugging...

Interesting... From the CLI "iax2 show registry" shows no connection to telasip.

Is there a manual string to make the connection from the CLI? I'm not finding it under the help or online.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old November 21st, 2005, 10:00 PM
Senior Member
 
Join Date: Jul 2005
Posts: 269
AlexanderBell
Default RE: Telasip debugging...

What does your Trunk info for TelaSIP and Registration string look like?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old November 21st, 2005, 10:50 PM
Member
 
Join Date: Nov 2005
Posts: 48
ListerD
Default RE: Telasip debugging...

Gene just emailed me that it looks like an MD5 authentication failure. So I'm waiting to see what he wants to do next.


Outgoing settings:

host=gw3.telasip.com
qualify=yes
secret=pass*
type=peer
username=username


Incoming Settings:

User Context: username

User Details:

context=from-pstn
host=gw3.telasip.com
type=user

Registration:

Register String: usernameass@gw3.telasip.com


*The password has a dot (.) in it, which is interesting. I was raised in *nix as that is a no-no in passwords...

I'm wondering if we shouldn't specify auth=rsa but I'm not sure in which context it should go into.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old November 22nd, 2005, 12:27 AM
Member
 
Join Date: Nov 2005
Posts: 48
ListerD
Default

(insert Homer_Simpson_32-Doh_audio_file)

It was my password... I had it correct in one spot, but dropped a character when I added it to the registration string! ops: :evil:

And the really stupid part is I've read and reread those files in vi and in AMP and never spotted the typo. I don't feel too bad because Gene didn't catch it either until about 15 minutes ago . :wink:


OK - so I have nothing but glowing recommendations for Telasip! Gene busted his rump helping me on this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6 (permalink)  
Old November 23rd, 2005, 12:01 AM
Senior Member
 
Join Date: Jul 2005
Posts: 269
AlexanderBell
Default

There is no better provider out there. Trust me. I've tried (more like endured) dozens.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7 (permalink)  
Old November 26th, 2005, 05:28 PM
Junior Member
 
Join Date: Nov 2005
Posts: 17
tdar
Default

OK I have a very strange question! I set my * server up last night and I have it working for both incomming and outgoing calls...EXCEPT when my PTSN landline calls the telasip line! When you call from the PSTN line to the telasip DID...The call is receved by my server and routed to the correct ring extention. But that extention reports that it's busy and the call goes to WM. No other caller get this action! To make it even stranger it worked this AM 1 time and now it always goes to WM...I'm lost HELP!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8 (permalink)  
Old November 26th, 2005, 09:50 PM
Senior Member
 
Join Date: Jul 2005
Posts: 269
AlexanderBell
Default

I wish I had enough fingers and toes to count the number of people that get screwed by AMP's [from-sip-external] every day! One of the worst default settings anyone could have possibly thought up. The solution for the benefit of future Google searchers is to comment out all three lines above and add the following:

exten => _.,1,Goto(from-pstn-timecheck,s,1)

Then your incoming SIP calls will actually be processed and ring just like incoming PSTN calls instead of callers getting a fast busy or voice mail welcome on every incoming call.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9 (permalink)  
Old November 26th, 2005, 11:12 PM
Member
 
Join Date: Nov 2005
Posts: 48
ListerD
Default

Just to clarify - he's speaking of the entry in extensions.conf.


I have to say, you just saved me a HUGE headache! Now not only does the DID route now work properly, my ring group also works! My Grandstream BT101 would always ring busy as tdar pointed out and this broke a DID route to it as well as a ring group.

As the younger kids would say - You da' man!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10 (permalink)  
Old November 27th, 2005, 12:18 AM
Junior Member
 
Join Date: Nov 2005
Posts: 17
tdar
Default

My problem is a bit different....It's only one Phone number that will not ring ....all other numbers work fine!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to configure Telasip DID? xlitang Asterisk Support Forum 3 April 22nd, 2006 08:12 AM
Telasip doesn't like me? ymhee_bcex Other Providers 20 January 25th, 2006 08:58 PM
TelaSIP: Feature activation draellme Other Providers 1 November 7th, 2005 05:22 PM
TelaSip, anyone use them? 1stlink Other Providers 3 October 20th, 2005 07:35 PM
Asterisk and TelaSIP tommy13v Asterisk Support Forum 0 June 28th, 2005 08:17 PM



All times are GMT. The time now is 07:18 AM.


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