[Asterisk-Users] PSTN connection via IP/ethernet

2006-02-20 Thread Nick Hoffman
Hey guys. If my Asterisk box connects to the PSTN using SIP and IP over 
ethernet and doesn't require any authentication, what sort of a trunk 
would need to be created?

Thanks,
-- Nick
e: [EMAIL PROTECTED]
p: +61 7 5591 3588
f: +61 7 5591 6588

If you receive this email by mistake, please notify us and do not make any 
use of the email.  We do not waive any privilege, confidentiality or 
copyright associated with it.
___
--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


Re: [Asterisk-Users] PSTN connection via IP/ethernet

2006-02-20 Thread Jean-Michel Hiver

Nick Hoffman a écrit :

Hey guys. If my Asterisk box connects to the PSTN using SIP and IP over 
ethernet and doesn't require any authentication, what sort of a trunk 
would need to be created?
 


Something like Dial (SIP/number@ip_address) ?

Cheers,
Jean-Michel.

--
Jean-Michel Hiver - http://ykoz.net/
Découvrez la Réunion des Technologies IP  Telecom
TEL: +262 (0)262 55 03 98 - RCS 434 273 330 SAINT PIERRE


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


RE: [Asterisk-Users] PSTN connection via IP/ethernet

2006-02-20 Thread Joash Herbrink
Yep, and create a entry in sip.conf

Like,

[gateway-ams]
type=friend
context=pstn-incoming-ams
host=192.168.20.250
dtmfmode=RFC2833
disallow=all
allow=ulaw

and edit extensions.conf with this entry

[pstn-outbound-ams]
exten = _0X.,1,Dial(SIP/[EMAIL PROTECTED])

regards,

joash

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jean-Michel Hiver
Sent: Tuesday, February 21, 2006 8:52 AM
To: [EMAIL PROTECTED]; Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] PSTN connection via IP/ethernet

Nick Hoffman a écrit :

Hey guys. If my Asterisk box connects to the PSTN using SIP and IP over 
ethernet and doesn't require any authentication, what sort of a trunk 
would need to be created?
  

Something like Dial (SIP/number@ip_address) ?

Cheers,
Jean-Michel.

-- 
Jean-Michel Hiver - http://ykoz.net/
Découvrez la Réunion des Technologies IP  Telecom
TEL: +262 (0)262 55 03 98 - RCS 434 273 330 SAINT PIERRE


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

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