Re: users Digest, Vol 116, Issue 32

2016-04-19 Thread

How to get destination_addr in get-url

2016-04-19 Thread yegorcool
Hello all! I receive deliver_sm PDU: DEBUG: SMPP PDU 0x7f3c68000a10 dump: DEBUG: type_name: deliver_sm DEBUG: command_id: 5 = 0x0005 DEBUG: command_status: 0 = 0x DEBUG: sequence_number: 0 = 0x DEBUG: service_type: NULL DEBUG: source_addr_ton: 1 = 0x0001 DEBUG: source_addr_

Re: How to get destination_addr in get-url

2016-04-19 Thread Juan Luis Gómez
%P is the escape code you're looking for according to the table, so $_GET["to"] should have "54321" as its value. Regards, Juan L Sent from my iPhone > On Apr 19, 2016, at 10:51, yegorc...@mail.ru wrote: > > Hello all! > > I receive deliver_sm PDU: > DEBUG: SMPP PDU 0x7f3c68000a10 dump: > DE