Re: [SR-Users] kamctl add VS kamctl ul add with interacted with SIPML

2016-02-15 Thread kssyrr
Thank you Daniel, I'm aware of that, well, almost... I was looking for a way to create a temporary subscriber and thought kamctl ul add would be the solution. How can one create a temporary subscriber, (a temporary user for authentication purposes with username an

Re: [SR-Users] kamctl add VS kamctl ul add with interacted with SIPML

2016-02-15 Thread Daniel-Constantin Mierla
Hello, the 'kamctl add ...' adds a subscriber profile (a permanent user for authentication purposes with username and password). The 'kamctl ul ...' is doing user location management, so it adds a contact for a user. The two commands are doing different operations, as they are designed for diffe

[SR-Users] kamctl add VS kamctl ul add with interacted with SIPML

2016-02-15 Thread kssyrr
 Hello, When I load a page with SIPml-api and run some php with 'kamctl add $username' command, the sip user is created by the SIPml-api. (user created permanently inside the DB) When I load the same page with 'kamctl ul add ' command, t