[Opalvoip-user] mod_opal IAX2 Call Issue
Brought to you by:
csoutheren,
rjongbloed
|
From: Bharat L. <bha...@ec...> - 2015-08-27 05:55:06
|
Hello All,
I am trying to enable IAX2 support for freeswitch. I successfully compiled
and install PTLIB (2.12.9) and OPAL(3.12.9). Also recompiled freeswitch
with mod_opal successfully.
Below is opal.conf.
<configuration name="opal.conf" description="Opal Endpoints">
<settings>
<param name="trace-level" value="25"/>
<param name="context" value="default"/>
<param name="dialplan" value="XML"/>
<param name="dtmf-type" value="signal"/> <!--
string, signal, rfc2833, in-band -->
<param name="jitter-size" value="40,100"/> <!--
Jitter buffer min/max size, milliseconds -->
<param name="codec-prefs" value="PCMU,PCMA"/> <!-- list, and
preferecnce order, of codecs -->
<!-- <param name="disable-transcoding" value="true"/> --> <!-- do
not transcode, use source channel codec only -->
<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="<My Public IP>"/> <!--
optional listener interface name -->
</settings>
<listeners>
<listener name="default">
<param name="h323-ip" value="<My Public IP>"/>
<param name="h323-port" value="1720"/>
</listener>
</listeners>
</configuration>
On netstat for 4569 (IAX) port, below is the result
udp 0 0 0.0.0.0:4569 0.0.0.0:*
16533/freeswitch
I have one DIDWW DID configured with IAX2 protocol and routed to this
server. When i am dialling this DID, i am getting calls on server
on 4569 port
which i checked in ngrep. However, there is no event on freeswitch. Just
for your information, I configured mod_opal on both latest 1.2 and 1.4
version and found same result for both.
>From Freeswitch list, i got reply that mod_opal does not has iax support.
Is it so ? In most of documents, its mentioned that mod_opal used to add
support of h323 and iax2 in the freeswitch.
Can anyone please
guide
me what i need to do additionally to get IAX2 calls on freeswitch?
Or anyone can guide me how to troubleshoot this issue too?
Do i need to configure anything for IAX2 ?
Is there any thi
ng
i can test to check it is configured and working properly ?
Thanks & Regards,
Bharat Lalcheta
|