Net_SMPP
[ class tree: Net_SMPP ] [ index: Net_SMPP ] [ all elements ]

Class: Net_SMPP_Command_Submit_Sm

Source Location: /Net_SMPP-0.4.5/Net/SMPP/Command/submit_sm.php

Class Overview

Net_SMPP_PDU
   |
   --Net_SMPP_Command
      |
      --Net_SMPP_Command_Submit_Sm

submit_sm class


Author(s):

Version:

  • CVS: $Revision: 298083 $

Copyright:

  • Portions of the documentation (c) Copyright 1999 SMPP Developers Forum.

Variables


Inherited Variables

Inherited Methods

Class: Net_SMPP_Command

Net_SMPP_Command::Net_SMPP_Command()
4.x constructor
Net_SMPP_Command::__construct()
5.x/main constructor
Net_SMPP_Command::commandCode()
Get the ID of a command from it's name
Net_SMPP_Command::commandName()
Get the name of a command from it's ID
Net_SMPP_Command::fieldExists()
Does this field exist?
Net_SMPP_Command::fieldIsOptional()
Is this field optional?
Net_SMPP_Command::generateParams()
Generate the binary data from the object
Net_SMPP_Command::isFixed()
Is this a fixed-length field?
Net_SMPP_Command::parseOptionalParams()
Parse optional paramaters
Net_SMPP_Command::parseParams()
Parse data into the object structure
Net_SMPP_Command::set()
Set values in this object
Net_SMPP_Command::_commandList()
Get the list of SMPP v3.4 commands
Net_SMPP_Command::_optionalParams()
Get list of optional paramaters

Class: Net_SMPP_PDU

Net_SMPP_PDU::extractCommand()
Extract the command from a PDU
Net_SMPP_PDU::factory()
Get an instance of a specific command class
Net_SMPP_PDU::generate()
Generate the raw PDU to send to the remote system
Net_SMPP_PDU::isError()
Is this an error response?
Net_SMPP_PDU::isRequest()
Is this a request PDU?
Net_SMPP_PDU::isResponse()
Is this a response PDU?
Net_SMPP_PDU::isVendor()
Is this a vendor PDU?
Net_SMPP_PDU::parse()
Parse a raw PDU and populate this instance with it's data
Net_SMPP_PDU::statusDesc()
Get status description

Class Details

[line 51]
submit_sm class

This operation is used by an ESME to submit a short message to the SMSC for onward transmission to a specified short message entity (SME). The submit_sm PDU does not support the transaction message mode.

  • Author: Ian Eure <ieure@php.net>
  • Version: Release: @package_version@
  • Version: CVS: $Revision: 298083 $
  • Copyright: (c) Copyright 2005 WebSprockets, LLC.
  • Copyright: Portions of the documentation (c) Copyright 1999 SMPP Developers Forum.
  • Link: http://pear.php.net/package/Net_SMPP
  • Since: Release 0.0.1dev6
  • License: PHP License 3.0


[ Top ]


Class Variables

$alert_on_msg_delivery =

[line 283]


Type:   mixed


[ Top ]

$callback_num =

[line 272]


Type:   mixed


[ Top ]

$callback_num_atag =

[line 274]


Type:   mixed


[ Top ]

$callback_num_pres_ind =

[line 273]


Type:   mixed


[ Top ]

$data_coding =  NET_SMPP_ENCODING_DEFAULT

[line 222]

Defines the encoding scheme of the short message user data.

Type:   int


[ Top ]

$destination_addr =

[line 151]

Destination address of this short message.

For mobile terminated messages, this is the directory number of the recipient MS.


Type:   string


[ Top ]

$destination_port =

[line 263]


Type:   mixed


[ Top ]

$dest_addr_npi =  NET_SMPP_NPI_UNK

[line 141]

Numbering Plan Indicator for destination.

Type:   int


[ Top ]

$dest_addr_subunit =

[line 264]


Type:   mixed


[ Top ]

$dest_addr_ton =  NET_SMPP_TON_UNK

[line 134]

Type of Number for destination.

Type:   int


[ Top ]

$dest_subaddress =

[line 276]


Type:   mixed


[ Top ]

$display_time =

[line 278]


Type:   mixed


[ Top ]

$esm_class =  NET_SMPP_MSGMODE_DEFAULT

