As I wrote in my first post:<br>IP phone calls PSTN -&gt; IP side releases call<br><br>My Dial command is &quot;Dial(SS7/${EXTEN},120,g)&quot;, after this I have a Hangup.&nbsp; If the IP phone releases the call then chan_ss7 disconnects the call with release cause 41 because it receives 0 from Asterisk and then Hangup is executed, but it's not affecting the release cause because it was already sent to the PSTN switch.
<br><br>What else can be specified in the Dial command which might affect the result?<br><br><div><span class="gmail_quote">On 11/22/06, <b class="gmail_sendername">Anton</b> &lt;<a href="mailto:anton.vazir@gmail.com">anton.vazir@gmail.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">if calling party answers the call, next dialplan step is not<br>executed, unles you set appropriate option in Dial() - so
<br>it will not pass you HangupCause.<br><br>So could you write more specific what side call what what<br>side in what condition returns whhat code and what<br>causecode and where you receive<br><br>On 22 November 2006 17:24, Peter Demeter wrote:
<br>&gt; You mean Hangup in extensions.conf? I tried.&nbsp;&nbsp;It is<br>&gt; executed after chan_ss7 disconnects the call so no<br>&gt; effect.<br>&gt;<br>&gt; Thank you anyway.<br>&gt;<br>&gt; Regards,<br>&gt; Peter<br>&gt;<br>&gt; Anton 
anton.vazir at <a href="http://gmail.com">gmail.com</a><br>&gt; Wed Nov 22 04:18:08 MST 2006<br>&gt;<br>&gt; Hangup(${DISCONNECTCAUSE}) or made a conditional<br>&gt; Hangup(CAUSECODE) if returned causecodes are non-standard
<br>&gt;<br>&gt; On 22 November 2006 15:49, Peter Demeter wrote:<br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt; I have a problem with chan_ss7 &amp; Asterisk.<br>&gt; &gt;<br>&gt; &gt; If an IP Phone (SIP) calls a PSTN number and the call
<br>&gt; &gt; is terminated by the calling party chan_ss7 won't (?)<br>&gt; &gt; recieve a release cause from Asterisk.&nbsp;&nbsp;In my case this<br>&gt; &gt; means that the release cause will be 41 (Temporary<br>&gt; &gt; Failure) in the connecting EWSD switch instead of 16
<br>&gt; &gt; (Normal Call Clearing).<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-ss7 mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br></blockquote></div><br>