(C++) PJSUA2 Caller ID Name

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello!

I am developing simple softphone application in C++ using newest PJSUA2
library, and I have one question:

How can I put caller id name to my account registration code below:

AccountConfig acfg;
acfg.idUri = "sip:test at 127.0.0.1";
acfg.regConfig.registrarUri = "sip:127.0.0.1";
acfg.regConfig.timeoutSec = 3600;
AuthCredInfo cred("digest", "*", "100", 0, "100");
acfg.sipConfig.authCreds.push_back(cred);

MyAccount *acc = new MyAccount;
acc->create(acfg, true);

Thanks in advance!
Regards!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20140513/ae3daca7/attachment.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux