<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 27, 2014 at 6:35 PM, John Kiniston <span dir="ltr"><<a href="mailto:johnkiniston@gmail.com" target="_blank">johnkiniston@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Howdy,<div><br></div><div>I'm trying to get my feet wet with pjsip using the conversion script mentioned on the Wiki on this page:</div><div><br></div><div><a href="https://wiki.asterisk.org/wiki/display/AST/Migrating+from+chan_sip+to+res_pjsip" target="_blank">https://wiki.asterisk.org/wiki/display/AST/Migrating+from+chan_sip+to+res_pjsip</a></div><div><br></div><div>I'm using the copy of the script that's included with Asterisk 13</div><div><br></div><div>/usr/src/asterisk-13.0.0/contrib/scripts/sip_to_pjsip</div><div><br></div><div>I assume I run it from /etc/asterisk with the input and output file as arguments however there's no instructions and I don't Grok python.</div><div><br></div><div>Unfortunately it's not working, Despite what the below error states I do have a udpbindaddr set to 0.0.0.0  in my configuration.</div><div><br></div><div><div>root@kiniston01:/etc/asterisk# /usr/src/asterisk-13.0.0/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py sip.conf pjsip.conf</div><div>Traceback (most recent call last):</div><div>  File "/usr/src/asterisk-13.0.0/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py", line 1158, in <module></div><div>    pjsip, non_mappings = convert(sip, pjsip_filename, dict(), False)</div><div>  File "/usr/src/asterisk-13.0.0/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py", line 1090, in convert</div><div>    map_transports(sip, pjsip, nmapped)</div><div>  File "/usr/src/asterisk-13.0.0/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py", line 817, in map_transports</div><div>    create_udp(sip, pjsip, nmapped)</div><div>  File "/usr/src/asterisk-13.0.0/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py", line 590, in create_udp</div><div>    bind = sip.multi_get('general', ['udpbindaddr', 'bindaddr'])[0]</div><div>  File "/usr/src/asterisk-13.0.0/contrib/scripts/sip_to_pjsip/astconfigparser.py", line 407, in multi_get</div><div>    (key_list, section))</div><div>LookupError: keys ['udpbindaddr', 'bindaddr'] not found for section 'general'</div></div></div></blockquote><div><br></div><div>Based on the error I am guessing that you don't have the option 'udpbindaddr' or 'bindaddr' specified in the 'general' section of your sip.conf.  If you add one of those options to the 'general' configuration section in your sip.conf it should hopefully work around the issue.<br><br></div><div>However, the script shouldn't error out in such a manner, so please file an issue [1] to the bug tracker and be sure to mention the documentation too since that should be updated as well.  Asterisk issue guidelines can be found at the following [2].<br><br>[1] <a href="https://issues.asterisk.org/jira" class="" rel="nofollow">https://issues.asterisk.org/jira</a><br>[2] <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines#AsteriskIssueGuidelines-Submittingthebugreport">https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines#AsteriskIssueGuidelines-Submittingthebugreport</a><br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><br></div><div>I've not turned up anything useful with Google so the mailing list is my next step.</div><div><br></div><div>I can provide my configuration if needed however it is just the stock sip.conf with a phone and two trunks added at the bottom.</div><div><br></div><div>Thanks!</div><span class=""><font color="#888888">-- <br>A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.<br>---Heinlein
</font></span></div></div>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"></div><div class="gmail_extra">Thanks,<br></div><div class="gmail_extra">-- <br><div dir="ltr"><pre style="padding:2px;border:1px solid rgb(114,99,77);background-color:rgb(238,238,238);color:rgb(0,0,0);overflow:auto">Kevin Harwell
Digium, Inc. | Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
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></pre></div>
</div></div>