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

2009-07-01 Thread Alexey Lubimov
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/ default.xml: group name=employers users user id=110 type=pointer/ user id=111

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

2009-07-01 Thread Gonzalo Servat
On Wed, Jul 1, 2009 at 6:56 PM, Alexey Lubimov lubi...@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/

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

2009-07-01 Thread Alexey Lubimov
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

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

2009-07-01 Thread Alexey Lubimov
Thank You, Gonzalo! freeswi...@internal reloadxml +OK [Success] 2009-07-01 13:40:37.205835 [ERR] switch_xml.c:1282 Couldnt open /opt/freeswitch/conf/directory/default/bad.xml (Permission denied) ls -l -rw-r- 1 root root 756 2009-06-30 16:39 bad.xml -rw-r- 1 freeswitch daemon

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

2009-06-30 Thread Alexey Lubimov
I sofia_reg.c:1765 have two user records - good #110 and bad #111. bad.xml: 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

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

2009-06-30 Thread Michael Jerris
you have a pointer somewhere in your directory for that user, hard to see without seeing the whole config, but grep for 111 and see what else you find. Mike On Jun 30, 2009, at 10:21 AM, Alexey Lubimov wrote: I sofia_reg.c:1765 have two user records - good #110 and bad #111. bad.xml: