Hi,
I have a OpenSER 1.2 with mi_fifo running, but adding an alias fails:
/usr/local/openser-1.2# ./sbin/openserctl alias add 1000 sip:foo1000@mydomain.org database engine 'MYSQL' loaded Control engine 'FIFO' loaded is_user: user counter=0 entering fifo_cmd ul_add aliases 1000@mydomain.org sip:foo1000@mydomain.org 0 1.00 0 0 4294967295 400 Too few or too many arguments FIFO command was: :ul_add:openser_receiver_17638 aliases 1000@mydomain.org sip:foo1000@mydomain.org 0 1.00 0 0 4294967295
In etc/openser/openserctlrc I have ALIASES_TYPE="UL", and the mi_fifo module config looks like this:
88 loadmodule "mi_fifo.so" 89 modparam("mi_fifo", "fifo_name", "/tmp/openser_fifo") 90 modparam("mi_fifo", "fifo_mode", 0660) 91 modparam("mi_fifo", "fifo_group", "openser") 92 modparam("mi_fifo", "fifo_user", "openser") 93 modparam("mi_fifo", "reply_dir", "/tmp/") 94 modparam("mi_fifo", "reply_indent", "\t")
Am I missing something somewhere?
Cheers, Andreas
This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify us immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you for your cooperation. Information pursuant to paragraph 14 Austrian Companies Code: UPC Austria GmbH; Registered Office: Wolfganggasse 58-60, 1120 Vienna Company Register Number: FN 189858d at the Commercial Court of Vienna
I'm not sure what the problem is but I am experiencing the same thing when I try to add an alias in 1.2 with ALIASES_TYPE="UL".
- Daryl
On 3/19/07, Andreas Granig andreas.granig@inode.info wrote:
Hi,
I have a OpenSER 1.2 with mi_fifo running, but adding an alias fails:
/usr/local/openser-1.2# ./sbin/openserctl alias add 1000 sip:foo1000@mydomain.org database engine 'MYSQL' loaded Control engine 'FIFO' loaded is_user: user counter=0 entering fifo_cmd ul_add aliases 1000@mydomain.org sip:foo1000@mydomain.org 0 1.00 0 0 4294967295 400 Too few or too many arguments FIFO command was: :ul_add:openser_receiver_17638 aliases 1000@mydomain.org sip:foo1000@mydomain.org 0 1.00 0 0 4294967295
In etc/openser/openserctlrc I have ALIASES_TYPE="UL", and the mi_fifo module config looks like this:
88 loadmodule "mi_fifo.so" 89 modparam("mi_fifo", "fifo_name", "/tmp/openser_fifo") 90 modparam("mi_fifo", "fifo_mode", 0660) 91 modparam("mi_fifo", "fifo_group", "openser") 92 modparam("mi_fifo", "fifo_user", "openser") 93 modparam("mi_fifo", "reply_dir", "/tmp/") 94 modparam("mi_fifo", "reply_indent", "\t")
Am I missing something somewhere?
Cheers, Andreas
This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify us immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you for your cooperation. Information pursuant to paragraph 14 Austrian Companies Code: UPC Austria GmbH; Registered Office: Wolfganggasse 58-60, 1120 Vienna Company Register Number: FN 189858d at the Commercial Court of Vienna
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
There was a parameter missing when sending the fifo command. Should be fixed on svn.
Thanks, Daniel
On 03/20/07 02:02, Daryl Sanders wrote:
I'm not sure what the problem is but I am experiencing the same thing when I try to add an alias in 1.2 with ALIASES_TYPE="UL".
- Daryl
On 3/19/07, Andreas Granig andreas.granig@inode.info wrote:
Hi,
I have a OpenSER 1.2 with mi_fifo running, but adding an alias fails:
/usr/local/openser-1.2# ./sbin/openserctl alias add 1000 sip:foo1000@mydomain.org database engine 'MYSQL' loaded Control engine 'FIFO' loaded is_user: user counter=0 entering fifo_cmd ul_add aliases 1000@mydomain.org sip:foo1000@mydomain.org 0 1.00 0 0 4294967295 400 Too few or too many arguments FIFO command was: :ul_add:openser_receiver_17638 aliases 1000@mydomain.org sip:foo1000@mydomain.org 0 1.00 0 0 4294967295
In etc/openser/openserctlrc I have ALIASES_TYPE="UL", and the mi_fifo module config looks like this:
88 loadmodule "mi_fifo.so" 89 modparam("mi_fifo", "fifo_name", "/tmp/openser_fifo") 90 modparam("mi_fifo", "fifo_mode", 0660) 91 modparam("mi_fifo", "fifo_group", "openser") 92 modparam("mi_fifo", "fifo_user", "openser") 93 modparam("mi_fifo", "reply_dir", "/tmp/") 94 modparam("mi_fifo", "reply_indent", "\t")
Am I missing something somewhere?
Cheers, Andreas
This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify us immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you for your cooperation. Information pursuant to paragraph 14 Austrian Companies Code: UPC Austria GmbH; Registered Office: Wolfganggasse 58-60, 1120 Vienna Company Register Number: FN 189858d at the Commercial Court of Vienna
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Works fine now, thanks.
Regards, Andreas
Daniel-Constantin Mierla wrote:
There was a parameter missing when sending the fifo command. Should be fixed on svn.
Thanks, Daniel
On 03/20/07 02:02, Daryl Sanders wrote:
I'm not sure what the problem is but I am experiencing the same thing when I try to add an alias in 1.2 with ALIASES_TYPE="UL".
- Daryl
On 3/19/07, Andreas Granig andreas.granig@inode.info wrote:
Hi,
I have a OpenSER 1.2 with mi_fifo running, but adding an alias fails:
/usr/local/openser-1.2# ./sbin/openserctl alias add 1000 sip:foo1000@mydomain.org database engine 'MYSQL' loaded Control engine 'FIFO' loaded is_user: user counter=0 entering fifo_cmd ul_add aliases 1000@mydomain.org sip:foo1000@mydomain.org 0 1.00 0 0 4294967295 400 Too few or too many arguments FIFO command was: :ul_add:openser_receiver_17638 aliases 1000@mydomain.org sip:foo1000@mydomain.org 0 1.00 0 0 4294967295
In etc/openser/openserctlrc I have ALIASES_TYPE="UL", and the mi_fifo module config looks like this:
88 loadmodule "mi_fifo.so" 89 modparam("mi_fifo", "fifo_name", "/tmp/openser_fifo") 90 modparam("mi_fifo", "fifo_mode", 0660) 91 modparam("mi_fifo", "fifo_group", "openser") 92 modparam("mi_fifo", "fifo_user", "openser") 93 modparam("mi_fifo", "reply_dir", "/tmp/") 94 modparam("mi_fifo", "reply_indent", "\t")
Am I missing something somewhere?
Cheers, Andreas
This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify us immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you for your cooperation. Information pursuant to paragraph 14 Austrian Companies Code: UPC Austria GmbH; Registered Office: Wolfganggasse 58-60, 1120 Vienna Company Register Number: FN 189858d at the Commercial Court of Vienna
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify us immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you for your cooperation. Information pursuant to paragraph 14 Austrian Companies Code: UPC Austria GmbH; Registered Office: Wolfganggasse 58-60, 1120 Vienna Company Register Number: FN 189858d at the Commercial Court of Vienna