[Asterisk-Users] Mediatrix 1204 configuration

Rich Adamson radamson at routers.com
Tue Jun 15 05:23:04 MST 2004


Gonzalo,

> i would like if some could help me with a * and Mediatrix configuration...
> i have this in my extensions.conf file
> 
> [outbound]
> ignorepat => 9
> exten => _901NNNNNNNN,1,Dial(SIP/${EXTEN}@Mediatrix)
> exten => _901NNNNNNNN,2,Congestion
> exten => _9020,1,Dial(SIP/${EXTEN}@Mediatrix)
> exten => _9020,2,Congestion
> 
> and this in my sip file
> 
> [Mediatrix]
> type=peer
> host=110.10.200.10
> mask=255.255.255.255
> qualify=yes
> canreinvite=no
> disallow=g729

You might want to use google to find several postings regarding the 1204
over the last six months or so. Search for "mediatrix sip dial" and/or
"mediatrix 1204" for several examples.

Here's a couple: 
http://lists.digium.com/pipermail/asterisk-users/2004-February/036015.html
http://lists.digium.com/pipermail/asterisk-users/2004-February/036833.html

It will probably be much easier for you (to start with) to forget about
the mediatrix context (above) for outbound calls, and just do something 
like:
 exten => _9.,1,Dial,SIP/${EXTEN}@110.10.200.10
which worked in the past. Then mess with the mediatrix configuration until
the above dials out correctly with only a single pstn line connected.

The mediatrix will strip the first digit dialed unless you change the
country code which is undocumented by mediatrix (which can also be found 
via google).

Finding the appropriate mediatrix snmp mib variables to support your
environment can be somewhat difficult since the terminology used by 
Mediatrix is somewhat different from asterisk.

Rich





More information about the asterisk-users mailing list