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 August 7th, 2005, 11:20 PM
Junior Member
 
Join Date: Aug 2005
Posts: 5
joshbaptiste
Default How to setup Asterisk with Inphonex.com

This is what i had to do to setup my $7.95 Miami inbound DID with www.Inphonex.com

1) sign up on their site for pay as you go outbound service $9.95 + $1.00 tax
2) After signing up you will have a virtual number assigned to you by INPHONEX
3) Email sales@inphonex.com that you want to purchase an incoming DID (since you can't do it on the website directly as of yet)
4) They send you an email giving you instructions on where/how to sign up for incoming DID number
5) after choosing and purchasing a DID, log in to inphonex account on their site and click on control panel
6) now under control panel you will see everything needed to setup Asterisk
7) edit sip.conf for Asterisk with these lines


;#####sip.conf###################################
[general]
port = 5060 ; Port to bind to
bindaddr = 0.0.0.0

insecure=very ; I had to add this or i would get chan_sip.c:9046 (handle_request_invite: Failed to authenticate user) errors on the caller iD and it would get redirected to inphonex's voicemail.

disallow=all ; Disallow all codecs

allow=ilbc ;inphonex supports only ilbc and G729 I didn't feel like purchasing a G729 license from digium so I use ilbc, sounds fine



register => virtualacctnumass:virtualacctnum@sip.inphonex.co m:5060/ext
;use the virtual account number not your actual DID in the above register => line
;'ext' at the end of this line can be any extension you choose that will correlate with an extension in extensions.conf

[inphonex]
type=peer
username=virtualacctnumber
fromuser=virtualacctnumber
secret=pass ; password used to login their website (same in register =>)
host=sip.inphonex.com
nat=yes ; my asterisk is behind nat
canreinvite=yes
context=inbound-inphonex ; context to be used in extensions.conf for inbound

8 ) edit extensions.conf
;#########extension.conf########################## ###

[globals]
OFFICE=SIP/x101 ; my sip phone in the office


;remember replace 'ext' with the number you used at the end of the register => line in sip.conf
[inbound-inphonex]
exten => ext,1,Wait(1) ;Wait a second, and to get the CallerID information.
exten => ext,2,Playback(support) ; play initial greeting/recording
exten => ext,3,Dial(${OFFICE},20,tr) ; dial my sip phone for 20 sec
exten => ext,4,SetCallerID(${IDCALLER}) ; im not there? set call id to pass to my cell phone
exten => ext,5,Dial(IAX2/login@voipjet/cellphone#,10,tr) ; dial my cell phone , and seamlessly fw call to it. I use voipjet
exten => ext,6,Playback(busy-on-call) ; switch to a on-call message if i didnt pick up both cell and sip phone
exten => ext,7,Voicemail(1) ;leave voice mail
exten => ext,8,Hangup() ; hangup the call

9) done

This is what I did to get my office up with Inphonex.com, I chose Inphonex because they are a local Miami,fl company and their servers are also local (15ms ping). I'am by no means an Asterisk expert (yet), So this may have mistakes, but I'am just sharing what I did to get it to work for me.

Cheers,

Josh
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
Anyone use INPHONEX or VARPHONEX for Linksys 9000 system? newjerseyvoice Other Providers 2 September 13th, 2006 04:39 PM
How To Setup a Asterisk @ home. jefffff Asterisk Support Forum 5 April 7th, 2006 08:41 PM
BV + Asterisk setup question :( mik0r BroadVoice Support Forum 3 June 13th, 2005 08:38 PM
poor quality from inphonex but good prices, customer service dig090 Other Providers 1 April 24th, 2005 06:03 AM
Trying to figure out the Asterisk setup I will need. MillsapsPE Asterisk Support Forum 9 March 4th, 2005 11:22 PM



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