[Asterisk-Users] MAX TNT SIP / Asterisk

Darren Bentley darren at bcgroup.net
Mon Nov 8 12:44:00 MST 2004


Have you attempted to use SIP? It's working quite well for me.

sip.conf

[maxtnt]
type=friend
host=xxx.xxx.xxx.xxx
dtmfmode=inband
callerid="MaxTNT" <maxtnt>
context=toll-access
qualify=yes
reinvite=no
canreinvite=no
disallow=all
allow=g729
allow=ulaw

extensions.conf

(xxx.xxx.xxx.xxx would be the address of your MaxTNT)

[toll-trunks]
;
; Outbound 1-nxx-nxx-xxxx goes via: PSTN
;
exten => _1NXXNXXXXXX,1,Dial(SIP/${EXTEN}@xxx.xxx.xxx.xxx,60)
exten => _1NXXNXXXXXX,2,Hangup

[local-trunks]
;
; Outbound to nxx-xxxx goes via: PSTN
;
exten => _NXXXXXX,1,Dial(SIP/${EXTEN}@xxx.xxx.xxx.xxx,60)
exten => _NXXXXXX,2,Hangup
;

[local-access]
;
; Extensions that are this context are allowed to only call local PSTN
numbers and other extensions
;
include => extensions
include => local-trunks         ; Access to Local numbers

[toll-access]
;
; Extensions that are this context are allowed to call local and long
distance PSTN numbers and other extensions
;
include => local-access         ; Everything local-access has
include => toll-trunks          ; Access to toll numbers

- Darren


On Mon, 2004-11-08 at 10:36, James Taylor wrote:
> Your question indicates that there may be a better way...
> ???
> 
> I want to use the voice mail and extension features of Asterisk, and  
> sometimes there is this NAT problem that Asterisk seems to handle very  
> well.
> 
> I've been using H.323 with the TNT.
> 
> 
> Do you have an alternate solution?
> 
> 
> On Mon, 8 Nov 2004 10:41:31 -0500 (EST), <alex at pilosoft.com> wrote:
> 
> > On Tue, 2 Nov 2004, James Taylor wrote:
> >
> >> I can't get my MAX TNT to register with Asterisk.
> >> TAOS 11.0.
> >>
> >> SIP phone registeration show up in Asterisk like this:
> >>      <sip:user_name at ip_address> and works.
> >>
> >> The TNT shows up as:
> >>      <sip:@ip_address>.
> >>
> >> Does anyone have this working?
> >> Am I missing something here?
> >> Where does the TNT get it's user name?  Or, can it work without one?
> > It works without one.
> >
> > Why do you need to register TNT to asterisk anyway?
> >
> > --alex
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> >    http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> 
> 




More information about the asterisk-users mailing list