Hi kamailio Users,
I meet a problem with the " kamctl alias add" command in the 5.2 version, I
saw that the module used to add an alias had changed, and now the command
result with an error :
[kamailio]# kamctl alias add XXXX@XXXX sip:XXXXX@XXXX
{
"jsonrpc": "2.0",
"error": {
"code": 500,
"message": "Not enough parameters or wrong format"
},
"id": XXXXX
}
So in the version 5.2, the table aliasdb replace the table alias ?
We are using the table alias for the incomming call, and we implemented
scripts to add with the command kamctl alias add the information needed in
the tavble alias to route the call.
But since the version 5.2 we need to add an argument "path" in this
command, and we don't know how to put it at "NULL" or how we can use this
argument ?
Can you help us with this?
Bests Regards
Igor
Le ven. 5 juil. 2019 à 16:57, Igor Potjevlesch <igor.potjevlesch(a)gmail.com>
a écrit :
Hi Daniel-Constantin,
So in the version 5.2, the table aliasdb replace the table alias ?
We are using the table alias for the incomming call, and we implemented
scripts to add with the command kamctl alias add the information needed in
the tavble alias to route the call.
But since the version 5.2 we need to add an argument "path" in this
command, and we don't know how to put it at "NULL" or how we can use this
argument ?
Can you help us with this?
Bests Regards
>