[Asterisk-Users] Voicepulse Connection
Daniel Bichara
daniel at bichara.com.br
Sat Feb 21 05:04:43 MST 2004
Hi,
I have two * connecteds and I wish a phone connected to * #1 calls PSTN
via Voicepulse connected to * #2, as follows:
telephone <---> Asterisk #1 <--------> Asterisk #2 <----> Voicepulse
When I dial 81-90... (japan), * #1 will route call to Voicepulse at *#2.
Everything works between #1 and #2 but when #2 calls Voicepulse I get an
error message:
-- Called user:password at voicepulse/819099999900 at VPWS
Feb 21 10:01:34 WARNING[98311]: chan_iax2.c:4445 socket_read: Call
rejected by 66.234.228.132: No such context/extension
I am clueless!!! What could it be? Follow my confs...
#### Exten.conf - *#1
exten => _81.,1,Dial(IAX2/international at asterisk2/${EXTEN}@outvoicepulse)
##### Exten.conf - *#2
[outvoicepulse]
exten => _.,1,Dial(IAX2/user:passwd at voicepulse/${EXTEN}@VPWS)
exten => _.,2,Congestion
##### Iax.conf - *#2
[voicepulse]
context=VPWS
secret=password
auth=md5
type=friend
host=66.234.228.132
disallow=all
allow=speex
allow=gsm
jitterbuffer=no
Daniel
More information about the asterisk-users
mailing list