[Freeswitch-users] Mod_h323 AliasAddress Error
Saeed Ahmed
saeedahmad1981 at gmail.com
Wed Jul 7 07:02:37 PDT 2010
Dear All,
I am trying to configure mod_h323 with freeswitch, while loading module i
receive that error:
2010-07-07 16:01:02.027642 [CONSOLE] switch_loadable_module.c:944
Successfully Loaded [mod_h26x]
2010-07-07 16:01:02.304187 [CONSOLE] mod_h323.cpp:74 Starting loading
mod_h323
Assertion fail: Must have non-empty string in AliasAddress!, file
h323ep.cxx, line 3586
<A>bort, <C>ore dump?
I am following that wiki :
http://wiki.freeswitch.org/wiki/Mod_h323
my h323.conf.xml is:
<configuration name="h323.conf" description="H323 Endpoints">
<settings>
<param name="trace-level" value="4"/>
<param name="context" value="default"/>
<param name="dialplan" value="XML"/>
<param name="codec-prefs" value="PCMU"/>
<param name="gk-address" value=""/> <!-- empty to disable, "*" to
search LAN -->
<param name="gk-identifer" value=""/> <!-- optional name of gk -->
<param name="gk-interface" value=""/> <!-- optional listener interface
name -->
</settings>
<listeners>
<listener name="default">
<param name="h323-ip" value="$${local_ip_v4}"/>
<param name="h323-port" value="1720"/>
</listener>
</listeners>
</configuration>
I would appreciate any help.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100707/65cd5f8a/attachment.html
More information about the FreeSWITCH-users
mailing list