The default message context for the pjsip is the same the call context, so to set the new message context for the pjsqip you need to modify your pjsip.endpoint_custom.conf and add the message context as in the example below :
[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 media_encryption=no rtp_symmetric=yes rewrite_contact=yes *message_context=astsms* On Tue, Nov 17, 2015 at 8:35 AM, Sonny Rajagopalan < [email protected]> wrote: > 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 > configuration? > > Any help is appreciated. > > Thanks, > Sonny. > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
