As I wrote in my first post:<br>IP phone calls PSTN -> IP side releases call<br><br>My Dial command is "Dial(SS7/${EXTEN},120,g)", after this I have a Hangup. 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> <<a href="mailto:anton.vazir@gmail.com">anton.vazir@gmail.com
</a>> 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>> You mean Hangup in extensions.conf? I tried. It is<br>> executed after chan_ss7 disconnects the call so no<br>> effect.<br>><br>> Thank you anyway.<br>><br>> Regards,<br>> Peter<br>><br>> Anton
anton.vazir at <a href="http://gmail.com">gmail.com</a><br>> Wed Nov 22 04:18:08 MST 2006<br>><br>> Hangup(${DISCONNECTCAUSE}) or made a conditional<br>> Hangup(CAUSECODE) if returned causecodes are non-standard
<br>><br>> On 22 November 2006 15:49, Peter Demeter wrote:<br>> > Hi,<br>> ><br>> > I have a problem with chan_ss7 & Asterisk.<br>> ><br>> > If an IP Phone (SIP) calls a PSTN number and the call
<br>> > is terminated by the calling party chan_ss7 won't (?)<br>> > recieve a release cause from Asterisk. In my case this<br>> > means that the release cause will be 41 (Temporary<br>> > Failure) in the connecting EWSD switch instead of 16
<br>> > (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> <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br></blockquote></div><br>