In fact I would say it's not a stupid hardphone but one of the few that properly set the Contact to a domain name instead of an IP address. This has lots of advantages...I wish all of them use domain names.
To solve it there are several approaches:
1) set use_domain to 0 in your SER config file, so only the user part of the URIs will be used to lookup, save, etc
This way it does not matter wether the end-point sets in the domain part.
This option is only possible if your SER serves only one domain.
2)I don't understand why you have configured SER and DNS to use domain.com and the UA to use sip.domain.com....why don't you change SER and DNS to use sip.domain.com or play with the configuration of the UA to use domain.com???
Hope it helps,
Samuel
Unclassified.
>>> Maciej (B*winiarski <luzik(a)task.gda.pl> 10/21/05 08:21AM >>>
i have stupid hardphone, proxy, registrer server is always domain :/
I have configured DNS and ser to use some domain.com as sip domain, but
proxy have sip.mydomain.com addres. Registering is no problem because i
can tell what domain ser should search but problem is for examplke with
aliases i don't want write every time `serctl alias add
user(a)domain.com` `serctl alias add user(a)sip.domain.com`
if (uri=~".*sip\.my\.domain\.com") {
rewritehost("my.somain.com";
}
don't work becaus it rewrites requested uri
i hope you get my point.
Any one know how to solve this problem?
I read that a sample stun server with client is written by
iptel.org<http://iptel.org>with the name of mystun. Its written that
it is the part of SER. But i could
not find mystun on the iptel.org <http://iptel.org>. It is available on
berlios site. I have also downloaded the SER from
iptel.org<http://iptel.org>but stun was not there as part of SER.
I have mystun code but could not find its code documentation. can any one
tell me where an i get it.
waiting for some guidence.
i have stupid hardphone, proxy, registrer server is always domain :/
I have configured DNS and ser to use some domain.com as sip domain, but
proxy have sip.mydomain.com addres. Registering is no problem because i
can tell what domain ser should search but problem is for examplke with
aliases i don't want write every time `serctl alias add
user(a)domain.com` `serctl alias add user(a)sip.domain.com`
if (uri=~".*sip\.my\.domain\.com") {
rewritehost("my.somain.com";
}
don't work becaus it rewrites requested uri
i hope you get my point.
Any one know how to solve this problem?
hi i have little problem with acc and nat becaus mysql records created
with acc module contains ip behind nat. And yes, i use fix_nated_contact
befor setting flag for acc module. Any one have some experience with
this issue?
Hi All,
when we receive 180 message do not forward any help on this i need to know how to change the received 180 and keep 100 on it.
if (status =~"180") {
sl_Send_reply("100","is trying")
Regards,
Karun
---------------------------------
Yahoo! FareChase - Search multiple travel sites in one click.
Greetings,
I am somewhat baffled by a behavior in SER-0.9.4 where it adds records to the aliases table but the domain column contains the IP address instead of the domain name.
I spent hours on the web site trying to find any solution on this issue with no success.
Any guidance will be appreciated.
Thanks
Eric.
---------------------------------
Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
I can not get MYSQL to Work. Can someone shed some light on what I am
doing wrong.
Thanks
[root@testpbx root]# serctl add 17233 1723 xxx(a)abc.com
MySql password:
ERROR 1045: Access denied for user: 'serro@localhost' (Using password: YES)
ERROR 1045: Access denied for user: 'ser@localhost' (Using password: YES)
introducing a new user to the database failed
[root@testpbx root]#
[root@testpbx root]#
[root@testpbx root]# /usr/sbin/ser_mysql.sh create
MySql password for root:
creating database ser ...
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
[root@testpbx root]#
gorand(a)dvvti.com wrote:
> root@testpbx root]# flush privileges
> -bash: flush: command not found
> [root@testpbx root]#
> [root@testpbx root]#
It's a mysql command.
Can you login to mysql as root?
Andy
Hi all
i'm planing to create a simple application interface to administer
subscriber and alias data directly in the mysql db backend (i will use
Andreas Granig's userloc-cl module).
Looking at the mysql database that comes with ser, there seem to be a lot of
fields in the subscriber and aliases table that are not needed by ser itself
but only by serweb. Do i get this right?
If so, is there any specification of the fields that are required by ser
(incl. valid value range) so i know which fields i have to administer? Are
there any fields needed by ser which i may not touch?
If there is no such documentation, maybe someone knows and would be willing
to place a few comments to the table listings below?
Thanks a lot for your help!
Kind regards
Frank
subscriber
------------------------
phplib_id
username
domain
password
first_name
last_name
phone
email_address
datetime_created
datetime_modified
confirmation
flag
sendnotification
greeting
ha1
ha1b
allow_find
timezone
rpid
domn
uuid
aliases
------------------------
username
domain
contact
received
expires
q
callid
cseq
last_modified
replicate
state
flags
user_agent