Hello,
I have incoming and outgoing SMS working fine. However with the outgoing messages the receiver gets:
DELAYED DELIVERY [timestamp]
The message
NOW:
The message [again]
They receive it all in one received message.
The log looks like this:
2 [2023-05-14 20:09:03] VERBOSE[1990][C-00000044] pbx.c: Executing [[email protected]:1] NoOp("Message/ast_msg_queue", "Outbound Message dialplan invoked") in new stack
3 [2023-05-14 20:09:03] VERBOSE[1990][C-00000044] pbx.c: Executing [[email protected]:2] NoOp("Message/ast_msg_queue", "To pjsip:[email protected]") in new stack
4 [2023-05-14 20:09:03] VERBOSE[1990][C-00000044] pbx.c: Executing [[email protected]:3] NoOp("Message/ast_msg_queue", "From <sip:[email protected]>") in new stack
5 [2023-05-14 20:09:03] VERBOSE[1990][C-00000044] pbx.c: Executing [[email protected]:4] NoOp("Message/ast_msg_queue", "Body DELAYED DELIVERY [2023.05.14 20:09:04]:
6 [2023-05-14 20:09:03] VERBOSE[1990][C-00000044] pbx.c: Executing [[email protected]:5] Set("Message/ast_msg_queue", "NUMBER_FROM=755") in new stack
7 [2023-05-14 20:09:03] VERBOSE[1990][C-00000044] pbx.c: Executing [[email protected]:6] Set("Message/ast_msg_queue", "NUMBER_TO=XXXXXXXXXX") in new stack
8 [2023-05-14 20:09:03] VERBOSE[1990][C-00000044] pbx.c: Executing [[email protected]:7] Set("Message/ast_msg_queue", "ACTUAL_FROM="755" <sip:[email protected]>") in new stack
9 [2023-05-14 20:09:03] VERBOSE[1990][C-00000044] pbx.c: Executing [[email protected]:8] Set("Message/ast_msg_queue", "ACTUAL_TO=pjsip:SMS-Gateway/<sip:[email protected]>") in new stack
10 [2023-05-14 20:09:03] VERBOSE[1990][C-00000044] pbx.c: Executing [[email protected]:9] MessageSend("Message/ast_msg_queue", "pjsip:SMS-Gateway/<sip:[email protected]>,"755" <sip:[email protected]>") in new stack
11 [2023-05-14 20:09:03] VERBOSE[1990][C-00000044] pbx.c: Executing [[email protected]:10] NoOp("Message/ast_msg_queue", "Send status is SUCCESS") in new stack
12 [2023-05-14 20:09:03] VERBOSE[1990][C-00000044] pbx.c: Executing [[email protected]:11] Hangup("Message/ast_msg_queue", "") in new stack
13 [2023-05-14 20:09:03] VERBOSE[1990][C-00000044] pbx.c: Spawn extension (sms-out, XXXXXXXXXX, 11) exited non-zero on 'Message/ast_msg_queue'
Any ideas?
Thank you.