Displaying 3 results from an estimated 3 matches for "pstn_gw".
2004 Sep 18
1
Asterisk stopped answering the calls
...localmask = 255.255.255.0
[3000]
type=friend
host=dynamic
username=3000
secret=my_secret
mailbox=3000
context=from_pstn
callerid="PSTN GW" <3000>
deny=0.0.0.0
permit=10.0.0.154 ;SPA-3000 IP address
dtmfmode=rfc2833
canreinvite=no
cantransfer=yes
My extension.conf
[globals]
PSTN_GW=10.0.0.154:5062
[from_pstn]
exten => 1000,1,Goto(demo,s,1)
[demo]
exten => s,1,Answer
exten => s,2,DigitTimeout,5
exten => s,3,ResponseTimeout,10
exten => s,4,BackGround(demo-congrats
When I type "show channels" I get "0 active channel(s)"
Why isn...
2009 Mar 20
1
T38 FAX
Dear All,
I'm trying to send FAX to an endpoint Behind NAT...The scenario i the
following:
PSTN_GW-->Asterisk-->asterisk-->OpenSIPS-->Endpoint behind NAT..
The FAX is failed and I got the following error log on asterisk:
Mar 20 09:21:09] WARNING[20388]: chan_sip.c:12409 handle_response_invite:
Re-invite to non-existing call leg on other UA. SIP dialog
'76c64f8373def68d508869081...
2004 Jan 22
3
MGCP w/8x8 DTA-310 and as5300 pstn gateway
...ne & can't get it to ring. My mgcp.conf says:
;
; MGCP Configuration for Asterisk
;
[general]
port = 2427
bindaddr = 0.0.0.0
[172.16.2.25]
host = 172.16.2.25
context = default
line => aaln/1
And here's the interesting bits of extensions.conf:
[globals]
...
TRUNK=H323/BYEXTENSION@pstn_gw
...
[default]
exten => 2084728803,1,Dial(MGCP/aaln/1@172.16.2.25)
And, finally, the h323.conf:
; The NuFone Network's
; Open H.323 driver configuration
;
[general]
port = 1720
bindaddr = 0.0.0.0
tos=lowdelay
allow=all ; turns on all installed codecs
disallow=g723.1 ;...