Re: [Opalvoip-user] Problem with Opal 3.14 receiving call
Brought to you by:
csoutheren,
rjongbloed
|
From: Robert J. <ro...@vo...> - 2015-03-08 10:12:41
|
This is a benign error. At a point in the heuristic for deciding how to
interpret the h323 URI, OPAL will try and see if the name used is a valid
hostname, hence the "name lookup". The failure just means that it will be
interpreted as a username and not a hostname. I canot say as to why
000000010 did not also give the error.
So, what is the actual problem you are having?
Perhaps sending the whole log file would help. Do not send to the list,
send to me directly.
Robert Jongbloed
*OPAL/OpenH323/PTLib Architect and Co-founder*.
On 25 February 2015 at 07:33, Sagar Joshi <sag...@gs...> wrote:
> Hi All,
>
>
>
> We have OPAL based Telepresence Gateway implemented for SIP and H.323 call
> in and call out scenarios.
>
> I am facing an call connect issue for both H.323 and SIP . I am using the
> opal 3.14 Lacaille.
>
>
>
> In case of H.323 call received by Opal the logs are as follows
>
>
>
> 2015/02/24 13:05:48.546 4 Opal Answe...97bf774700
> manager.cxx(1683) OpalMan Searching for route "
> h323:HDX1235@115.113.154.10 mcu:00000085"
>
> 2015/02/24 13:05:48.546 4 Opal Answe...97bf774700
> manager.cxx(1589) OpalMan Did not match regex "^(h323:.*)
> (h323:[1-9][0-9]{6,9}@.*)$" (h323:.*\th323:[1-9][0-9]{6,9}@.*=fuze:<du>)
>
> 2015/02/24 13:05:48.546 4 Opal Answe...97bf774700
> manager.cxx(1589) OpalMan Did not match regex "^(h323:.*)
> (sip:[1-9][0-9]{6,9}@.*)$" (h323:.*\tsip:[1-9][0-9]{6,9}@.*=fuze:<du >)
>
> 2015/02/24 13:05:48.546 4 Opal Answe...97bf774700
> manager.cxx(1589) OpalMan Did not match regex "^(h323:.*)
> ([1-9][0-9]{6,9}@.*)$" (h323:.*\t[1-9][0-9]{6,9}@.*=fuze:<du>)
>
> 2015/02/24 13:05:48.546 4 Opal Answe...97bf774700
> manager.cxx(1589) OpalMan Did not match regex "^(sip:.*)
> (sip:[1-9][0-9]{6,9}@.*)$" (sip:.*\tsip:[1-9][0-9]{6,9}@.*=fuze:<du>)
>
> 2015/02/24 13:05:48.546 4 Opal Answe...97bf774700
> manager.cxx(1589) OpalMan Did not match regex "^(sip:.*)
> (h323:[1-9][0-9]{6,9}@.*)$" (sip:.*\th323:[1-9][0-9]{6,9}@.*=fuze:<du>)
>
> 2015/02/24 13:05:48.546 4 Opal Answe...97bf774700
> manager.cxx(1589) OpalMan Did not match regex "^(sip:.*)
> ([1-9][0-9]{6,9}@.*)$" (sip:.*\t[1-9][0-9]{6,9}@.*=fuze:<du>)
>
> 2015/02/24 13:05:48.546 4 Opal Answe...97bf774700
> manager.cxx(1589) OpalMan Did not match regex "^(h323:.*)
> ([1-9][0-9]{6,9})$" (h323:.*\t[1-9][0-9]{6,9}=fuze:<db>)
>
> 2015/02/24 13:05:48.546 4 Opal Answe...97bf774700
> manager.cxx(1589) OpalMan Did not match regex "^(sip:.*)
> ([1-9][0-9]{6,9})$" (sip:.*\t[1-9][0-9]{6,9}=fuze:<db>)
>
> 2015/02/24 13:05:48.546 4 Opal Answe...97bf774700
> manager.cxx(1589) OpalMan Matched regex "^(h323:.*)
> (mcu:[0-9]+)$" (h323:.*\tmcu:[0-9]+=mcu:<du>)
>
> *2015/02/24 13:05:48.546 4 Opal Answe...97bf774700
> sockets.cxx(633) Socket Name lookup of "00000085" failed:
> errno=-5*
>
> 2015/02/24 13:05:48.546 3 Opal Answe...97bf774700
> manager.cxx(802) OpalMan Set up connection to "mcu:00000085"
>
> 2015/02/24 13:05:48.546 4 Opal Answe...97bf774700
> opalmixer.cxx(827) MixerEP Making connection to "mcu:00000085"
>
>
>
> The strange thing is that I get name lookup successful for earlier e.g.*
> 00000010 . * Is there a limitation in the Opal code for searching a ID ?
>
>
>
> In case of SIP of SIP call received by OPAL , there is SIP CANCEL sent.
>
>
>
> Thanks and Regards
>
> Sagar Joshi
>
> Lead Software Engineer, Convergence Practice
>
> Great Software Laboratory (GS Lab)
>
>
>
> *“It’s Attitude and not Aptitude that’s decides your Altitude” *
>
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Opalvoip-user mailing list
> Opa...@li...
> https://lists.sourceforge.net/lists/listinfo/opalvoip-user
>
>
|