Bug in account handling

MS
Martin Schmid
Mon, Jul 17, 2017 3:03 PM

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

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