[Freeswitch-users] Mod_h323 AliasAddress Error

Georgiewskiy Yuriy bottleman at icf.org.ru
Tue Aug 3 04:59:49 PDT 2010


On 2010-08-03 13:45 +0200, Saeed Ahmed wrote FreeSWITCH Users Help:

SA>Hi,
SA>
SA>When i changed the value to "false" then it started working.
SA>
SA>
SA><param name="h245insetup" value="false"/>
SA>
SA>Even its working but i still see following error:
SA>
SA>
SA>2010-08-02 16:08:42.088627 [ERR] mod_h323.cpp:1981 h323/8112#
SA>982183863666 at 67.18.148.250  Unsupported ptime of 6 on  write Audio codec
SA>G.729A/B{sw}  for connection [0x2aaab80c2dc0]

it's not related to mod_h323, it's codec specific.

SA>Thanks.
SA>
SA>2010/8/2 Georgiewskiy Yuriy <bottleman at icf.org.ru>
SA>
SA>> On 2010-07-31 13:27 +0200, Saeed Ahmed wrote
SA>> freeswitch-users at lists.freeswi...:
SA>>
SA>> SA>Hi,
SA>> SA>
SA>> SA>I moved forward, module is successfully loaded but,
SA>> SA>
SA>> SA>when i send call from my xlite and try to bridge it with another FS
SA>> using
SA>> SA>h323 (also running with mod_h323) and 2nd FS plays the MOH. but that
SA>> doesn't
SA>> SA>work
SA>> SA>
SA>> SA>i also tried to bridge it from 2nd FS to a H323 gate keeper but no
SA>> success.
SA>> SA>
SA>> SA>when i make a first call then there is alot of deug output and then it
SA>> SA>doesn't take next calls and continue to produce some debug infos.
SA>>
SA>> give debug info please, and tell what versions of ptlib and h323plus you
SA>> are use.
SA>>
SA>>
SA>> SA>maybe something is wrong with my h323.conf
SA>> SA>
SA>> SA>here it is:
SA>> SA>
SA>> SA><configuration name="h323.conf" description="H323 Endpoints">
SA>> SA> <settings>
SA>> SA>   <param name="trace-level" value="10"/>
SA>> SA>   <param name="context" value="default"/>
SA>> SA>   <param name="dialplan" value="XML"/>
SA>> SA>   <param name="codec-prefs" value="PCMA,PCMU,GSM,G729"/>
SA>> SA>   <param name="gk-address" value=""/>    <!-- empty to disable, "*" to
SA>> SA>search LAN -->
SA>> SA>   <param name="gk-identifer" value=""/>  <!-- optional name of gk -->
SA>> SA>   <param name="gk-interface" value=""/>  <!-- mandatory listener
SA>> interface
SA>> SA>name -->
SA>> SA>   <param name="gk-retry" value="30"/>  <!-- optional GK register retry
SA>> SA>timer -->
SA>> SA>   <param name="faststart" value="true"/>  <!-- optional -->
SA>> SA>   <param name="h245tunneling" value="true"/>  <!-- optional -->
SA>> SA>   <param name="h245insetup" value="true"/>  <!-- optional -->
SA>> SA>   <param name="jitter-size" value="60"/>  <!-- optional -->
SA>> SA>   <param name="progress-indication" value="8"/> <!-- optional - PI
SA>> value in
SA>> SA>progress message-->
SA>> SA>   <param name="alerting-indication" value="8"/> <!-- optional - PI
SA>> value in
SA>> SA>alerting message-->
SA>> SA>   <param name="endpoint-name" value="fs"/>
SA>> SA> </settings>
SA>> SA> <listeners>
SA>> SA>   <listener name="default">
SA>> SA>     <param name="h323-ip" value="$${local_ip_v4}"/>
SA>> SA>     <param name="h323-port" value="1720"/>
SA>> SA>   </listener>
SA>> SA> </listeners>
SA>> SA></configuration>
SA>> SA>
SA>> SA>PS: i also tried to register with Eikga, it got register but doesn't
SA>> SA>originate the calls, do you guys know any other h323 softphone?
SA>>
SA>> mod_h323 cannot register endpoints himself.
SA>>
SA>> SA>
SA>> SA>many thanks.
SA>> SA>2010/7/7 Saeed Ahmed <saeedahmad1981 at gmail.com>
SA>> SA>
SA>> SA>> Thanks Georgiewskiy,
SA>> SA>> *
SA>> SA>> *
SA>> SA>> *I'll test it and will also update it on Wiki.
SA>> SA>> *
SA>> SA>> 2010/7/7 Georgiewskiy Yuriy <bottleman at icf.org.ru>
SA>> SA>>
SA>> SA>>>  On 2010-07-07 16:02 +0200, Saeed Ahmed wrote
SA>> SA>>> freeswitch-users at lists.freeswi...:
SA>> SA>>>
SA>> SA>>> SA>Dear All,
SA>> SA>>> SA>
SA>> SA>>> SA>I am trying to configure mod_h323 with freeswitch, while loading
SA>> module
SA>> SA>>> i
SA>> SA>>> SA>receive that error:
SA>> SA>>> SA>
SA>> SA>>> SA>
SA>> SA>>> SA>2010-07-07 16:01:02.027642 [CONSOLE] switch_loadable_module.c:944
SA>> SA>>> SA>Successfully Loaded [mod_h26x]
SA>> SA>>> SA>2010-07-07 16:01:02.304187 [CONSOLE] mod_h323.cpp:74 Starting
SA>> loading
SA>> SA>>> SA>mod_h323
SA>> SA>>> SA>Assertion fail: Must have non-empty string in AliasAddress!, file
SA>> SA>>> SA>h323ep.cxx, line 3586
SA>> SA>>> SA>
SA>> SA>>> SA><A>bort, <C>ore dump?
SA>> SA>>>
SA>> SA>>> wiki is outdated, add <param name="endpoint-name" value="blabla"/> то
SA>> SA>>> h323.conf.xml
SA>> SA>>>
SA>> SA>>> SA>
SA>> SA>>> SA>I am following that wiki :
SA>> SA>>> SA>
SA>> SA>>> SA>http://wiki.freeswitch.org/wiki/Mod_h323
SA>> SA>>> SA>
SA>> SA>>> SA>my h323.conf.xml is:
SA>> SA>>> SA>
SA>> SA>>> SA>
SA>> SA>>> SA><configuration name="h323.conf" description="H323 Endpoints">
SA>> SA>>> SA>  <settings>
SA>> SA>>> SA>    <param name="trace-level" value="4"/>
SA>> SA>>> SA>    <param name="context" value="default"/>
SA>> SA>>> SA>    <param name="dialplan" value="XML"/>
SA>> SA>>> SA>    <param name="codec-prefs" value="PCMU"/>
SA>> SA>>> SA>    <param name="gk-address" value=""/>    <!-- empty to disable,
SA>> "*"
SA>> SA>>> to
SA>> SA>>> SA>search LAN -->
SA>> SA>>> SA>    <param name="gk-identifer" value=""/>  <!-- optional name of
SA>> gk -->
SA>> SA>>> SA>    <param name="gk-interface" value=""/>  <!-- optional listener
SA>> SA>>> interface
SA>> SA>>> SA>name -->
SA>> SA>>> SA>  </settings>
SA>> SA>>> SA>  <listeners>
SA>> SA>>> SA>    <listener name="default">
SA>> SA>>> SA>      <param name="h323-ip" value="$${local_ip_v4}"/>
SA>> SA>>> SA>      <param name="h323-port" value="1720"/>
SA>> SA>>> SA>    </listener>
SA>> SA>>> SA>  </listeners>
SA>> SA>>> SA></configuration>
SA>> SA>>> SA>
SA>> SA>>> SA>I would appreciate any help.
SA>> SA>>> SA>
SA>> SA>>> SA>Thanks
SA>> SA>>> SA>
SA>> SA>>>
SA>> SA>>> C уважением                       With Best Regards
SA>> SA>>> Георгиевский Юрий.                Georgiewskiy Yuriy
SA>> SA>>> +7 4872 711666                    +7 4872 711666
SA>> SA>>> факс +7 4872 711143               fax +7 4872 711143
SA>> SA>>> Компания ООО "Ай Ти Сервис"       IT Service Ltd
SA>> SA>>> http://nkoort.ru                  http://nkoort.ru
SA>> SA>>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru
SA>> SA>>> YG129-RIPE                        YG129-RIPE
SA>> SA>>> _______________________________________________
SA>> SA>>> FreeSWITCH-users mailing list
SA>> SA>>> FreeSWITCH-users at lists.freeswitch.org
SA>> SA>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
SA>> SA>>> UNSUBSCRIBE:
SA>> http://lists.freeswitch.org/mailman/options/freeswitch-users
SA>> SA>>> http://www.freeswitch.org
SA>> SA>>>
SA>> SA>>>
SA>> SA>>
SA>> SA>
SA>>
SA>> C уважением                       With Best Regards
SA>> Георгиевский Юрий.                Georgiewskiy Yuriy
SA>> +7 4872 711666                    +7 4872 711666
SA>> факс +7 4872 711143               fax +7 4872 711143
SA>> Компания ООО "Ай Ти Сервис"       IT Service Ltd
SA>> http://nkoort.ru                  http://nkoort.ru
SA>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru
SA>> YG129-RIPE                        YG129-RIPE
SA>>
SA>> _______________________________________________
SA>> FreeSWITCH-users mailing list
SA>> FreeSWITCH-users at lists.freeswitch.org
SA>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
SA>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
SA>> http://www.freeswitch.org
SA>>
SA>>
SA>

C уважением                       With Best Regards
Георгиевский Юрий.                Georgiewskiy Yuriy
+7 4872 711666                    +7 4872 711666
факс +7 4872 711143               fax +7 4872 711143
Компания ООО "Ай Ти Сервис"       IT Service Ltd
http://nkoort.ru                  http://nkoort.ru
JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru
YG129-RIPE                        YG129-RIPE


More information about the FreeSWITCH-users mailing list