search for: message_send_status

Displaying 12 results from an estimated 12 matches for "message_send_status".

2020 Jan 30
2
delivery verification of instant messages with pjsip
Hi, when sending IMs from endpoint to endpoint with the MessageSend() application, I can check the MESSAGE_SEND_STATUS and send another message to the sender of the message to notify them that their message was not sent when the status indicates it. This works fine with chan_sip. With chan_pjsip, this works differently in that MESSAGE_SEND_STATUS is "SUCCESS" after sending the message, and only late...
2015 Oct 19
2
Why I get repeat messages many times
...alplan invoked) exten => _.,n,NoOp(To ${MESSAGE(to)}) exten => _.,n,NoOp(From ${MESSAGE(from)}) exten => _.,n,NoOp(Body ${MESSAGE(body)}) exten => _.,n,Set(ACTUALTO=${CUT(MESSAGE(to),@,1)}) exten => _.,n,MessageSend(${ACTUALTO},${MESSAGE(from)}) exten => _.,n,NoOp(Send status is ${MESSAGE_SEND_STATUS}) exten => _.,n,GotoIf($["${MESSAGE_SEND_STATUS}" != "SUCCESS"]?sendfailedmsg) exten => _.,n,Hangup() With this configuration I could send message, but I don't know what wrong with it as sometimes I get the repeat messages many times. do you have any idea? -----------...
2020 Jan 30
0
delivery verification of instant messages with pjsip
On Thu, Jan 30, 2020 at 9:35 AM hw <hw at gc-24.de> wrote: > Hi, > > when sending IMs from endpoint to endpoint with the MessageSend() > application, > I can check the MESSAGE_SEND_STATUS and send another message to the sender > of > the message to notify them that their message was not sent when the status > indicates it. > > This works fine with chan_sip. With chan_pjsip, this works differently in > that MESSAGE_SEND_STATUS is "SUCCESS" after sending t...
2015 Nov 17
2
How do I enable instant messaging support for PJSIP endpoints on Asterisk 13.1.0?
Thanks again. How do you create that message context in extensions.conf? On Mon, Nov 16, 2015 at 9:44 PM, Thyda ENG <engthyda at gmail.com> wrote: > According to what I have done , I add the message_context to the > pjsip.endpoint_custom.conf in /etc/asterisk and then I create that > message_context in the extension.conf, and it works. > > On Tue, Nov 17, 2015 at 9:34 AM,
2020 Mar 12
0
Asterisk 13.32.0 Now Available
...sageSend Content-Type can't be changed (Reported by Alex) * ASTERISK-28423 - ARI causes STASIS Deadlock (Reported by Ross Beer) * ASTERISK-28679 - stasis application is destroyed after its creation (Reported by Francois Blackburn) * ASTERISK-25421 - PJSIP. MESSAGE_SEND_STATUS set to SUCCESS in spite of the error when sending (Reported by Dmitriy Serov) * ASTERISK-28139 - RTP Stream Incorrect Payload Type Causes Asterisk To Drop Calls (Reported by Paul Brooks) * ASTERISK-28686 - chan_sip strictrtp=yes fails when media source is chang...
2020 Mar 12
0
Asterisk 13.32.0 Now Available
...sageSend Content-Type can't be changed (Reported by Alex) * ASTERISK-28423 - ARI causes STASIS Deadlock (Reported by Ross Beer) * ASTERISK-28679 - stasis application is destroyed after its creation (Reported by Francois Blackburn) * ASTERISK-25421 - PJSIP. MESSAGE_SEND_STATUS set to SUCCESS in spite of the error when sending (Reported by Dmitriy Serov) * ASTERISK-28139 - RTP Stream Incorrect Payload Type Causes Asterisk To Drop Calls (Reported by Paul Brooks) * ASTERISK-28686 - chan_sip strictrtp=yes fails when media source is chang...
2020 Mar 12
0
Asterisk 16.9.0 Now Available
...sageSend Content-Type can't be changed (Reported by Alex) * ASTERISK-28423 - ARI causes STASIS Deadlock (Reported by Ross Beer) * ASTERISK-28679 - stasis application is destroyed after its creation (Reported by Francois Blackburn) * ASTERISK-25421 - PJSIP. MESSAGE_SEND_STATUS set to SUCCESS in spite of the error when sending (Reported by Dmitriy Serov) * ASTERISK-28686 - chan_sip strictrtp=yes fails when media source is changed: no audio (Reported by Walter Doekes) * ASTERISK-28139 - RTP Stream Incorrect Payload Type Causes Asterisk...
2020 Mar 12
0
Asterisk 17.3.0 Now Available
...sageSend Content-Type can't be changed (Reported by Alex) * ASTERISK-28423 - ARI causes STASIS Deadlock (Reported by Ross Beer) * ASTERISK-28679 - stasis application is destroyed after its creation (Reported by Francois Blackburn) * ASTERISK-25421 - PJSIP. MESSAGE_SEND_STATUS set to SUCCESS in spite of the error when sending (Reported by Dmitriy Serov) * ASTERISK-28686 - chan_sip strictrtp=yes fails when media source is changed: no audio (Reported by Walter Doekes) * ASTERISK-28139 - RTP Stream Incorrect Payload Type Causes Asterisk...
2020 Mar 12
0
Asterisk 16.9.0 Now Available
...sageSend Content-Type can't be changed (Reported by Alex) * ASTERISK-28423 - ARI causes STASIS Deadlock (Reported by Ross Beer) * ASTERISK-28679 - stasis application is destroyed after its creation (Reported by Francois Blackburn) * ASTERISK-25421 - PJSIP. MESSAGE_SEND_STATUS set to SUCCESS in spite of the error when sending (Reported by Dmitriy Serov) * ASTERISK-28686 - chan_sip strictrtp=yes fails when media source is changed: no audio (Reported by Walter Doekes) * ASTERISK-28139 - RTP Stream Incorrect Payload Type Causes Asterisk...
2020 Mar 12
0
Asterisk 17.3.0 Now Available
...sageSend Content-Type can't be changed (Reported by Alex) * ASTERISK-28423 - ARI causes STASIS Deadlock (Reported by Ross Beer) * ASTERISK-28679 - stasis application is destroyed after its creation (Reported by Francois Blackburn) * ASTERISK-25421 - PJSIP. MESSAGE_SEND_STATUS set to SUCCESS in spite of the error when sending (Reported by Dmitriy Serov) * ASTERISK-28686 - chan_sip strictrtp=yes fails when media source is changed: no audio (Reported by Walter Doekes) * ASTERISK-28139 - RTP Stream Incorrect Payload Type Causes Asterisk...
2015 Oct 28
2
Receiving Messages and Extensions Config for WebRTC
...e SIP client registered to 1061 exten => 1061,1,NoOp(Message from: ${MESSAGE(from)}) same => n,NoOp(Message to: ${MESSAGE(to)}) same => n,NoOp(Message body: ${MESSAGE(body)}) same => n,MessageSend(sip:1061 at 254.248.223.23:$[SIPPEER(1061,port)]) same => n,NoOp(Message send status: ${MESSAGE_SEND_STATUS}) same => n,Hangup() Thank you Vivian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20151028/9fd9a883/attachment.html>
2020 Oct 20
2
Asterisk 18.0.0 Now Available
...sageSend Content-Type can't be changed (Reported by Alex) * ASTERISK-28423 - ARI causes STASIS Deadlock (Reported by Ross Beer) * ASTERISK-28679 - stasis application is destroyed after its creation (Reported by Francois Blackburn) * ASTERISK-25421 - PJSIP. MESSAGE_SEND_STATUS set to SUCCESS in spite of the error when sending (Reported by Dmitriy Serov) * ASTERISK-28686 - chan_sip strictrtp=yes fails when media source is changed: no audio (Reported by Walter Doekes) * ASTERISK-28139 - RTP Stream Incorrect Payload Type Causes Asterisk...