<br>Most probably your SER instance does not modify the callerid info so I would check both your asterisk configs and the configuration of your UAs.<br>The ringback tone also looks like a configuration issue of your asterisk.<br>
<br>I would recommend you to get some info about the asterisk configuration to know which the problem might be.<br><br>Sam.<br><br><br><div><span class="gmail_quote">2008/4/29, Thorsten &lt;<a href="mailto:serusers@thorko.de">serusers@thorko.de</a>&gt;:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Hi guys,<br> I&#39;m trying to set up a SER server between 2 asterisk machines. I run<br> into 2 issues.<br> Whenever I call someone I don&#39;t get any ringback tone even so the call<br> initiating asterisk machine gets the 180 message after 100.<br>
 &lt;--- SIP read from <a href="http://10.4.1.80:5060">10.4.1.80:5060</a> ---&gt;<br> SIP/2.0 100 trying -- your call is important to us<br> Via: SIP/2.0/UDP 10.4.1.80:5060;branch=z9hG4bK2729bab8;rport=5060<br> From: &quot;Thorsten&quot; &lt;<a href="mailto:sip%3A1000@82.98.89.134">sip:1000@82.98.89.134</a>&gt;;tag=as4c964973<br>
 To: &lt;<a href="mailto:sip%3A017683035400@10.4.1.80">sip:017683035400@10.4.1.80</a>&gt;<br> Call-ID: <a href="mailto:5e209fbb7ebdbad97f0193515c5a2982@82.98.89.134">5e209fbb7ebdbad97f0193515c5a2982@82.98.89.134</a><br> CSeq: 102 INVITE<br>
 Server: Sip EXpress router (0.9.7 (i386/linux))<br> Content-Length: 0<br> Warning: 392 <a href="http://10.4.1.80:5060">10.4.1.80:5060</a> &quot;Noisy feedback tells:&nbsp;&nbsp;pid=459<br> req_src_ip=<a href="http://82.98.89.134">82.98.89.134</a> req_src_port=5060<br>
 in_uri=<a href="mailto:sip%3A017683035400@10.4.1.80">sip:017683035400@10.4.1.80</a><br> out_uri=<a href="http://sip:017683035400@192.168.13.102:5060">sip:017683035400@192.168.13.102:5060</a> via_cnt==1&quot;<br><br><br> &lt;-------------&gt;<br>
 --- (9 headers 0 lines) ---<br> mg03*CLI&gt;<br> &lt;--- SIP read from <a href="http://10.4.1.80:5060">10.4.1.80:5060</a> ---&gt;<br> SIP/2.0 180 Ringing<br> Via: SIP/2.0/UDP 10.4.1.80:5060;branch=z9hG4bK2729bab8;rport=5060<br>
 From: &quot;Thorsten&quot; &lt;<a href="mailto:sip%3A1000@82.98.89.134">sip:1000@82.98.89.134</a>&gt;;tag=as4c964973<br> To: &lt;<a href="mailto:sip%3A017683035400@10.4.1.80">sip:017683035400@10.4.1.80</a>&gt;;tag=59cea6e4c6ca71e2f82c9c3c8b464af6.bec2<br>
 Call-ID: <a href="mailto:5e209fbb7ebdbad97f0193515c5a2982@82.98.89.134">5e209fbb7ebdbad97f0193515c5a2982@82.98.89.134</a><br> CSeq: 102 INVITE<br> Server: Sip EXpress router (0.9.7 (i386/linux))<br> Content-Length: 0<br>
 Warning: 392 <a href="http://10.4.1.80:5060">10.4.1.80:5060</a> &quot;Noisy feedback tells:&nbsp;&nbsp;pid=459<br> req_src_ip=<a href="http://82.98.89.134">82.98.89.134</a> req_src_port=5060<br> in_uri=<a href="mailto:sip%3A017683035400@10.4.1.80">sip:017683035400@10.4.1.80</a><br>
 out_uri=<a href="http://sip:017683035400@192.168.13.102:5060">sip:017683035400@192.168.13.102:5060</a> via_cnt==1<br><br> On SER I&#39;ve configured to send this message:<br> if (method==&quot;INVITE&quot;) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (uri =~ &quot;sip:0[0-9]@*&quot;) {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;route(3);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sl_send_reply(&quot;180&quot;, &quot;Ringing&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;};<br>
<br> The other issue is that I don&#39;t see the caller id on the receiver side.<br> I don&#39;t know if it is a asterisk or a SER issue. Only if I set the<br> caller id on asterisk manual in extensions.conf with<br> exten =&gt; _X.,1,Set(CALLERID(num)=06965006100)<br>
 I&#39;ll see the caller id on the receiver side.<br><br> I would really appreciate any help<br> Thanks<br> Thorsten<br><br> _______________________________________________<br> Serusers mailing list<br> <a href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a><br>
 <a href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a><br></blockquote></div><br>