search for: messagesender

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

Did you mean: 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";
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
2016 Nov 29
2
Asterisk compatibility with SMS services
Can anyone comment on using SMS in conjunction with VoIP service using one of these three 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
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 call are coming to the same context 'from-internal', as I notice. I wonder how
2016 Nov 29
2
Asterisk compatibility with SMS services
> Can anyone comment on using SMS in conjunction with VoIP service using > one of these three 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
2015 Oct 19
2
Why I get repeat messages many times
I am using the asterisk 13 and I config my dialplan for the SIP messaging as the following : http://highsecurity.blogspot.com/2012/03/asterisk-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 =>
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 "SUCCESS" after sending the
2015 Sep 21
3
Respond to an out of call SIP MESSAGE
On Mon, Sep 21, 2015 at 9:45 AM, D'Arcy J.M. Cain <darcy at vex.net> wrote: > On Mon, 21 Sep 2015 06:48:52 +0000 > Emil Ohlsson <emo at svep.se> wrote: >> [sip-im] >> exten _X!, 1, NoOp(Got message) >> exten _X!, n, Answer() >> exten _X!, n, Agi(agi://localhost/messagehandler.agi?...) >> exten _X!, n, SendText(Message received) > > I am not
2015 Sep 28
3
Respond to an out of call SIP MESSAGE
Sorry for the delay here. For some reason the mail from Joshua Colp failed to deliver to my mailbox. So, anyway, I've set up a local scenario on my computer a PJSIP client and Asterisk 11.17.1 (On a fedora linux workstation) with the settings listed below. In this scenario I've used UDP, but I want a configuration that can be used with any transport protocol. I can see that the context
2014 Dec 29
0
Commas is variables problem
Hi, I'm running into a strange problem with commas is variables. I have the following contexts: [messages] exten => _+.,1,Noop(External SMS) same => n,Set(ACTUALTO=${CUT(CUT(MESSAGE(to),@,1),:,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
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]) Mess...
2020 May 28
2
Notification when on the phone
Everybody, I've had a request from my manager that I figure out how to get our Asterisk 13.x system using 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
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
After upgrading from asterisk-10.5.0 to asterisk-11.1.2, I am getting a Segmentation fault. [root at localhost asterisk-11.1.2]# asterisk -vvvvvvc Asterisk 11.1.2, Copyright (C) 1999 - 2012 Digium, Inc. and others. Created by Mark Spencer <markster at digium.com> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details. This is free software, with components
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.
2020 May 28
0
Notification when on the phone
On 2020-05-28 10:15, Doug Lytle wrote: > Everybody, > > I've had a request from my manager that I figure out how to get our Asterisk 13.x system using 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,