[line 165]

Indicates Message Mode & Message Type.

This is a bitwise field to specify the message mode, type, and GSM features. See the NET_SMPP_MSGMODE_*, NET_SMPP_MSGTYPE_*, and NET_SMPP_GSMFEAT_* constants for possible values.

You will need to set this if your message has a User Data Header (UDH), for example if you are sending WAP Push messages via SMPP.


Type:   int


[ Top ]

$its_reply_type =

[line 285]


Type:   mixed


[ Top ]

$its_session_info =

[line 286]


Type:   mixed


[ Top ]

$language_indicator =

[line 284]


Type:   mixed


[ Top ]

$message_payload =

[line 270]


Type:   mixed


[ Top ]

$more_messages_to_send =

[line 268]


Type:   mixed


[ Top ]

$ms_msg_wait_facilities =

[line 281]


Type:   mixed


[ Top ]

$ms_validity =

[line 280]


Type:   mixed


[ Top ]

$number_of_messages =

[line 282]


Type:   mixed


[ Top ]

$payload_type =

[line 269]


Type:   mixed


[ Top ]

$priority_flag =

[line 181]

Designates the priority level of the message.

Type:   int


[ Top ]

$privacy_indicator =

[line 271]


Type:   mixed


[ Top ]

$protocol_id =

[line 174]

Protocol Identifier.

Network specific field.


Type:   int


[ Top ]

$registered_delivery =

[line 207]

Indicator to signify if an SMSC delivery receipt or an SME acknowledgement is required.

Type:   int


[ Top ]

$replace_if_present_flag =  0

[line 215]

Flag indicating if submitted message should replace an existing message.

Type:   int


[ Top ]

$sar_msg_ref_num =

[line 265]


Type:   mixed


[ Top ]

$sar_segment_seqnum =

[line 267]


Type:   mixed


[ Top ]

$sar_total_segments =

[line 266]


Type:   mixed


[ Top ]

$schedule_delivery_time =  null

[line 190]

The short message is to be scheduled by the SMSC for delivery.

Set to NULL for immediate delivery


Type:   string


[ Top ]

$service_type =  null

[line 75]

SMS application associated with this message

Specifying the service_type allows the ESME to

  • avail of enhanced messaging services such as “replace by service” type
  • to control the teleservice used on the air interface.
The following generic service_types are defined:

““ (NULL) Default “CMT” Cellular Messaging “CPT” Cellular Paging “VMN” Voice Mail Notification “VMA” Voice Mail Alerting “WAP” Wireless Application Protocol “USSD” Unstructured Supplementary Services Data

Set to NULL for default SMSC settings.


Type:   string


[ Top ]

$short_message =  null

[line 257]

Up to 254 octets of short message user data.

The exact physical limit for short_message size may vary according to the underlying network.

Applications which need to send messages longer than 254 octets should use the message_payload parameter. In this case the sm_length field should be set to zero.

Note: The short message data should be inserted in either the short_message or message_payload fields. Both fields must not be used simultaneously.


Type:   string


[ Top ]

$sms_signal =

[line 279]


Type:   mixed


[ Top ]

$sm_default_msg_id =  null

[line 232]

Indicates the short message to send from a list of predefined (‘canned’) short messages stored on the SMSC.

If not using an SMSC canned message, set to NULL.


Type:   int


[ Top ]

$sm_length =  0

[line 239]

Length in octets of the short_message user data.

Type:   int


[ Top ]

$source_addr =  null

[line 127]

Address of SME which originated this message.

If not known, set to NULL


Type:   mixed


[ Top ]

$source_addr_npi =  NET_SMPP_NPI_UNK

[line 120]

Numbering Plan Indicator for source address

These fields define the Numeric Plan Indicator (NPI) to be used in the SME address parameters. The following NPI values are defined:

NPI Value Unknown 00000000 ISDN (E163/E164) 00000001 Data (X.121) 00000011 Telex (F.69) 00000100 Land Mobile (E.212) 00000110 National 00001000 Private 00001001 ERMES 00001010 Internet (IP) 00001110 WAP Client Id (to be 00010010 defined by WAP Forum)

If not known, set to NULL.


Type:   int


[ Top ]

$source_addr_subunit =

[line 262]


