Ring Groups doens't work with verto user

Status
Not open for further replies.

cargreg

New Member
Apr 26, 2018
27
2
3
36
Hi guys, maybe someone could help me.
I want use a ring group with some verto user

1594809020246.png


in this case the 102 destination is a verto extension
I add this dial string inside the extension
{^^:sip_invite_domain=${dialed_domain}:presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(*/${dialed_user}@${dialed_domain})},${verto_contact ${dialed_user}@${dialed_domain}}

in the log, I saw: Cannot create outgoing channel of type [error] cause: [USER_NOT_REGISTERED]

those are my logs
https://pastebin.com/gNFchtFJ
 

cargreg

New Member
Apr 26, 2018
27
2
3
36
problem solved,
i changed the extension dial string,
before was :{^^:sip_invite_domain=${dialed_domain}:presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(*/${dialed_user}@${dialed_domain})},${verto_contact ${dialed_user}@${dialed_domain}}
and now is :
${verto_contact ${dialed_user}@${dialed_domain}}

now it seems work well
 
Status
Not open for further replies.