Hi,

I need to get incoming calls from two PSTN gateways:
CommuniGatePro/5.2.1.d and Hiawei SoftX3000. I use CallWeaver svn
revision 4580. My configuration is:

[general]
bindport=5060
bindaddr=10.10.9.27
disallow=all
allow=alaw
canreinvite=no
register => name:[EMAIL PROTECTED]
register => name:[EMAIL PROTECTED]
[incoming-communigate]
type=friend
host=10.0.0.1
context=incoming
[incoming-huawei]
type=friend
host=10.10.10.100
context=incoming

# cat /etc/callweaver/extensions.conf

[general]
static=yes
writeprotect=yes
[proc-hello]
exten => s,1,Answer()
exten => s,n,NoOp(${EXTEN})
exten => s,n,Playback(beep)
exten => s,n,Hangup()
[default]
[incoming]
exten => s,1,Proc(hello)

I have no any problems with CommuniGatePro: CallWeaver sends REGISTER
with Contact: <sip:[EMAIL PROTECTED]:5060>, so I get INVITE to
[EMAIL PROTECTED] But Hiawei SoftX3000 can't recognize Contact parameter,
so I get INVITE to [EMAIL PROTECTED] and CallWeaver says "404 Not
Found".

Is it possible to not send Contact: <sip:[EMAIL PROTECTED]:5060> and
redirect any incoming call from Hiawei SoftX3000 to context incoming
without any checking?

--
Thanks,
Eugene Prokopiev
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to