search for: pjsqip

Displaying 5 results from an estimated 5 matches for "pjsqip".

Did you mean: pjsip
2015 Sep 22
2
How to config instance messaging for asterisk 12
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 default extension.conf from the installation and I successfully could make the call over each but when I try to send message, it does not receive by the client. -------------- next part -------------- An HTML attachment was...
2015 Nov 17
2
How do I enable instant messaging support for PJSIP endpoints on Asterisk 13.1.0?
...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 gmail.com> wrote: > 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&...
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
2015 Nov 17
2
How do I enable instant messaging support for PJSIP endpoints on Asterisk 13.1.0?
...ves? >> >> Any help appreciated. Thanks! >> >> On Mon, Nov 16, 2015 at 9:16 PM, Thyda ENG <engthyda at gmail.com> wrote: >> >>> 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 >>> >>...
2015 Sep 22
2
How to config instance messaging for asterisk 12
...y 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 default extension.conf from the >> installation and I successfully could make the call over each but when I >> try to send message, it does not receive by the client. >> > > The context can...