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 January 15th, 2005, 01:13 AM
Junior Member
 
Join Date: Jan 2005
Posts: 3
beonice
Default Really basic newbie question: handling incoming calls

Hello, all.

I'm trying to set up Asterisk for VOIP inbound calls (outbound will follow later). I'm able to SSH in to the Asterisk box, and can even access the AMP web-based portal through http. Now I'm trying to hook in my DID so that I can use Asterisk as my PBX.

I've got a DID from VoicePulse Connect, and followed the instructions they have to set up my extensions.conf and iax.conf. From their docs, this is all I should need to do to have VOIP working with Asterisk. (I'm configuring the rest of my app with AMP, but that's irrelevant to this bit). I don't have a VOIP phone, so I'm just hoping to use IAX.

Now, I tried calling the DID phone number from my cell phone: the cell shows that the call connects, but I hear no ringing tone on the cell phone, and the call is dropped after about 10 seconds.

I am wondering if I am missing something totally basic.

Help, please!

Cheers,
BeOnIce
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old January 15th, 2005, 01:33 AM
FamilyGuy's Avatar
Senior Member
 
Join Date: Sep 2003
Location: Philadelphia, PA
Posts: 157
FamilyGuy is an unknown quantity at this point
Send a message via AIM to FamilyGuy Send a message via Yahoo to FamilyGuy
Default RE: Really basic newbie question: handling incoming calls

First do this:

cd /var/lib/asterisk/keys
wget http://connect.voicepulse.com/keys/voicepulse01.pub

Then setup the following files as such:

iax.conf

register => USERNAME:PASSWORD@gwiax-in-01.voicepulse.com

; This is the VoicePulse user for incoming calls to your
; Asterisk server:
;
[voicepulse-in-01] ; <-- Name must be [voicepulse-in-01]
type=user
context=voicepulse-incoming
auth=rsa
inkeys=voicepulse01

extensions.conf

[voicepulse-incoming] ; change 239 to your VP area code
exten => _239NXXXXXX,1,DigitTimeout(5)
exten => _239NXXXXXX,2,ResponseTimeout(10)
exten => _239NXXXXXX,3,Wait(1)
exten => _239NXXXXXX,4,Background(custom/ivr-greeting)

then connect to asterisk by typing the following from the /usr/src/asterisk directory ./asterisk -vvvvvvvgrc

That will give you access to the CLI for debugging what happens when you call your DID
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
question about incoming PSTN calls dswartz Asterisk Support Forum 2 January 11th, 2006 10:29 PM
Incoming Calls and AAH (Potential Newbie Question) dredd Asterisk Support Forum 1 November 13th, 2005 02:56 PM
handling Incoming PSTN call with Asterisk blue389 Asterisk Support Forum 1 June 26th, 2005 03:44 AM
Newbie question - No incoming calls on Sipura 3000/FWD Udit Linksys (Sipura) VoIP Support Forum 1 June 9th, 2005 10:53 AM
Basic Fx-200 Question iamhives SIPCPE Support Forum 5 December 6th, 2004 03:47 PM



All times are GMT. The time now is 08:06 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.