> >>>What's the proper syntax for dialing out via a sip g/w (Mediatrix)?
> >>>
> >>>Been trying stuff similar to:
> >>>exten => _6X.,1,Dial(SIP/[EMAIL PROTECTED]/${EXTEN-1})
> >>>where 3091 is alias for the port on the Mediatrix. Sniffer indicates * did
> >>>even try the IP.
> >>>
> >>>Rich
> >>>
> >>
> >>from my extensions.conf:
> >>
> >>;******************************************************
> >>[trunk-local]
> >>;******************************************************
> >>exten => _9NXXXXXX,1,Dial(SIP/${EXTEN:[EMAIL PROTECTED])
> > 
> > 
> > The above does not seem to work either. Since the mediatrix has four pstn
> > ports, there must be a way to construct a Dial command that would embed
> > a userid:password, port alias name, or something like that. Just can't find
> > any reference to what that syntax would look like. (The gateway is properly
> > handling incoming pstn calls, just not the outgoing pstn attempts.)
> > 
> > Really need to the sip dial command to include...
> >   - the string of digits to be called
> >   - either a userid:password, or, port alias name (or both)
> >   - ip address of the gateway
> > 
> > Anybody have a clue what that dial sip syntax would look like????
> Yes, it's
>     SIP/[EMAIL PROTECTED]
> There's no 'sub-extension'.
> 
> So SIP/[EMAIL PROTECTED] is the proper way to go, where extension is
> the string of digits to be called. If the box acts as a SIP proxy, you
> might need to register with a register=> in sip.conf beforehand.
> 
> This is like calling any FWD extension. First, register, then place
> a call with
>    DIAL(SIP/[EMAIL PROTECTED])
> 
> Any pointer to the manual?

No, the manual is very verbose but no * examples at all. The box sells as
either a 323 or sip, with different images (sort of like C7960's) and
different manuals.

The box does not support the "register" function in either direction. I just
tried the * sip register, and got a "501 Not Implemented" with sniffer.

>From what I can tell (box is about 48 hrs old for me), it seems to be a
rather incomplete or just-bare-sip-minimum functionality. It also appears
as though all four ports are treated as a group-of-lines, and one doesn't
have any choice (from a sip perspective) on which port to use for outgoing 
calls. Since this one is set up with 1:home, 2:business, 3:outgoing calls
I really need to be able to select which port * is going to use, particularly
since outgoing 'home' long distance calls must use a different port then for
outgoing 'business' calls.

The entire box (4 ports) has only a single IP, so if the dial sip command
doesn't have any additional parameters/strings to destinguish selected ports,
guess I'll return it to the reseller. There appears to be a way to set certain
types of filters on a per port basis in the box, but I can't see how that
could be used to differentiate home vs business calls, etc.

Since I don't know anything about 323, does that control protocol allow some
sort of sub-selection where each port would be addressable? If not, it certainly
seems as though Mediatrix needs to go back to work on their code or something.

Can you think of any other way that * might interact with this thing via sip?

Rich




_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to