Please guide tropo.com receive sms site

binh6699

Newbie
Joined
Mar 25, 2013
Messages
1
Reaction score
0
I will try to use the phone to receive sms tropo but without success.

The code I use
Code:
<?php    $myID = $currentCall->callerID;
    $myVarible = $currentCall->initialText ;


    message("New SMS FROM: ".$myID." --- ".$myVarible."---", array(
  "to" => "+14088835245",
  "network" => "SMS"));
    hangup( );
    ?>

Code:
<?php

message("Received office voice mail.", array(


    "to" => "+4088835245"));


?>

Code:
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: content"]<?php[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]02[/TD]
[TD="class: content"][/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]03[/TD]
[TD="class: content"]record("We're not available right now, please leave your message at the beep.",array([/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]04[/TD]
[TD="class: content"]   "beep"=>"true",[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]05[/TD]
[TD="class: content"]   "recordURI"=>" link"[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]06[/TD]
[TD="class: content"]    )[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]07[/TD]
[TD="class: content"]);[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]08[/TD]
[TD="class: content"][/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]09[/TD]
[TD="class: content"]message("Received office voice mail.", array([/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]10[/TD]
[TD="class: content"]  "to" => "+1[FONT=Verdana]4088835245[/FONT]",[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]11[/TD]
[TD="class: content"]  "network" => "SMS"));[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]12[/TD]
[TD="class: content"][/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]13[/TD]
[TD="class: content"]?>[/TD]
[/TR]
[/TABLE]
[/FONT]

I've tried but did not receive sms to "4088835245"

Who knows please guide me! Thanks
 
Try the programing section... maybe you will have more luck.

Second it will be better to ask the support before.
 
I will try to use the phone to receive sms tropo but without success.

The code I use
Code:
<?php    $myID = $currentCall->callerID;
    $myVarible = $currentCall->initialText ;


    message("New SMS FROM: ".$myID." --- ".$myVarible."---", array(
  "to" => "+14088835245",
  "network" => "SMS"));
    hangup( );
    ?>

Code:
<?php

message("Received office voice mail.", array(


    "to" => "+4088835245"));


?>

Code:
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: content"]<?php[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]02[/TD]
[TD="class: content"][/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]03[/TD]
[TD="class: content"]record("We're not available right now, please leave your message at the beep.",array([/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]04[/TD]
[TD="class: content"]   "beep"=>"true",[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]05[/TD]
[TD="class: content"]   "recordURI"=>" link"[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]06[/TD]
[TD="class: content"]    )[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]07[/TD]
[TD="class: content"]);[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]08[/TD]
[TD="class: content"][/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]09[/TD]
[TD="class: content"]message("Received office voice mail.", array([/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]10[/TD]
[TD="class: content"]  "to" => "+1[FONT=Verdana]4088835245[/FONT]",[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]11[/TD]
[TD="class: content"]  "network" => "SMS"));[/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]12[/TD]
[TD="class: content"][/TD]
[/TR]
[/TABLE]
[/FONT]
[FONT=Consolas][TABLE="width: 100%"]
[TR]
[TD="class: number"]13[/TD]
[TD="class: content"]?>[/TD]
[/TR]
[/TABLE]
[/FONT]

I've tried but did not receive sms to "4088835245"

Who knows please guide me! Thanks

Looks like gibberish to me. ;)
 
Back
Top