Is there any easy way to add a custom subscribe handler? I have a set of users with Polycom phones that attempt to Events that Asterisk/PJSIPdoesnt recognize, call-info and as-feature-event. It just generates a warning, but it got me wondering if I co..
Author : Trey Hilyard
I am trying to set up my Asterisk server so that it will recognize an incoming call to the Asterisks own Location Routing Number (LRN), validating the rn in the INVITE and then using the Called Number from the INVITE as the extension in the dialplan…
I am turning up a PJSIP Endpoint and am having problems when they send an INVITE to my server. Asterisk is returning a 421 Extenstion Required. Sinceextension means different things in the SIP stack versus Asterisk, Idont know what it is complain..
-I am trying to decide if I have stumbled across a bug in PJSIP or I am just missing something. My Asterisk has two interfaces, an internal eth0 and an external eth1. In pjsip.conf, I define the following transports:[trusted]type=transport protocol=..
I found an issue with how PJSIP handles a typo in the Dial application. If the Channel is mistakenly typed with two slashes (i.e Dial(PJSIP//xxxx…), the Dial applications fails (obviously), but it also kills the server.I put some code in my pbx_con..