[Asterisk-Users] Dial via sip gateway?

Rich Adamson radamson at routers.com
Sun Feb 1 06:36:58 MST 2004


> >What's the proper syntax for dialing out via a sip g/w (Mediatrix)?
> >
> >Been trying stuff similar to:
> > exten => _6X.,1,Dial(SIP/3091 at 205.22.93.1/${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:1}@mediatrix-1204)

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????

Rich





More information about the asterisk-users mailing list