[Freeswitch-users] api_hangup_hook question

Madovsky infos at madovsky.org
Wed Dec 8 06:53:04 MSK 2010


mmmhmm, weird in the logs I can see :

/usr/local/freeswitch/scripts/perl/faxStatus.pl(): ///////////// what is these parenthesis at the last?
INVALID COMMAND!

if I use this xml
<action application="set" data="api_hangup_hook=/usr/local/freeswitch/scripts/perl/faxStatus.pl"/>

and

system(usr/local/freeswitch/scripts/perl/faxStatus.pl()): 
INVALID COMMAND!

if

<action application="set" data="api_hangup_hook=system(/usr/local/freeswitch/scripts/perl/faxStatus.pl)"/>

if you think this log is not enough I will pastebin, but the rest of logs are ok....




  ----- Original Message ----- 
  From: Michael Collins 
  To: FreeSWITCH Users Help 
  Sent: Tuesday, December 07, 2010 3:51 PM
  Subject: Re: [Freeswitch-users] api_hangup_hook question


  Can you pastebin your logs? There might be a clue as to what is happening.
  -MC


  On Tue, Dec 7, 2010 at 10:27 AM, Madovsky <infos at madovsky.org> wrote:

    I have this in dialplan/default

            <extension name="9999999999">
                    <condition field="destination_number" expression="^(9999999999)$">
                            <action application="set" data="domain_name=$${domain}"/>
                            <action application="export" data="dialed_extension=$1"/>
                            <action application="set" data="hangup_after_bridge=true"/>
                            <action application="set" data="continue_on_fail=NORMAL_TEMPORARY_FAILURE,CALL_REJECTED,USER_NOT_REGISTERED,NO_ANSWER,NO_USER_RESPONSE,USER_BUSY"/>
                            <action application="ring_ready"/>
                            <action application="tone_detect" data="fax 1100 r +5000 transfer 'receivefax XML features' 1" />
                            <action application="export" data="originate_timeout=15"/>
                            <action application="bridge" data="{absolute_codec_string='speex at 16000k,G729,GSM,G726,PCMU,PCMA',sip_from_uri=${sip_from_user}@${sip_from_host},origination_caller_id_name=${caller_id_name},origination_caller_id_number=${caller_id_number}}user/${dialed_extension}"/>
                            <action application="sleep" data="3000"/>
                            <action application="answer"/>
                            <action application="voicemail" data="default ${domain_name} ${dialed_extension}"/>
                    </condition>
            </extension>


    and this in dialplan/features


        <extension name="receivefax">
          <condition field="destination_number" expression="^receivefax$">
            <action application="set" data="session_in_hangup_hook=true"/>
            <action application="set" data="fax_file=/usr/local/freeswitch/storage/fax/${caller_id_number}-${uuid}.rxfax.tiff"/>
            <action application="set" data="fax_mode=recv"/>
            <action application="set" data="api_hangup_hook=perl /usr/local/freeswitch/scripts/perl/faxStatus.pl"/>
            <action application="answer" />
            <action application="playback" data="silence_stream://2000"/>
            <action application="set" data="fax_enable_t38_request=true"/>
            <action application="set" data="fax_enable_t38=true"/>
            <action application="rxfax" data="/usr/local/freeswitch/storage/fax/${caller_id_number}-${uuid}.rxfax.tiff"/>
            <action application="hangup"/>
          </condition>
        </extension>


    the fax is received well, but the perl script is not executed.

    Am I missing anything ?

    Thanks

    Franck



    _______________________________________________
    FreeSWITCH-users mailing list
    FreeSWITCH-users at lists.freeswitch.org
    http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
    UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
    http://www.freeswitch.org






------------------------------------------------------------------------------


  _______________________________________________
  FreeSWITCH-users mailing list
  FreeSWITCH-users at lists.freeswitch.org
  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
  UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
  http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101207/373ed01b/attachment.html 


More information about the FreeSWITCH-users mailing list