Hi,
Can some one-post sample scripts of pjsip.conf to allow a anonymous calls
“in sip.conf allowgust=yes”
I have trouble getting incoming calls
Many thanks
Sathees
Hi,
Can some one-post sample scripts of pjsip.conf to allow a anonymous calls
“in sip.conf allowgust=yes”
I have trouble getting incoming calls
Many thanks
Sathees
For chan_sip, it is guest, as in visitor, not gust, as in wind. I don’t use PJSIP.
You’ll need to have an “anonymous” endpoint and you’ll need to have the res_pjsip_endpoint_identifier_anonymous module loaded.
wiki.asterisk.org/wiki/display/ … edEndpoint
Cheers