Hi All
I am facing one problem ,iam not able to hear voice through SIP (XLITE on both the side)
After the call ring on server or client side when i get connected iam audible to myself only . Whatever i speak from my microphone iam able to hear that only ,not from the other side(It is same as when asterisk is closed Iam able to hear my voice only ).
Is it due to firewall .i have disabled the firewall, but since connectivity is happening i might be wrong. Iam not sure.
My SIP.conf
[1000] ;SERVER
canreinvite=no ; force relaying
port=5060
srvlookup=yes
callerid="Server"
username=1000
secret = password
type=friend
host=dynamic
nat=never ; X-Lite is behind a NAT router
qualify=yes
record_in=Adhoc
record_out=Adhoc
dtmfmode=rfc2833 ; Choices are inband, rfc2833, or info
;mailbox=1000 ; Mailbox for message waiting indicator
context=sip
[2000] ; CLIENT
canreinvite=no ; force relaying
port=5060
srvlookup=yes
callerid="Client"
username=2000
secret = password
type=friend
host=dynamic
nat=never
qualify=yes
dtmfmode=rfc2833 ; Choices are inband, rfc2833, or info
;mailbox=2000 ; Mailbox for message waiting indicator
context=sip
Exten.conf
[code][sip]
exten => 1000,1,Answer
exten => 1000,n,Dial(SIP/1000)
exten => 1000,n,Hangup
exten => 2000,1,Answer
exten => 2000,n,Dial(SIP/2000)
exten => 2000,n,Hangup
[/code]