miguel@amplanet.com.br
2004-Sep-03 06:17 UTC
[Asterisk-Users] RES: Mediatrix APA III-4FXO (or 1204) help. Anyone with user manual
I have the user manual, I'll send it to your email tonight when I'll be in my home. I have an APA III-4FXO too, until today I can't put it to work with asterisk. Kind regards, Miguel Date: Fri, 03 Sep 2004 16:07:59 +1000 From: Jamie Carl <geek@j-code.net> Subject: [Asterisk-Users] Mediatrix APA III-4FXO (or 1204) help. Anyone with user manual? To: asterisk-users@lists.digium.com Message-ID: <41380A3F.5050202@j-code.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi all, I just picked myself up a Mediatrix FXO SIP gateway to play around with and hook into Asterisk but have no documentation. Are there default passwords or IP's that I need to know if I do a factory reset? Or better still, would anyone have a User Manual they could send my way? Any help would be appreciated. TIA. Jamie
Gonzalo Gasca Meza
2004-Sep-04 15:38 UTC
[Asterisk-Users] Mediatrix APA III-4FXO (or 1204) help. Anyone with user manual
Here is my configuration for MEdiatrix 1204, by default the 1204 strips one
digit, so it is not necessary to use:
To dial OUTSIDE
EXTENSIONS.CONF
[locales]
;ignorepat => 9
exten => _9XXXXXXXX,1,Dial(SIP/${EXTEN-1}@Mediatrix)
exten => _9XXXXXXXX,2,Congestion
exten => _9XXXXXXXX,102,Congestion
To receive calls
[from-pstn]
;Incoming calls from Mediatrix 1204, the 1204, sends an invite to
1111@110.10.200.2
exten => 1111,1,Dial(SIP/100,20)
exten => 1111,2,Voicemail(u100)
exten => 1111,102,Voicemail(b100)
exten => 1111,103,Hangup
*******************************************************************************************************
SIP.CONF
;Mediatrix Telecomm 1204
[Mediatrix]
type=peer
host=110.10.200.10
mask=255.255.255.255
context=from-sip
qualify=yes
canreinvite=yes
disallow=g729
nat = yes
In MEdiatrix 1204 use a program called Unit Manager Network a Configure the
first port as extension 1111 for port 1, in option SIP. as user agent. also edit
registar an dproxy SIP as the IP address of Asterisk.
Works VERY GOOD with one line, although i have seen some scenarios with more
than 1 line which experince problems.
---------------------------------
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20040904/feff93d6/attachment.htm