On 9/20/06, C F <[EMAIL PROTECTED]> wrote:
Erik is this for a Mediatrix 1204? If so where did you get these
settings? In SNMP? or HTTP?

>From the Mediatrix documentation:
Page 59 (87) These are footnotes to whereever the words register
server are mentioned in the Manual:
1. The Mediatrix 1204 does not use the Registrar server.
2. The Mediatrix 1204 does not use the Registrar server.

Here is an old post about this:
http://lists.digium.com/pipermail/asterisk-users/2004-February/028568.html



On 9/20/06, Erik <[EMAIL PROTECTED]> wrote:
> gateway sip mysipprovider
>    no transport tcp
>    bind interface WAN router
>   domain mysipdomain
>      realm sip.mydomain.nl
>      authentication myusername password mypassword
>      default-server mysipproviderserver 5060 loose-router
>      registration-lifetime 300
>      registrar mysipproviderserver use-default-server
>      user myusername
>
> works for me (note that this is a modified Patton setup, so you might have to tweak the language a bit.)
>
> rgds,
>
> Erik
>
> C F wrote:
> > Erik, I have tried it and it did NOT work, can you tell me where to
> > enter that info? Have done it and it worked?
> >
> > On 9/19/06, Erik <[EMAIL PROTECTED]> wrote:
> >> mediatrix DOES support SIP Register, just enter authentication details
> >> and a registar server
> >>
> >> C F wrote:
> >> > Keep in mind that the Mediatrix does not support register (AFAIK,
> >> > anyhow). You have to create a static entry in sip.conf that has host
> >> > set to the IP address of the Mediatrix
> >> >
> >> > On 9/18/06, Bill Michaelson <[EMAIL PROTECTED]> wrote:
> >> >> Thank you, C F and Florian. Now I must expose my ignorance about
> >> SIP and
> >> >> Mediatrix...
> >> >>
> >> >> I've adapted my sip.conf to essentially conform with what you've
> >> posted.
> >> >> So when I restart the Asterisk server, ethereal indicates that a
> >> NOTIFY
> >> >> goes to the Mediatrix (at 192.168.20.188), which responds with a 481,
> >> >> resulting in this message:
> >> >>
> >> >> -- Got SIP response 481 "Subscription does not exist" back from
> >> >> 192.168.20.188
> >> >>
> >> >> My guess is that I'm missing a piece of the puzzle on the Mediatrix
> >> side
> >> >> of the configuration.
> >> >>
> >> >> Similarly, I've configured the Mediatrix via snmpset commands such
> >> that:
> >> >>
> >> >> telephonyAttributesAutomaticCallEnable[*] = 1
> >> >> and
> >> >> telephonyAttributesAutomaticCallTargetAddress[*] = <my desired
> >> >> extension(s)>
> >> >>
> >> >> When I call the Mediatrix from POTS, it sends INVITE to Asterisk with
> >> >> the appropriate extension, but Asterisk responds with 404.
> >> >>
> >> >> I think I'm missing something involving REGISTER, but I'm foggy...
> >> would
> >> >> somebody clear the haze, please?
> >> >>
> >> >> In my floundering, I tried putting this into sip.conf:
> >> >>
> >> >> register => [EMAIL PROTECTED]/441
> >> >>
> >> >> But the Mediatrix was unimpressed, rebuffing my entreaty with a: 405
> >> >> Method Not Allowed
> >> >>
> >> >> I don't take rejection well, and so I'm loathe to speak with the
> >> >> Mediatrix again. I really need someone wiser to advise me...
> >> >>
> >> >> Message: 15 Date: Sat, 16 Sep 2006 21:59:34 -0400 From: "C F"
> >> >> <[EMAIL PROTECTED]> Subject: Re: [asterisk-users] Mediatrix 1204 To:
> >> >> "Asterisk Users Mailing List - Non-Commercial Discussion"
> >> >> <asterisk-users@lists.digium.com> Message-ID:
> >> >> <[EMAIL PROTECTED]>
> >> >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed I have the
> >> >> same setup as Florian, however I have dtmfmode set to rfc instead of
> >> >> inband On 9/16/06, Florian Overkamp <[EMAIL PROTECTED] > wrote:
> >> >>
> >> >> > > Bill Michaelson wrote:
> >> >> >
> >> >> >> > > Would anyone be kind enough to post a sip.conf fragment as a
> >> >> sample for
> >> >> >> > > use with a Mediatrix 1204?
> >> >> >>
> >> >> > >
> >> >> > > Ours works with:
> >> >> > >
> >> >> > > [mtrix1]
> >> >> > > type=peer
> >> >> > > host=172.28.4.46
> >> >> > > mask= 255.255.255.255
> >> >> > > context=in-mtrix1
> >> >> > > qualify=no
> >> >> > > canreinvite=no
> >> >> > > dtmfmode=inband
> >> >> > > disallow=all
> >> >> > > allow=ulaw
> >> >> > >
> >> >> > >
> >> >> > > Best regards,
> >> >> > > Florian


Hi guys,


I have a Mediatrix 1204 working in this way.

In SIP.CONF:
[general]
context=default

in Mediatrix:

SIP Configuration
Proxy Host: MyAsteriskIP
Port: MySipPort

Telephony/Advanced:
Automatic Call Activation: Enabled
Automatic Call Target: sip:[EMAIL PROTECTED]:Port

This way when I call a number connected to Mediatrix it makes a call to 1122 in context [default].
But I didn't set any configuration to user like peer or something else to use with it.



--
Ralph Liebessohn
ICQ: 74835911
Skype: liebessohn
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to