<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<br>by the way here was the error i had, i had the error on the other console still opened :)<br><br>In file included from res_sip_auto_answer.c:6:<br>/usr/src/asterisk-12.0.0-beta1/include/asterisk/res_pjsip_session.h:138: error: expected declaration specifiers or ‘...’ before ‘pjmedia_sdp_session’<br>In file included from res_sip_auto_answer.c:6:<br>/usr/src/asterisk-12.0.0-beta1/include/asterisk/res_pjsip_session.h:340: error: expected declaration specifiers or ‘...’ before ‘pjsip_inv_session’<br>/usr/src/asterisk-12.0.0-beta1/include/asterisk/res_pjsip_session.h:490: warning: ‘enum ast_sip_session_refresh_method’ declared inside parameter list<br>/usr/src/asterisk-12.0.0-beta1/include/asterisk/res_pjsip_session.h:490: warning: its scope is only this definition or declaration, which is probably not what you want<br>res_sip_auto_answer.c: In function ‘auto_answer_outgoing_request’:<br>res_sip_auto_answer.c:48: warning: implicit declaration of function ‘pjsip_generic_hdr_create’<br>res_sip_auto_answer.c:48: warning: assignment makes pointer from integer without a cast<br>make[1]: *** [res_sip_auto_answer.o] Error 1<br>make: *** [res] Error 2<br><br><br><div><hr id="stopSpelling">Date: Mon, 11 Nov 2013 15:15:28 -0600<br>From: mjordan@digium.com<br>To: asterisk-dev@lists.digium.com<br>Subject: Re: [asterisk-dev] Custome Header reader in Asterisk-12<br><br><div dir="ltr"><br><div class="ecxgmail_extra"><div class="ecxgmail_quote">On Mon, Nov 11, 2013 at 3:11 PM, Jehanzaib Younis <span dir="ltr"><<a href="mailto:jehanzaib_kiani@hotmail.com" target="_blank">jehanzaib_kiani@hotmail.com</a>></span> wrote:<br>
<blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;">


<div><div dir="ltr">Thank you for the reply.<br>I dont get any error.<br>Actually there are 2 issues here, by default i cant see res_sip_session.h file anywhere <br>can you please test the asterisk 12? i am sure its not working for any one. espacially the link <a href="https://wiki.asterisk.org/wiki/display/AST/Writing+a+SIP+Session+Supplement" target="_blank">https://wiki.asterisk.org/wiki/display/AST/Writing+a+SIP+Session+Supplement</a><br>
the script is not compiled because dependencies are not installed. can you please please have a look?<br><br><div><br></div></div></div></blockquote><div><br></div><div>Well, you should get an error if you're compiling the sample code on that wiki page. gcc should be complaining that it can't find "res_sip_session", as it should be "res_pjsip_session.h", not "res_sip_session.h". The code on the wiki page wasn't updated after the great sip -> pjsip migration of 2013; it probably needs a few other minor tweaks.</div>
<div><br></div><div>That being said, while someone will be along to make those updates, you should be able to get the sample code there compiling with a few minor adjustments. A few of the other public functions used in that sample code will need similar name changes - as an exercise, you should compare the public function calls in that sample code with the actual function calls in res_pjsip_session.h. That should help you explore some of the API available to you.</div>
<div><br></div><div>Matt</div></div><div><br></div>-- <br><div dir="ltr"><div>Matthew Jordan<br></div><div>Digium, Inc. | Engineering Manager</div><div>445 Jan Davis Drive NW - Huntsville, AL 35806 - USA</div>
<div>Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a></div></div>
</div></div>
<br>-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev</div>                                      </div></body>
</html>