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:[EMAIL PROTECTED]/[EMAIL PROTECTED]
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/[EMAIL PROTECTED]/[EMAIL PROTECTED])


##### Exten.conf - *#2


[outvoicepulse]
exten => _.,1,Dial(IAX2/user:[EMAIL PROTECTED]/[EMAIL PROTECTED])
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



_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to