Type:   mixed


[ Top ]

$source_addr_ton =  NET_SMPP_TON_UNK

[line 95]

Type of Number for source address

These fields define the Type of Number (TON) to be used in the SME address parameters. The following TON values are defined: TON Value Unknown 00000000 (0x00) International 00000001 (0x01) National 00000010 (0x02) Network Specific 00000011 (0x03) Subscriber Number 00000100 (0x04) Alphanumeric 00000101 (0x05) Abbreviated 00000110 (0x06)

If not known, set to NULL.


Type:   int


[ Top ]

$source_port =

[line 261]


Type:   mixed


[ Top ]

$source_subaddress =

[line 275]


Type:   mixed


[ Top ]

$user_message_reference =

[line 260]


Type:   mixed


[ Top ]

$user_response_code =

[line 277]


Type:   mixed


[ Top ]

$ussd_service_op =

[line 287]


Type:   mixed


[ Top ]

$validity_period =  null

[line 199]

The validity period of this message.

Set to NULL to request the SMSC default validity period.


Type:   int


[ Top ]

$_defs = array(
        'service_type' => array(
            'type' => 'string',
            'max' => 6
        ),'source_addr_ton'=>array('type'=>'int','size'=>1,),'source_addr_npi'=>array('type'=>'int','size'=>1),'source_addr'=>array('type'=>'string','max'=>21,),'dest_addr_ton'=>array('type'=>'int','size'=>1,),'dest_addr_npi'=>array('type'=>'int','size'=>1,),'destination_addr'=>array('type'=>'string','max'=>21),'esm_class'=>array('type'=>'int','size'=>1),'protocol_id'=>array('type'=>'int','size'=>1),'priority_flag'=>array('type'=>'int','size'=>1),'schedule_delivery_time'=>array('type'=>'string','max'=>17),'validity_period'=>array('type'=>'string','max'=>17,),'registered_delivery'=>array('type'=>'int','size'=>1,),'replace_if_present_flag'=>array('type'=>'int','size'=>1),'data_coding'=>array('type'=>'int','size'=>1),'sm_default_msg_id'=>array('type'=>'int','size'=>1),'sm_length'=>array('type'=>'int','size'=>1),'short_message'=>array('type'=>'ostring','max'=>254,'lenField'=>'sm_length'),// Optional params
'user_message_reference'=>array('type'=>'int','size'=>2),'source_port'=>array('type'=>'int','size'=>2),'source_addr_subunit'=>array('type'=>'int','size'=>1),'destination_port'=>array('type'=>'int','size'=>2),'dest_addr_subunit'=>array('type'=>'int','size'=>1),'sar_msg_ref_num'=>array('type'=>'int','size'=>2),'sar_total_segments'=>array('type'=>'int','size'=>1),'sar_segment_seqnum'=>array('type'=>'int','size'=>1),'more_messages_to_send'=>array('type'=>'int','size'=>1),'payload_type'=>array('type'=>'int','size'=>1),'message_payload'=>array('type'=>'ostring','max'=>260),'privacy_indicator'=>array('type'=>'int','size'=>1),'callback_num'=>array('type'=>'sting','min'=>4,'max'=>19),'callback_num_pres_ind'=>array('type'=>'int','size'=>1),'callback_num_atag'=>array('type'=>'string','max'=>65),'source_subaddress'=>array('type'=>'string','min'=>2,'max'=>23),'dest_subaddress'=>array('type'=>'string','min'=>2,'max'=>23),'user_response_code'=>array('type'=>'int','size'=>1),'display_time'=>array('type'=>'int','size'=>1),'sms_signal'=>array('type'=>'int','size'=>2),'ms_validity'=>array('type'=>'int','size'=>1),'ms_msg_wait_facilities'=>array('type'=>'int','size'=>1),'number_of_messages'=>array('type'=>'int','size'=>1),'alert_on_msg_delivery'=>array('type'=>'flag'),'language_indicator'=>array('type'=>'int','size'=>1),'its_reply_type'=>array('type'=>'int','size'=>1),'its_session_info'=>array('type'=>'int','size'=>2),'ussd_service_op'=>array('type'=>'int','size'=>1))

[line 296]

Paramater definitions for this command

Type:   array
Overrides:   Array


[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:37:29 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.