<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I guess we are back to the fundamental problem: "no asterisk generated
sounds on the external call"<br>
<br>
After implementing the described test for indications.conf<br>
The CLI outputted:<br>
&nbsp;-- Executing [s@default:1] Answer("SIP/0475769XXX-095a8488", "") in
new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing [s@default:2] PlayTones("SIP/0475769XXX-095a8488",
"ring") in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing [s@default:3] Wait("SIP/0475769XXX-095a8488", "30") in
new stack<br>
<br>
This looks OK, but there is no sound to be heard on the other end.<br>
<br>
Sip show peers for the other end shows:<br>
* Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : sip.xs4all.nl<br>
&nbsp; Secret&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : &lt;Set&gt;<br>
&nbsp; MD5Secret&nbsp;&nbsp;&nbsp; : &lt;Not set&gt;<br>
&nbsp; Context&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : default<br>
&nbsp; Subscr.Cont. : default<br>
&nbsp; Language&nbsp;&nbsp;&nbsp;&nbsp; : en<br>
&nbsp; AMA flags&nbsp;&nbsp;&nbsp; : Unknown<br>
&nbsp; Transfer mode: open<br>
&nbsp; CallingPres&nbsp; : Presentation Allowed, Not Screened<br>
&nbsp; FromUser&nbsp;&nbsp;&nbsp;&nbsp; : 0475769XXX<br>
&nbsp; FromDomain&nbsp;&nbsp; : sip.xs4all.nl<br>
&nbsp; Callgroup&nbsp;&nbsp;&nbsp; :<br>
&nbsp; Pickupgroup&nbsp; :<br>
&nbsp; Mailbox&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :<br>
&nbsp; VM Extension : asterisk<br>
&nbsp; LastMsgsSent : 32767/65535<br>
&nbsp; Call limit&nbsp;&nbsp; : 0<br>
&nbsp; Dynamic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : No<br>
&nbsp; Callerid&nbsp;&nbsp;&nbsp;&nbsp; : "" &lt;&gt;<br>
&nbsp; MaxCallBR&nbsp;&nbsp;&nbsp; : 384 kbps<br>
&nbsp; Expire&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : -1<br>
&nbsp; Insecure&nbsp;&nbsp;&nbsp;&nbsp; : port,invite<br>
&nbsp; Nat&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : RFC3581<br>
&nbsp; ACL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : No<br>
&nbsp; T38 pt UDPTL : No<br>
&nbsp; CanReinvite&nbsp; : No<br>
&nbsp; PromiscRedir : No<br>
&nbsp; User=Phone&nbsp;&nbsp; : No<br>
&nbsp; Video Support: Yes<br>
&nbsp; Trust RPID&nbsp;&nbsp; : No<br>
&nbsp; Send RPID&nbsp;&nbsp;&nbsp; : No<br>
&nbsp; Subscriptions: Yes<br>
&nbsp; Overlap dial : No<br>
&nbsp; DTMFmode&nbsp;&nbsp;&nbsp;&nbsp; : auto<br>
&nbsp; LastMsg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 0<br>
&nbsp; ToHost&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : sip.xs4all.nl<br>
&nbsp; Addr-&gt;IP&nbsp;&nbsp;&nbsp;&nbsp; : 82.101.XX.XX Port 5060<br>
&nbsp; Defaddr-&gt;IP&nbsp; : 0.0.0.0 Port 0<br>
&nbsp; Def. Username: 0475769XXX<br>
&nbsp; SIP Options&nbsp; : (none)<br>
&nbsp; Codecs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 0x104 (ulaw|g729)<br>
&nbsp; Codec Order&nbsp; : (ulaw:20,g729:20)<br>
&nbsp; Auto-Framing:&nbsp; No<br>
&nbsp; Status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Unmonitored<br>
&nbsp; Useragent&nbsp;&nbsp;&nbsp; :<br>
&nbsp; Reg. Contact :<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Trevor Peirce schreef:
<blockquote cite="mid:47BFE1F2.1020700@digitalcon.ca" type="cite">
  <pre wrap="">Fons van der Beek wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I've overwritten the indications.conf with the one from the 
sourcecode, stil no luck
Perhaps somebody knows what the correct value for indications.conf is 
when using the dutch xs4all as sip carrier??
    </pre>
  </blockquote>
  <pre wrap=""><!---->
A simple way for you to test your indications.conf as far as the ringing 
goes is something like this:

exten =&gt; s,1,Answer
exten =&gt; s,n,PlayTones(ring)
exten =&gt; s,n,Wait(30)
exten =&gt; s,n,Hangup

That should pick up the line and then play your locale's ring tone for 
30 seconds before hanging up.  If you hear ringing then indications.conf 
is fine, otherwise you have confirmed that there is a problem somewhere.

This will have nothing to do with your carrier as the sounds are 
generated by asterisk itself as audio (as opposed to any kind of 
carrier-specific signaling).

Trevor

Real CNAM data for incoming Caller ID @ <a class="moz-txt-link-abbreviated" href="http://www.cnam.info">www.cnam.info</a>



_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>