Displaying 6 results from an estimated 6 matches for "astsms".
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 => _.,n,Set(ACTUALTO=${CUT(MESSAGE(to),@,1)})
exten => _.,n,MessageSend(${ACTUALTO},${MESSAGE(from)})...
2015 Sep 22
2
How to set the global setting for each pjsip endpoint
...[100]
type=endpoint
aors=100
auth=100-auth
allow=ulaw,alaw,gsm,g726
context=from-internal
callerid=device <100>
dtmf_mode=rfc4733
use_avpf=no
ice_support=no
media_use_received_transport=no
trust_id_inbound=yes
send_pai=yes
rtp_symmetric=yes
rewrite_contact=yes
message_context=astsms
[200]
type=endpoint
aors=200
auth=200-auth
allow=ulaw,alaw,gsm,g726
context=from-internal
callerid=device <200>
dtmf_mode=rfc4733
use_avpf=no
ice_support=no
media_use_received_transport=no
trust_id_inbound=yes
send_pai=yes
rtp_symmetric=yes
rewrite_contact=yes
message_context...
2015 Nov 17
2
How do I enable instant messaging support for PJSIP endpoints on Asterisk 13.1.0?
...>
> On Tue, Nov 17, 2015 at 9:34 AM, Sonny Rajagopalan <
> sonny.rajagopalan at gmail.com> wrote:
>
>> So, the only thing that is needed in the endpoint definition in
>> pjsip.conf (there is no such file pjsip.endpoint_custom.conf) is
>>
>> *message_context=astsms*
>>
>> Is that correct? Anything I need to do in extensions.conf? I see that the
>> messages are received at Asterisk (when I turn on pjsip set logger on) but
>> they are not delivered to the other endpoint. What gives?
>>
>> Any help appreciated. Thanks!
>>...
2015 Nov 17
2
How do I enable instant messaging support for PJSIP endpoints on Asterisk 13.1.0?
So, the only thing that is needed in the endpoint definition in pjsip.conf
(there is no such file pjsip.endpoint_custom.conf) is
*message_context=astsms*
Is that correct? Anything I need to do in extensions.conf? I see that the
messages are received at Asterisk (when I turn on pjsip set logger on) but
they are not delivered to the other endpoint. What gives?
Any help appreciated. Thanks!
On Mon, Nov 16, 2015 at 9:16 PM, Thyda ENG <engthyda at...
2015 Sep 22
2
How to set the global setting for each pjsip endpoint
...=rfc4733
>>
>> use_avpf=no
>>
>> ice_support=no
>>
>> media_use_received_transport=no
>>
>> trust_id_inbound=yes
>>
>> send_pai=yes
>>
>> rtp_symmetric=yes
>>
>> rewrite_contact=yes
>>
>> message_context=astsms
>>
>>
>> [200]
>>
>> type=endpoint
>>
>> aors=200
>>
>> auth=200-auth
>>
>> allow=ulaw,alaw,gsm,g726
>>
>> context=from-internal
>>
>> callerid=device <200>
>>
>> dtmf_mode=rfc4733
>>
&...
2015 Nov 17
2
How do I enable instant messaging support for PJSIP endpoints on Asterisk 13.1.0?
Hello,
I am looking for documentation support for enabling instant messaging
between endpoints using Asterisk 13.1.0 and vanilla VoIP clients such as
Zoiper. Where do I enable this support on the server side and does it need
anything on the client side? I see plenty of online help for chan_sip, but
nothing for chan_pjsip.
I imagine there is both pjsip.conf configuration and extensions.conf