Difference between revisions of "Inphonex"

From LinuxMCE
Jump to: navigation, search
(Initial Page creation)
 
m (Manual Setup)
Line 8: Line 8:
 
==Manual Setup==
 
==Manual Setup==
 
{{sectstub}}
 
{{sectstub}}
 +
 +
Linux Admin: Advanced: Configuration: Phones Setup
 +
 +
 +
--> http://www.inphonex.com/support/trixbox-configuration.php
 +
 +
Does give this warning "*Registration String = DO NOT ENTER REGISTRATION STRING ON THIS SCREEN."
 +
but worked for me.
 +
 +
key is to use your seven digit number for x's:
 +
 +
[inphonex]
 +
username=xxxxxxx
 +
type=peer
 +
secret=my-password
 +
host=sip.inphonex.com
 +
fromuser=xxxxxxx
 +
fromdomain=sip.inphonex.com
 +
context=from-inphonex
 +
canreinvite=no
 +
 +
[sip.inphonex.com]
 +
username=xxxxxxx
 +
user=xxxxxxx
 +
type=friend
 +
insecure=very
 +
host=sip.inphonex.com
 +
fromdomain=sip.inphonex.com
 +
context=from-pstn
 +
 +
Registration String: My-number:my-password@sip.inphonex.com
  
 
[[Category: Phone Lines]]
 
[[Category: Phone Lines]]

Revision as of 02:26, 21 May 2008

http://www.inphonex.com/

Automatic Setup

The setup is automatic from the House Setup Wizard using the following script

  /usr/pluto/bin/create_amp_inphonex.pl

Manual Setup

This short section requires expansion


Linux Admin: Advanced: Configuration: Phones Setup


--> http://www.inphonex.com/support/trixbox-configuration.php

Does give this warning "*Registration String = DO NOT ENTER REGISTRATION STRING ON THIS SCREEN." but worked for me.

key is to use your seven digit number for x's:

[inphonex] username=xxxxxxx type=peer secret=my-password host=sip.inphonex.com fromuser=xxxxxxx fromdomain=sip.inphonex.com context=from-inphonex canreinvite=no

[sip.inphonex.com] username=xxxxxxx user=xxxxxxx type=friend insecure=very host=sip.inphonex.com fromdomain=sip.inphonex.com context=from-pstn

Registration String: My-number:my-password@sip.inphonex.com