Hi group<br><br>I have my * box installed with a public IP address and I'm testing two extensions. I'm using SJphone for softphone. When I make the call from an extension to another, the voice sounds with echo. Besides sounds like creepy and it seems like a radio (for making a description)
<br><br>This is my sip.conf :<br><br>Global Settings:<br>----------------<br> SIP Port: 5060<br> Bindaddress: <a href="http://0.0.0.0">0.0.0.0</a><br> Videosupport: No<br> AutoCreatePeer: No
<br> Allow unknown access: Yes<br> Promsic. redir: No<br> SIP domain support: No<br> Call to non-local dom.: Yes<br> URI user is phone no: No<br> Our auth realm asterisk<br> Realm. auth: No
<br> User Agent: Asterisk PBX<br> MWI checking interval: 10 secs<br> Reg. context: (not set)<br> Caller ID: asterisk<br> From: Domain:<br> Record SIP history: Off<br> Call Events: Off
<br> IP ToS: 0x0<br> OSP Support: No<br> SIP realtime: Disabled<br><br>Global Signalling Settings:<br>---------------------------<br> Codecs: gsm,ulaw<br> Relax DTMF: No
<br> Compact SIP headers: No<br> RTP Timeout: 60<br> RTP Hold Timeout: 0 (Disabled)<br> MWI NOTIFY mime type: application/simple-message-summary<br> DNS SRV lookup: Yes<br> Pedantic SIP support: No
<br> Reg. max duration: 3600 secs<br> Reg. default duration: 120 secs<br> Outbound reg. timeout: 20 secs<br> Outbound reg. attempts: 0<br> Notify ringing state: Yes<br><br>Default Settings:<br>-----------------
<br> Context: default<br> Nat: RFC3581<br> DTMF: rfc2833<br> Qualify: 0<br> Use ClientCode: No<br> Progress inband: Never<br> Language: (Defaults to English)
<br> Musicclass: default<br> Voice Mail Extension: asterisk<br><br>And these are my extensions:<br><br>;***************** extension de usuario 1 ******************<br>exten => 2426098,1,dial(SIP/usuario1)
<br> exten => usuario1,1,goto(2426098,1) ; To be able to dial with text, "usuario1"<br><br><br>;***************** extension de usuario 2 ******************<br>exten => 2418150,1,dial(SIP/usuario2)<br> exten => usuario2,1,goto(2418150,1) ; To be able to dial with text, "usuario2"
<br><br>This is an output for the conversation: ********************<br><br>--- (8 headers 0 lines)---<br>Looking for <a href="http://200.30.115.163">200.30.115.163</a> in default (domain )<br>Transmitting (no NAT) to <a href="http://10.1.3.164:5060">
10.1.3.164:5060</a>:<br>SIP/2.0 404 Not Found<br>Via: SIP/2.0/UDP <a href="http://10.1.3.164">10.1.3.164</a>;rport;branch=z9hG4bK0a0103a40000001044c56ac500006b480000061a;received=<a href="http://10.1.3.164">10.1.3.164</a>
<br>From: <<a href="mailto:sip:usuario1@xxx.xxx.xxx.xxxx">sip:usuario1@xxx.xxx.xxx.xxxx</a>>;tag=124002584324<br>To: <sip:xxx.xxx.xxx.xxx>;tag=as162c41e3<br>Call-ID: <a href="mailto:388DD798-A10D-4CE0-BBCF-57523808EDFF@10.1.3.164">
388DD798-A10D-4CE0-BBCF-57523808EDFF@10.1.3.164</a><br>CSeq: 222 OPTIONS<br>User-Agent: Asterisk PBX<br>Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY<br>Max-Forwards: 70<br>Contact: <sip:xxx.xxxx.xxxx.xxxx
><br>Accept: application/sdp<br>Content-Length: 0<br><br><br><br>I don't know if there is some problem with the codecs or on my configuration. Do I have to change some line?<br><br>Thanks for any help.<br><br>Carlos Bernat
<br>