<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
&nbsp;<BR>
Under which team ?<BR>
<BR><A href="http://svn.digium.com/svn/asterisk/team/">http://svn.digium.com/svn/asterisk/team/</A><BR>
&nbsp;<BR>
&nbsp;<BR>
Also do you know whether your SVN code works with Digium's g.729 software codec? As I could make Digium's sw g729codec working with Asterisk version 1.6, only if it is 1.6.0.1<BR>
<BR>&gt; From: adomjan@tvnet.hu<BR>&gt; To: asterisk-ss7@lists.digium.com<BR>&gt; Date: Fri, 19 Dec 2008 09:12:41 +0100<BR>&gt; Subject: [asterisk-ss7] VÁ: RE: VÁ: Understanding libss7 code<BR>&gt; <BR>&gt; In my version, in my svn<BR>&gt; <BR>&gt; -- eredeti üzenet --<BR>&gt; Tárgy: [asterisk-ss7] RE: VÁ: Understanding libss7 code<BR>&gt; Feladó: Rana Dhekial &lt;dhekial@msn.com&gt;<BR>&gt; Dátum: 2008.12.19. 02:29<BR>&gt; <BR>&gt; <BR>&gt; Hi,<BR>&gt; <BR>&gt; p-&gt;do_hangup = SS7_HANGUP_DO_NOTHING;<BR>&gt; do_hangup is not a member of the struct dahdi_pvt. Also where is the definition of the "SS7_HANGUP_DO_NOTHING"<BR>&gt; &gt; From: adomjan@tvnet.hu&gt; To: asterisk-ss7@lists.digium.com&gt; Date: Thu, 18 Dec 2008 23:22:26 +0100&gt; Subject: Re: [asterisk-ss7] VÁ: Understanding libss7 code&gt; &gt; On Thu, 2008-12-18 at 15:16 -0600, Matthew Fredrickson wrote:&gt; &gt; Domjan Attila wrote:&gt; &gt; &gt; should put in chan_dahdi after ISUP_EVENT_CPG and I think have to parse&gt; &gt; &gt; and pass this busy attribute to chan_dahdi via event_cpg.&gt; &gt; &gt; How looks like this kind of CPG?&gt; &gt; &gt; &gt; I would dare say that it would probably be best to not even explicitly &gt; &gt; send an REL at that point, just set the SOFTHANGUP flag on the &gt; &gt; ast_channel so that Asterisk will initiate the hangup at that point.&gt; &gt; &gt; but in this case we will send rel with cause code busy (17), but we are&gt; not busy, I vote in this situation sending rel with normal call&gt; clearing.&gt; &gt; p-&gt;owner-&gt;hangupcause = e-&gt;cpg.cause;&gt; p-&gt;owner-&gt;_softhangup |= AST_SOFTHANGUP_DEV;&gt; p-&gt;do_hangup = SS7_HANGUP_DO_NOTHING;&gt; isup_rel(ss7, p-&gt;ss7call, AST_CAUSE_NORMAL_CLEARING);&gt; &gt; &gt; &gt; &gt; That is how it is done in libpri in a similar scenario, if you look at &gt; &gt; PRI_EVENT_PROGRESS handling code in chan_dahdi.c. (IIRC)&gt; &gt; &gt; &gt; Matthew Fredrickson&gt; &gt; Digium, Inc.&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Thu, 2008-12-18 at 11:56 -0800, Rana Dhekial wrote:&gt; &gt; &gt;&gt; I am not sure whether ITU ANSI standrad calls for it. But in real life&gt; &gt; &gt;&gt; I am having following probelm.&gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; A SIP phone registered with Asterisk calls a Mobile subscriber &gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; Asterisk ---------IAM------------&gt;PSTN ( Mobile subscriber )&gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; Asterisk &lt;--------ACM--------------PSTN &gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; The SIP phone hears the ring back tone&gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; The Mobile subscriber rejects the call by pressing the release button.&gt; &gt; &gt;&gt; In this part of the world, call does not get forwarded to Mobile&gt; &gt; &gt;&gt; subscriber's voice mail. Probably incumbennt PLMN does not have voice&gt; &gt; &gt;&gt; mail service. Instead PSTN sends CPG with user busy.&gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; Asterisk &lt;----CPG ( with user busy)----PSTN&gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; The SIP phone keeps hearing the ring back tone for 60-90 seconds and&gt; &gt; &gt;&gt; finally the PSTN sends RELEASE after 60-90 seconds. &gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; Asterisk &lt;------REL-------------------PSTN&gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; Asterisk --------RLC -----------------&gt;PSTN&gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; My idea is to cut this 60-90 seconds to 0 by sending REL to PSTN&gt; &gt; &gt;&gt; immediately after getting the CPG with user busy from PSTN. I have&gt; &gt; &gt;&gt; tried talking to PSTN to send RELEASE to Asterisk right after they&gt; &gt; &gt;&gt; send CPG with user busy but has been invain. &gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; So any help with the code will be appreciated.&gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt; thanks,&gt; &gt; &gt;&gt; &gt; &gt; &gt;&gt;&gt; &gt; &gt;&gt;&gt; &gt; &gt;&gt;&gt; From: adomjan@tvnet.hu&gt; &gt; &gt;&gt;&gt; To: asterisk-ss7@lists.digium.com&gt; &gt; &gt;&gt;&gt; Date: Thu, 18 Dec 2008 09:02:08 +0100&gt; &gt; &gt;&gt;&gt; Subject: [asterisk-ss7] VÁ: Understanding libss7 code&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt; The code is very readable, I red the all :)&gt; &gt; &gt;&gt;&gt; where is in the itu/ansi standard that we have to do it?&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt; -- eredeti üzenet --&gt; &gt; &gt;&gt;&gt; Tárgy: [asterisk-ss7] Understanding libss7 code&gt; &gt; &gt;&gt;&gt; Feladó: Rana Dhekial &lt;dhekial@msn.com&gt;&gt; &gt; &gt;&gt;&gt; Dátum: 2008.12.18. 01:27&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt; Hi Matthew,&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt; Can you point me to some documentations to understand the libss7&gt; &gt; &gt;&gt; source code and how it is linked with Asterisk? I have been struggling&gt; &gt; &gt;&gt; to modify your code to send ISUP_RELEASE on getting CPG with user busy&gt; &gt; &gt;&gt; from PSTN but has been successful yet.&gt; &gt; &gt;&gt;&gt; thanks,&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt; Rana&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt; _________________________________________________________________&gt; &gt; &gt;&gt;&gt; Send e-mail anywhere. No map, no compass.&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt; http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_anywhere_122008&gt; &gt; &gt;&gt;&gt; _______________________________________________&gt; &gt; &gt;&gt;&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt; asterisk-ss7 mailing list&gt; &gt; &gt;&gt;&gt; To UNSUBSCRIBE or update options visit:&gt; &gt; &gt;&gt;&gt; http://lists.digium.com/mailman/listinfo/asterisk-ss7&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt; _______________________________________________&gt; &gt; &gt;&gt;&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--&gt; &gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt; asterisk-ss7 mailing list&gt; &gt; &gt;&gt;&gt; To UNSUBSCRIBE or update options visit:&gt; &gt; &gt;&gt;&gt; http://lists.digium.com/mailman/listinfo/asterisk-ss7&gt; &gt; &gt;&gt;&gt; &gt; &gt;&gt;&gt; &gt; &gt;&gt; ______________________________________________________________________&gt; &gt; &gt;&gt; Send e-mail faster without improving your typing skills. Get your&gt; &gt; &gt;&gt; Hotmail® account.&gt; &gt; &gt;&gt;&gt; &gt; &gt;&gt; ------------------------------------------------------------------------&gt; &gt; &gt;&gt;&gt; &gt; &gt;&gt; _______________________________________________&gt; &gt; &gt;&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--&gt; &gt; &gt;&gt;&gt; &gt; &gt;&gt; asterisk-ss7 mailing list&gt; &gt; &gt;&gt; To UNSUBSCRIBE or update options visit:&gt; &gt; &gt;&gt; http://lists.digium.com/mailman/listinfo/asterisk-ss7&gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________&gt; &gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--&gt; &gt; &gt; &gt; asterisk-ss7 mailing list&gt; &gt; To UNSUBSCRIBE or update options visit:&gt; &gt; http://lists.digium.com/mailman/listinfo/asterisk-ss7<BR>&gt; _________________________________________________________________<BR>&gt; Suspicious message? There’s an alert for that. <BR>&gt; http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad2_122008<BR>&gt; _______________________________________________<BR>&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<BR>&gt; <BR>&gt; asterisk-ss7 mailing list<BR>&gt; To UNSUBSCRIBE or update options visit:<BR>&gt; http://lists.digium.com/mailman/listinfo/asterisk-ss7<BR>&gt; <BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<BR>&gt; <BR>&gt; asterisk-ss7 mailing list<BR>&gt; To UNSUBSCRIBE or update options visit:<BR>&gt; http://lists.digium.com/mailman/listinfo/asterisk-ss7<BR><BR><br /><hr />Life on your PC is safer, easier, and more enjoyable with Windows Vista®.  <a href='http://clk.atdmt.com/MRT/go/127032870/direct/01/' target='_new'>See how </a></body>
</html>