[Freeswitch-users] USER_NOT_REGISTERED
info at shishir.com.np
info at shishir.com.np
Mon Apr 22 03:03:26 MSD 2013
hi
I am using opensips as a registration server and FS as a media proxy. I
dont authenticate the users on the FS but opensips does. I am using
mod_curl_xml to get the user extensions and group settings.
The issue I am having is when I call to the group of the users after
getting data back from mod_curl_xml I get USER_NOT_REGISTERED and
hangups the call.
This is what I receive back from mod_curl_xml
<document type="freeswitch/xml">
<section name="directory">
<domain name="c24118.c.XXXXXXX.com">
<groups>
<group name="201">
<users>
<user id="201">
<params>
<param name="dial-string"
value="{presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(users/${dialed_user}@${dialed_domain})}"/>
</params>
</user>
</users>
</group>
</groups>
</domain>
</section>
</document>
This is what I get on the freeswitch
2013-04-21 07:50:37.000717 [DEBUG] switch_event.c:1608 Parsing variable
[presence_id]=[201 at c24118.c.XXXXXXX.com]
2013-04-21 07:50:37.000717 [NOTICE] switch_ivr_originate.c:2640 Cannot
create outgoing channel of type [error] cause: [USER_NOT_REGISTERED]
2013-04-21 07:50:37.000717 [DEBUG] switch_ivr_originate.c:3606
Originate Resulted in Error Cause: 606 [USER_NOT_REGISTERED]
2013-04-21 07:50:37.000717 [NOTICE] switch_ivr_originate.c:2640 Cannot
create outgoing channel of type [group] cause: [USER_NOT_REGISTERED]
2013-04-21 07:50:37.000717 [DEBUG] switch_ivr_originate.c:3606
Originate Resulted in Error Cause: 606 [USER_NOT_REGISTERED]
2013-04-21 07:50:37.000717 [INFO] mod_dptools.c:3084 Originate Failed.
Cause: USER_NOT_REGISTERED
Am I missing anything ? what I am doing wrong here?
Thanks in advance
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list