Hi all,
I'm stuck with this message when trying to use serctl to add a user:
error: 400; check if you use aliases in SER
Ex: serctl add xxx secret_pwd test(a)net.mbs
I'm not using alias, I'm using a ser.cfg from my 0.8.14 install, where serctl
never ask me to check my aliases configuration.
Thanks for your help,
Rodrigue
Has any one tried extending SER to load ser.cfg entries from database.
My thought is that it would be really cool to put a web interface over
SER to manage config entries. Any thoughts?
- Daryl
HI ALL,
The problem for restarting of ser with mysql support
is solved. But the IP phone is not able to register
with mysql support. and understant some thing from log
that mysql connection is established. i ma using mysql
in second server.
here is the log:
Jul 3 15:23:16 localhost ser: WARNING:
fix_socket_list: could not rev. resolve 10.0.0.20
Jul 3 15:23:26 localhost ser: WARNING:
fix_socket_list: could not rev. resolve 10.0.0.20
Jul 3 15:23:27 localhost /usr/local/sbin/ser[2049]:
INFO: udp_init: SO_RCVBUF is initially 65535
Jul 3 15:23:27 localhost /usr/local/sbin/ser[2049]:
INFO: udp_init: SO_RCVBUF is finally 262142
Jul 3 15:23:27 localhost /usr/local/sbin/ser[2051]:
INFO: fifo process starting: 2051
Jul 3 15:23:27 localhost /usr/local/sbin/ser[2052]:
NOTICE:init_avp_child: no avp_db_url specified ->
feature disabled
Jul 3 15:23:27 localhost /usr/local/sbin/ser[2053]:
NOTICE:init_avp_child: no avp_db_url specified ->
feature disabled
Jul 3 15:23:27 localhost /usr/local/sbin/ser[2054]:
NOTICE:init_avp_child: no avp_db_url specified ->
feature disabled
Jul 3 15:23:27 localhost /usr/local/sbin/ser[2055]:
NOTICE:init_avp_child: no avp_db_url specified ->
feature disabled
Jul 3 15:23:27 localhost /usr/local/sbin/ser[2051]:
SER: open_uac_fifo: fifo server up at /tmp/ser_fifo...
Jul 3 15:23:27 localhost /usr/local/sbin/ser[2051]:
WARNING: no fifo_db_url given - fifo DB commands
disabled!
Please let me know if anyone having such as solutions.
Yours,
Abdul Lateef
Computer Programmer
HATIF COM
Mob: +974 - 5405022
Tel: +974 - 4883068
ICQ: 276994704
YM!: abdul_zu
Fax: +974 - 4883063
Doha Qatar
http://www.hatif.com
__________________________________
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
http://mobile.yahoo.com/learn/mail
Hello,
I tried also with the following commonds, but still
having the same issues.
[root@localhost root]# /etc/init.d/ser stop
bash: /etc/init.d/ser: /bin/bash: bad interpreter:
Permission denied
[root@localhost root]# /etc/init.d/ser start
bash: /etc/init.d/ser: /bin/bash: bad interpreter:
Permission denied
[root@localhost root]# killall -9 ser
[root@localhost root]# /usr/local/sbin/serctl start
Starting SER : PID file exists! (/var/run/ser.pid)
already running?
[root@localhost root]#
Yours,
Abdul Lateef
Computer Programmer
HATIF COM
Mob: +974 - 5405022
Tel: +974 - 4883068
ICQ: 276994704
YM!: abdul_zu
Fax: +974 - 4883063
Doha Qatar
http://www.hatif.com
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
Hi,
I followed the onsip.org <http://onsip.org> guidelines for using ser
+mediaproxy.
I attached asterisk as a voicemail system.
When a call from the PSTN is placed to an IP user that is behind NAT, the
audio stream goes through the mediaproxy without any issues.
When the same call get forwarded to vm (asterisk) the call fail with a 488
from asterisk, as well as with errors such as:
use_table(): invalid parameter value
is_local() error while trying to use domain
ser, mediaproxy as well as asterisk are on a public address.
Has anybody had asterisk running as a voicemail with the onip config?
Thanks.
Samy.
Hello,
I know it's not the right mailing list
I use Debian Sarge when Mysql is installed the default
hostname is "localhost"
serveur1:/etc/mysql# cat debian.cnf
# Automatically generated for Debian scripts. DO NOT
TOUCH!
[client]
host = localhost
user = debian-sys-maint
password = 38B6z2XnwUGSYXx9
socket = /var/run/mysqld/mysqld.sock
I try to change host but mysql server don't start
Any idea
Harry
___________________________________________________________________________
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
Téléchargez cette version sur http://fr.messenger.yahoo.com
hi,
I configured ser.cfg to use mysql authuntication withe
guide of http://www.onsip.org
but i have some trouble i cannot restart/start/stop
the ser server using serctl I would like to paste the
exactly log of ser.
-------------------
Jul 2 21:52:27 localhost ser: WARNING:
fix_socket_list: could not rev. resolve 10.0.0.20
Jul 2 21:52:27 localhost ser: WARNING:
fix_socket_list: could not rev. resolve 10.0.0.20
Jul 2 21:52:28 localhost ser[2385]: INFO: udp_init:
SO_RCVBUF is initially 65535
Jul 2 21:52:28 localhost ser[2385]: INFO: udp_init:
SO_RCVBUF is finally 262142
Jul 2 21:52:28 localhost ser[2385]: ERROR: tcp_init:
bind(6, 0x8114d24, 16) on 10.0.0.20: Address already
in use
Jul 2 21:52:28 localhost ser[2385]: INFO: signal 15
received
---------------------------------
here is the main configuration of file.
debug=3
fork=yes
log_stderror=no
listen=10.0.0.20 # put your server IP address
here
port=5060
children=4
dns=no
rev_dns=no
fifo="/tmp/ser_fifo"
fifo_db_url="mysql://root:123@10.0.0.26/ser"
loadmodule "/usr/local/lib/ser/modules/mysql.so"
loadmodule "/usr/local/lib/ser/modules/sl.so"
loadmodule "/usr/local/lib/ser/modules/tm.so"
loadmodule "/usr/local/lib/ser/modules/rr.so"
loadmodule "/usr/local/lib/ser/modules/maxfwd.so"
loadmodule "/usr/local/lib/ser/modules/usrloc.so"
loadmodule "/usr/local/lib/ser/modules/registrar.so"
loadmodule "/usr/local/lib/ser/modules/auth.so"
loadmodule "/usr/local/lib/ser/modules/auth_db.so"
loadmodule "/usr/local/lib/ser/modules/uri_db.so"
modparam("auth_db|uri_db|usrloc", "db_url",
"mysql://root:123@10.0.0.26/ser")
modparam("auth_db", "calculate_ha1", 1)
modparam("auth_db", "password_column", "password")
modparam("usrloc", "db_mode", 2)
modparam("rr", "enable_full_lr", 1)
Yours,
Abdul Lateef
Computer Programmer
HATIF COM
Mob: +974 - 5405022
Tel: +974 - 4883068
ICQ: 276994704
YM!: abdul_zu
Fax: +974 - 4883063
Doha Qatar
http://www.hatif.com
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
Hi
is this a "allowed" method if so has anyone used it to do clever things
with dtmf digit handling, things like executing a script to amend call
forwarding rules etc.
Iqbal
Hi.
I have successfully installed SER 0.9.3 in a FC3 box.
I have a couple of UAs registered and they can call one each other.
Now I decided to install MySQL in the same box so I tried to stop SER by:
Using serctl stop and got ser.pid not found.
I know it should be at /etc/var or /etc/var/ser but nothing
Searched the whole box and couldn't find it. ? ?
Then I tried /etc/init.d/ser stop and got "not such file or directory"
Tried also /usr/local/sbin/ser stop but I got the "Listening on message.
At this point as the newbie that I am I have to ask for your advice.
How do I get those files in the right place and how do I stop SER?
Thanks
Juan