On Fri, Jun 13, 2008 at 9:53 AM, Dave <spawnage at gmail.com> wrote: > Hello, > > Is there an easy way to manually send subscribes via pjsip? > I have been searching around in the documentation but have failed to > turn up anything I can use. > Have a look at the PJSIP Developer's Guide PDF from http://www.pjsip.org/docs.htm, where the event subscription framework is described in more detail there. Or if you don't want PJSIP to manage the subscription for you, you can always create and send the SUBSCRIBE request as just an UAC transaction. Again this is explained in the PDF doc. Cheers Benny