SIP trunk Provider: Bandwidth. com
SIP Phone:Zoiper
Both are configured with asterisk. Outgoing is working perfectly. We are not able to receive incoming call to our sip phone from skype(as bandwidth only supports US numbers).
and we have dialled the DID (in skype) which is assign`Prefed to us.
Below is the extensions. conf:
[incoming]
exten => s,1,Dial(SIP/1002)
Below is the sip. conf:
[general]
udpenable=yes
tcpenable=yes
preferred_codec_only=yes
disallow=all
allow=ulaw
allow=alaw
sipdebug=no
localnet=XXX.XXX.XX. XX
externaddr=XXX.XXX.XX. XX
udpbindaddr=0.0.0.0: 5060
realm=XXX.XXX.XX. XX ;replace with your Asterisk server public IP address or host
transport=udp
[siptrunk](!)
type=friend
context=incoming
dtmfmode=rfc2833
canreinivite=yes
qualify=yes
insecure=port,invite
[bandwidth](siptrunk)
host=216.82.224.202
tcpenable=no
[bandwidthincoming](siptrunk)
host=216.82.224.202
[officephone](!)
type=friend
context=fromphones
host=dynamic
dtmfmode=auto
disallow=all
allow=ulaw
[1002](officephone)
secret=test123
Kindy help us out.