[asterisk-users] Linksys PAP2t-NA and Asterisk

James Harper james.harper at bendigoit.com.au
Sat Dec 2 19:59:42 MST 2006


I am doing this already. I assume you are using a 'batphone' dialplan on
the pap2 that places calls on asterisk into the 's' extension.

The asterisk feature you want is 'DISA' (Direct Inward System Access - I
think). My sip.conf has the pap2 coming into context 'ata_in', so my
asterisk dialplan looks like:

[ata_in]
exten => s,1,Answer
exten => s,n,DISA(no-password|internal)

[internal]
... my internal extensions here

DISA gives the remote end dialtone, optionally after a password. Have a
look on the wiki for all it's features. The security stuff mostly only
applies if remote SIP connections can access.

If anyone knows how to tell DISA to give a different dialtone then I'd
love to know!

HTH

James




> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
> bounces at lists.digium.com] On Behalf Of Jason Michaelson
> Sent: Sunday, 3 December 2006 06:02
> To: Asterisk Users
> Subject: [asterisk-users] Linksys PAP2t-NA and Asterisk
> 
> I've got a PAP2 that I've got working with asterisk. At the moment,
its
> configured so that when a phone is picked up on it, it connects to
> Asterisk. My hope is that I can let Asteirsk handle the entire
dialplan,
> including dial tone generation. What would my context in
extenstions.conf
> look like for this sort of dialing. More accurately, how can I get
> Asterisk to generate the dial tone on the pap2's line on connect
(holding
> the dial tone past the initial 9, dropping it with any other key)?


More information about the asterisk-users mailing list