Hi List!!<br><br>Thanks for the colaboration, especially to Richard Cavanna who gave me the necessary support.<br><br>I followed your indications and the comunication was better for the test users. The warning indication is no jumping anymore and the voice is not delayed. This is my
sip.conf:<br><br>[general]<br>context=default <br>;allowguest=no <br>;realm=mydomain.tld <br>bindport=5060 <br>bindaddr=<a href="http://0.0.0.0">0.0.0.0</a>
<br>srvlookup=yes <br>;domain=mydomain.tld <br>;domain=mydomain.tld,mydomain-incoming<br>;domain=<a href="http://1.2.3.4">1.2.3.4</a> <br>;allowexternalinvites=no <br>;autodomain=yes
<br>;pedantic=yes <br>;tos=184 <br>;tos=lowdelay <br>;maxexpiry=3600 <br>;defaultexpiry=120 <br>;notifymimetype=text/plain <br>;checkmwi=10
<br>;vmexten=voicemail <br>;videosupport=yes <br>;recordhistory=yes<br>disallow=all <br>allow=g729<br>allow=gsm<br>allow=ulaw <br>jitterbuffer=yes
<br>maxjitterbuffer=1500 <br>;allow=ilbc <br>;musicclass=default <br>;language=en <br>;relaxdtmf=yes <br>rtptimeout=60 <br>;rtpholdtimeout=300
<br>;trustrpid = no <br>;sendrpid = yes <br>;progressinband=never <br>;useragent=Asterisk PBX <br>;promiscredir = no <br>;usereqphone = no <br>dtmfmode = rfc2833
<br>;compactheaders = yes <br>;sipdebug = yes <br>;subscribecontext = default <br>;notifyringing = yes <br><br><br>And these are the extensions:<br><br>[xxxx]<br>type=friend<br> host=dynamic
<br> dtmfmode=rfc2833<br> username=xxxx<br> secret=xxxx<br><br>[xxxx2]<br>type=friend<br> host=dynamic<br> dtmfmode=rfc2833<br> username=xxxx<br> secret=xxxx<br><br>As you can see I put the jitterbuffer, maxjitterbuffer and rtptimeout options. I think with this, the call has a huge improvement and I still reading about it. This is the CLI output with different commands:
<br><br>sip show peers<br>Name/username Host Dyn Nat ACL Port Status<br>usuario2/usuario2 10.xxx.xxx.xxx D 5060 Unmonitored<br>usuario1/usuario1 10.xxx.xxx.xxx
D 5060 Unmonitored<br>2 sip peers [2 online , 0 offline]<br><br>sip show users<br>Username Secret Accountcode Def.Context ACL NAT<br>usuario2 usuario2 default No RFC3581
<br>usuario1 usuario1 default No RFC3581<br><br>--- (8 headers 0 lines)---<br>Looking for 200.xxx.xxxx.xxx in default (domain )<br>Transmitting (no NAT) to 10.xxx.xxx.xxx
:5060:<br>SIP/2.0 404 Not Found<br>Via: SIP/2.0/UDP 10.xxx.xxx.xxx;rport;branch=z9hG4bK0a0101e20000001044479388000070d3000000d4;received=10.xxx.xxx.xxx<br>From: <<a href="mailto:sip:usuario2@200.xxx.xxx.xxx">sip:usuario2@200.xxx.xxx.xxx
</a>>;tag=312051512495<br>To: <sip:200.xxx.xxx.xxx>;tag=as767ed6bb<br>Call-ID: <a href="mailto:DBBDE928-A279-4194-B78C-319FF0FCCDD9@10.xxx.xxx.xxx">DBBDE928-A279-4194-B78C-319FF0FCCDD9@10.xxx.xxx.xxx</a><br>CSeq: 150 OPTIONS
<br>User-Agent: Asterisk PBX<br>Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY<br>Max-Forwards: 70<br>Contact: <sip:200.xxx.xxx.xxx><br>Accept: application/sdp<br>Content-Length: 0<br><br><br>But I have another question. Our users surf the Internet by cable modems and we have a CMTS Motorola BSR 1000 with QoS options. I know I can configure it to manage QoS but I don't know very well how to do it. If somebody knows any tutorial or experiences administrating this device, please let me know
<br><br>Thanks again<br><br>Carlos Bernat<br><br><br><div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Message: 8<br>Date: Wed, 19 Apr 2006 15:46:21 -0500<br>From: "Cavanna, Richard" <<a href="mailto:RCavanna@sychip.com">RCavanna@sychip.com</a>><br>Subject: [Asterisk-Users] RE: Delayed voice for 10 secs<br>
To: <<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>><br>Message-ID:<br> <<a href="mailto:AB220F8DE6CD4F489EAB48B0020C64A976352A@tx01mailbox1.sychip.com">AB220F8DE6CD4F489EAB48B0020C64A976352A@tx01mailbox1.sychip.com
</a>><br>Content-Type: text/plain; charset="us-ascii"<br><br>Please post pertinent config files and a CLI output so the list can help<br>with the 10 sec delay<br><br>You set codec selection in SIP.conf. This selects preferred codec from
<br>top to bottom as well as jitter buffer settings and the RTP timeout.<br><br>Sip.conf<br>disallow=all<br>allow=g729<br>allow=gsm<br>allow=ulaw<br>jitterbuffer=yes<br>;forcejitterbuffer=yes<br>maxjitterbuffer=1500<br>rtptimeout=60
<br><br><br>As for the DTMF issue try to use rfc2833<br><br>in sip.conf define your extention<br><br>[XXXX]<br>username=XXXX<br>type=friend<br>secret=XXXXX<br>qualify=no<br>port=5060<br>nat=yes<br>mailbox=XXXX@device<br>host=dynamic
<br>dtmfmode=rfc2833<br>context=from-internal<br>canreinvite=no<br>callerid=device <XXXX><br><br>Rich<br><br><br><br><br><br></blockquote></div><br>