[Freeswitch-users] Khomp GSM not receiving messages

Rodrigo Ferrari rodrigo.ferrari at cellmidia.com.br
Thu Apr 21 00:21:58 MSD 2011


Hello friends,

Sorry for my bad english.

I installed a khomp GSM board, set up 2 chips, b0c0 and b0c1. At the
dialplan I configured this situation:

    <context name="khomp-00-00">
      <extension name="exemplo_1">
        <condition field="destination_number" expression="^s$">
          <action application="log" data="DEBUG Recieving CALL ..." />
          <action application="log" data="De ${caller_id_number}"/>

          <action application="curl" data="
http://app.cellmidia.com.br/receiver/receiver.php headers post
teste=${caller_id_number}&teste2=Chamada"/>
          <action application="info"/>

        </condition>
      </extension>
    </context>

    <context name="khomp-sms-00-00">
      <extension name="sms">
        <condition field="destination_number" expression="^s$">
          <action application="curl" data="
http://app.cellmidia.com.br/receiver/receiver.php headers post
teste=SMS&teste2=Entrante"/>
          <action application="info"/>
        </condition>
      </extension>
    </context>

If I call it will do what is set to do, but if I send a message, it will not
operate, there is no log set or any event marked as happining. Is there some
configuration that I miss? Some setting to my khomp board be able to receive
messages.

Thanks, best regard's.

Rodrigo Ferrari.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110420/cb31f435/attachment-0001.html 


More information about the FreeSWITCH-users mailing list