[Freeswitch-users] outbound socket problem / fs_ivrd general protection, segfault
Christian Löschenkohl
christian.loeschenkohl at xpirio.com
Fri Jun 4 02:14:10 PDT 2010
hello list
recently i have problems with outbound socket scripts (written in php)
dialplan looks like this
<condition field="destination_number" expression="^(\d+)$" break="on-true">
<action application="set" data="ivr_path=/opt/freeswitch/scripts/script1.php"/>
<action application="socket" data="127.0.0.1:8084 full"/>
... do something ...
<action application="set" data="ivr_path=/opt/freeswitch/scripts/script2.php"/>
<action application="socket" data="127.0.0.1:8084 full"/>
<action application="hangup"/>
</condition>
script1.php is executed script2.php fails (see syslog msg)
syslog says
fs_ivrd[11971] general protection ip:7f2f7b94bbf5 sp:7fffffffa148 error:0 in libpthread-2.7.so[7f2f7b942000+16000] or
fs_ivrd[12037]: segfault at a006c6c7576 ip 7f2f7b94bbf5 sp 7fffffffa148 error 4 in libpthread-2.7.so[7f2f7b942000+16000]
uname -a
Linux vts02.vie.xpirio.net 2.6.26-2-amd64 #1 SMP Tue Mar 9 22:29:32 UTC 2010 x86_64 GNU/Linux
version
FreeSWITCH Version 1.0.6 (svn-exported)
does anybody have similar problems?
br
--
Ing. Christian Löschenkohl
Technische Leitung, Forschung & Entwicklung VoIP
xpirio
Telekommunikation & Service GmbH
Lakeside B04
9020 Klagenfurt
Austria
T +43 (0) 5 77 11 - 1000
F +43 (0) 5 77 11 - 1002
E christian.loeschenkohl at xpirio.com
More information about the FreeSWITCH-users
mailing list