search for: messagesend

Displaying 20 results from an estimated 41 matches for "messagesend".

2012 Nov 18
1
How to MessageSend to a SIP from AMI Or CLI?
Hello all, I am running Asterisk 10.10.0 and I can send Message between SIP's no problem. However, I would like to be able to send send Message to a SIP from AMI Or CLI. I check the ListCommands On the AMI and it don't have MessageSend. Therefore, I try the SendText. AMI: Action: SendText" Channel: SIP/600" Body: This is a test. Message: This is a test. Extension: 600"; Response: Error Message: No such channel Any help would be much appreciated. -- Sincerely,
2012 Jul 28
1
How to send a SIP MESSAGE outside a call
Hello My provider allows to activate/deactivate a forwarding rule by sending a SIP MESSAGE. This is done outside a call. That is, while there is no ongoing call, a SIP client just sends the following message: MESSAGE sip:543951354657 at callfwd.sip.providerx.com SIP/2.0 Call-ID: b9ba106e-613a-46b9-8a4d-0efb4dc0a0f2 CSeq: 1 MESSAGE To: <sip:543951354657 at
2015 Sep 28
2
Respond to an out of call SIP MESSAGE
On 15-09-28 10:19 AM, Emil Ohlsson wrote: > (Still no not receiving the mail, revisited the settings.) > > OK, so SendText doesn't work with this scenario. But can MessageSend > handle this, and respond even when the transport protocol is TLS? Or > do I need to modify Asterisk to add this support? MessageSend has no concept of TLS, it gets passed to chan_sip which then sends it. It's therefore up to chan_sip to do it. It should work. Haven't done it thou...
2016 Nov 29
2
Asterisk compatibility with SMS services
...VoIP providers: voip.ms, vitelity.com, flowroute.com? Are some SMS services more compatible with Asterisk (i.e. SMS over SIP works perfectly or not)? Is it best to use a different data channel for SMS messages (i.e. SMS via HTTP, SMS via XMPP) instead of Asterisk's built in SMS application MessageSend <http://www.anveo.com/faq.asp?code=sip_asterisk_sms>? In order to develop a web application for sending and receives SMS messages for business users, are there any pitfalls in using Asterisk to handle the message exchanges? -------------- next part -------------- An HTML attachment was s...
2015 Sep 22
2
How to config instance messaging for asterisk 12
MessageSend is command for send message, however I don't know what the context for sending message. I create a pjsip with the context 'from-internal' then when i config the extension for context 'from-internal' it works but then the my call dialplan does not work. Because they both sms and...
2016 Nov 29
2
Asterisk compatibility with SMS services
...p.ms, vitelity.com, > flowroute.com? Are some SMS services more compatible with Asterisk > (i.e. SMS over SIP works perfectly or not)? Is it best to use a > different data channel for SMS messages (i.e. SMS via HTTP, SMS via > XMPP) instead of Asterisk's built in SMS application MessageSend > <http://www.anveo.com/faq.asp?code=sip_asterisk_sms>? In order to > develop a web application for sending and receives SMS messages for > business users, are there any pitfalls in using Asterisk to handle the > message exchanges? > On 2016-11-29 09:01 AM, Sebastian Niels...
2015 Oct 19
2
Why I get repeat messages many times
...-10-110-sms-messaging-or-sip.html [astsms] exten => _.,1,NoOp(SMS receiving dialplan 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 wit...
2015 Sep 22
2
How to config instance messaging for asterisk 12
Yes, sorry actually in asterisk 13, anyway how could i do that ? On Tue, Sep 22, 2015 at 5:43 PM, Joshua Colp <jcolp at digium.com> wrote: > On 15-09-22 03:34 AM, Thyda ENG wrote: > >> I am using the asterisk 12 with pjsip, I wonder how could I config the >> instance meesseging for pjsqip in asterisk 12 ? What is the default >> message context for pjssip ? I use the
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 "SUC...
2015 Sep 21
3
Respond to an out of call SIP MESSAGE
...s like a goto then I think that you want the 's' > priority. > > Or, I totally don't know what I am talking about and my education will > be advanced by the replies to this message. :-) > If you want to send an out of call SIP MESSAGE request, you'll need to use the MessageSend application: https://wiki.asterisk.org/wiki/display/AST/Asterisk+10+Application_MessageSend SendText is used for sending text messages within a call. Since a SIP channel is not servicing the out of call text message, you cannot use it to send a SIP MESSAGE request back to whatever sent the origin...
2015 Sep 28
3
Respond to an out of call SIP MESSAGE
...mber 22, 2015 8:53 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Respond to an out of call SIP MESSAGE Yes, that is how the problem was solved before when the transport protocol for messages was UDP, but TLS (TCP) this doesn't work. Partly because MessageSend doesn't support SIPS and partly because it focuses on sending a new message instead of reusing an existing stream. Using wireshark I can see that the TLS stream is still alive as there is no tear down communication. The "same,n," is a good shortcut to make the text more readable, I...
2014 Dec 29
0
Commas is variables problem
...),:,2)}) same => n,Macro(goip_sendsms,${ACTUALTO},"${MESSAGE(body)}") same => n,Hangup() [macro-goip_sendsms] ;Call Macro(goip_sendsms,number,message) exten => s,1,Noop(SMS via GOIP) same => n,Set(MESSAGE(body)="${URIDECODE(${ARG1}%0A${ARG2})}") same => n,MessageSend(sip:goip) When I send Test,test through this, the receiver gets an SMS saying "Test" The console shows -- Executing [+3584172xxxxx at messages:1] NoOp("Message/ast_msg_queue", "External SMS") in new stack -- Executing [+3584172xxxxx at messages:2] Set(&q...
2007 Nov 11
0
ActionMailer Difficulties
...t; @sent_on = Time.now end And my confirm page set up as follows Dear <%= @user.name %> <%= @sender.login %> has sent you the following message %> <%= @message %> Now, if I let @user be some user and @sending_user be some other user, if I work from the console with MessageSender.deliver_confirm("Message!", @sending_user, @user) it works, and I see the message in the hash built by the test mode. But if I use the following code def send_message @user = (session[:looked_upon_user]) @sending_user = User.find(session[:user_id]) @message = (params[:message]) Me...
2020 May 28
2
Notification when on the phone
...sing chan_sip to be able to display on the Polycom VVX series phone display (firmware 5.9.5), when an extension is called and the person on the other end is on the phone. He said, "Our old Analog phone system could do it, how hard can it be?" I've gone down the path of trying to use MessageSend, but for the life of me, cannot get the VVX 501 or VVX 601 phones to enable Instant messaging, Enabling the feature with feature.instantMessaging.enabled="1" seems to do nothing. Further investigation shows that I can send messages to the phones using curl after enabling Push messaging....
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,
2012 Nov 16
1
Unable to create channel of type 'SIP' (cause 20 - Subscriber absent)
Hello, After Upgrade to Asterisk 11.1.0-rc1 I keep getting == Using SIP VIDEO TOS bits 136 == Using SIP VIDEO CoS mark 6 == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 -- Executing [603 at DLPN_AlDimnaDialPlan:601] Dial("SIP/601-00000002", "SIP/603") in new stack [Nov 16 06:42:33] WARNING[15547][C-00000004]: app_dial.c:2433 dial_exec_full: Unable to
2015 Jul 10
2
Messages out of calls. Is it really possible?
Hi. I have read in some web sites that ASTERISK can support messages out of calls. What does it exactly means? 1 - Can a dialplan script accept and handle a message from a callee party, even before the call be connected? 2 - Can a ringing callee send SIP MESSAGE to the ASTERISK even before answer the call? 3- Could I use dialplan function MESSAGE() to receive SIP messages from callees, even
2013 Jan 10
1
Segmentation fault after upgrading from asterisk-10.5.0 to asterisk-11.1.2
...9;: Found == Manager registered action DBGet == Manager registered action DBPut == Manager registered action DBDel == Manager registered action DBDelTree == Registered custom function 'MESSAGE' == Registered custom function 'MESSAGE_DATA' == Registered application 'MessageSend' == Manager registered action MessageSend == Manager registered action DataGet == Parsing '/etc/asterisk/codecs.conf': Found Asterisk Dynamic Loader Starting: == Parsing '/etc/asterisk/modules.conf': Found == Parsing '/etc/asterisk/dnsmgr.conf': Found [2013-01-...
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 > th...
2020 May 28
0
Notification when on the phone
...able to display on the Polycom VVX series phone display (firmware 5.9.5), when an extension is called and the person on the other end is on the phone. > > He said, "Our old Analog phone system could do it, how hard can it be?" > > I've gone down the path of trying to use MessageSend, but for the life of me, cannot get the VVX 501 or VVX 601 phones to enable Instant messaging, Enabling the feature with feature.instantMessaging.enabled="1" seems to do nothing. > > Further investigation shows that I can send messages to the phones using curl after enabling Push m...