[Freeswitch-users] Cant register a pointer. What wrong?

Alexey Lubimov lubimov at neolant.ru
Wed Jul 1 02:22:48 PDT 2009


No, tag </include> is exists.


<include>
<user id="111">
<params>
<param name="password" value="$${default_password}"/>
<param name="vm-password" value="$${default_vm_password}"/>
</params>
<variables>
<variable name="toll_allow" value="domestic,international,local"/>
<variable name="accountcode" value="111"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Bad"/>
<variable name="effective_caller_id_number" value="111"/>
<variable name="outbound_caller_id_name" value="$${outbound_caller_name}"/>
<variable name="outbound_caller_id_number" value="$${outbound_caller_id}"/>
<variable name="callgroup" value="techsupport"/>
</variables>
</user>
</include>

Gonzalo Servat пишет:
> On Wed, Jul 1, 2009 at 6:56 PM, Alexey Lubimov <lubimov at neolant.ru 
> <mailto:lubimov at neolant.ru>> wrote:
>
>
>     grep -ir 111 *
>
>     default/bad.xml: <user id="111">
>     default/bad.xml: <variable name="accountcode" value="111"/>
>     default/bad.xml: <variable name="effective_caller_id_number"
>     value="111"/>
>     default.xml: <user id="111" type="pointer"/>
>
>
> [..snip..]
>
> This is probably a long shot, but for bad user you didn't close off 
> the </include> (I'm assuming you just didn't paste it but it's closed 
> off, but you never know...)
>
> - Gonzalo
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>   





More information about the FreeSWITCH-users mailing list