Discussion:
[pjsip] Bug in account handling
Martin Schmid
2017-07-17 15:03:53 UTC
Permalink
Hello list

I hope this is the way to submit bug reports.

I'm having a problem using pjsip 2.6 in python. I have added multiple
accounts to my project and encounter a issue.
Before, I had only one account and therefore cannot tell if the bug is
new to the 2.6.

When I add tree accounts, using
'cacc = lib.create_account(pj.AccountConfig(realm, username, password,
display, registrar))',
then clear them iteratively using acc[item].delete(), then re-add them
with the command before,
the library often tries to authenticate with the credentials of the
wrong account.

Is this a known issue? I haven't found anything.

Regards

Martin
--
Martin Schmid
APS systems AG, Neumatt 4, CH-4626 Niederbuchsiten
Tel direkt: +41 62 389 8891, Fax: +41 62 389 8880, Tel: +41 62 389 8888
www.aps-systems.ch


_______________________________________________
Visit our blog: http://blog.pjsip.org

pjsip mailing list
***@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
Loading...