Asterisk settings VoiceEclipse
Created by: jabbrass,Last modification on Thu 14 of Sep, 2006 [20:27 UTC]
This config is exactly what was sent to me after a long process of calling tech support repeatedly.
These should be accurate as of September 14, 2006.
I had a hard time finding them, so I thought I'd pass the along.
jabbrass
These should be accurate as of September 14, 2006.
I had a hard time finding them, so I thought I'd pass the along.
jabbrass
VoiceEclipse is a service of US LEC Corp.
Internet Telephony & ISP Operations
Support (866)444-0795 Fax (847)963-1302
Voice Eclipse, The Fresh Alternative http://www.voiceeclipse.com
Wholesale Internet Services http://www.megapop.net
<SIPE> = Your User ID
Here is the configuration for 'sip.conf':
[general]
register => <SIPE>:<PASSWORD>@chi2-sr1-ha.starnetusa.net/<SIPE>
disallow=all
allow=ulaw
allow=iLBC
allow=gsm
...
[chi2-sr1-ha.starnetusa.net]
type=friend
username=<SIPE>
secret=<PASSWORD>
host=chi2-sr1-ha.starnetusa.net
fromdomain=chi2-sr1-ha.starnetusa.net
fromuser=<SIPE>
insecure=very
port=5060
[<SIPE>]
type=user
context=<CONTEXT> ; where to send calls that match the below host/ip
host=64.24.35.208 ; used in find_peer in chan_sip.c

Comments
333
general
register => <SIPE1>:passwd@chi2-sr1-ha.starnetusa.net/<SIPE> ;first number
register => <SIPE2>:passwd@chi2-sr1-ha.starnetusa.net/<SIPE> ;second number
[voiceeclipse-<SIPE1>
context=incoming
type=friend
username=<SIPE1>
user=<SIPE1>
host=chi2-sr1-ha.starnetusa.net
fromuser=<SIPE1>
secret=passwd
nat=yes
insecure=very
disallow=all
;allow=g729
allow=ulaw
[voiceeclipse-<SIPE2>
context=incoming
type=friend
username=SIPE2
user=SIPE2
host=chi2-sr1-ha.starnetusa.net
fromuser=SIPE2
secret=passwd
nat=yes
insecure=very
disallow=all
;allow=g729
allow=ulaw
here is the extension config.
incomming
exten => <SIPE1>,1,do something
exten => <SIPE2>,1,do something
I also creating different dialing rules depending all the caller ID I wanted to send. I set to dial 9 for <SIPE1> and normal dialing for <SIPE2>