I have a REGISTER coming in from the network - I have manually added
details into the subscriber detail (due to problems with SERWeb and IMAP
but thats another story) and so coulns like ha1 and ha2 are blank for
the time being. Everything else looks above board but I am seeing the
following:-
0(23824) check_nonce(): comparing
[46643f80108c909178ea9d240a28fdc0c4eb74fc] and
[46643f80108c909178ea9d240a28fdc0c4eb74fc]
0(23824) check_response(): Our result = '5fa07ee2806bae5342a8122fc0fde028'
0(23824) check_response(): Authorization failed
0(23824) build_auth_hf(): 'WWW-Authenticate: Digest
realm="aa.bb.cc.ddd", nonce="46643f80108c909178ea9d240a28fdc0c4eb74fc"
What needs to be in place in order for the authorization to work - there
is obviously some kind of chksum going here but I am not sure what exactly.
Regards,
Steve.
Hi all,
how can I populate server_monitoring tables?
I'm looking for documentation but nothing found.
Thanks,
F.
--
********************************
* (o< ing. Patria Flavio
* //\ phone 0823451358
* V_/_ mobile 3407873357
*
********************************
Hello
Im using Serweb 0.9.4 with OpenSER following the instructions in:
http://www.voip-info.org/wiki/view/OpenSER+1.1.x+and+SerWEB+0.9.4
("register_globals = On" and the FIFO permissions are correct)
I can register users with the confirmation email.
But I cannot login into Serweb.The page always freezes and lots of
"apache" forks are created:
\_ /usr/local/apache2/bin/httpd -k start
(20 or 30 of them)
The problem is somewhere in the Serweb FIFO connection. Because when
OpenSER isnt running, I can login into Serweb (just saying "cannot read
FIFO").
did someone had the same problem with Serweb and OpenSER FIFO?
Thanks
regards
Joao Pereira
--
______________________________________________
João Gomes Pereira
FCCN
Av. do Brasil, nº 101
1700-066 Lisboa
tel: +351 218 440 100 - fax: +351 218 472 167
email|SIP: joao.pereira(a)fccn.pt
http://www.fccn.pt
______________________________________________
---
When I run iptables and open TCP/UDP dport 5060, SER cannot send 200 OK to
UAC. What's wrong with my iptables config? following is iptables config
under RHEL 4.4
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:RH-Firewall-1-INPUT - [0:0]
-A INPUT -j RH-Firewall-1-INPUT
-A FORWARD -j RH-Firewall-1-INPUT
-A RH-Firewall-1-INPUT -i lo -j ACCEPT
-A RH-Firewall-1-INPUT -p icmp --icmp-type any -j ACCEPT
-A RH-Firewall-1-INPUT -p 50 -j ACCEPT
-A RH-Firewall-1-INPUT -p 51 -j ACCEPT
-A RH-Firewall-1-INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT
-A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j
ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j
ACCEPT
-A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 5060 -j
ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 5060 -j
ACCEPT
COMMIT
--
aRES iN aNYWhere
Dear all:
I want to change the content of request uri. I use this function ,exec_dset(), to change it.
This is my configuration:
if (!lookup("location")) {
exec_dset("/usr/local/etc/openser/shell/sh1");
#sl_send_reply("404", "Not Found");
exit;
};
shell scrip: sh1
#!/bin/sh
num=200(a)xx.xx.xx.xx
if [! -z "$num" ]
then
echo "$*"
else
echo "sip:$num"
fi
but it doesn't work.
error message:
ERROR:exec_str: no uri from /usr/local/etc/openser/shell/sh1 XX(a)xx.xx.xx.....
Can somebody tell me what's wrong with my shell script.
Thank you for your response
chungyu
2007/06/4
Hi,
I try to run SER (rel_2_0_0) with presence and when I check my ser.cfg I get the following error, please point me what do I miss:
ser@sen:~/ser/ser-2.0/ser-ssp$ ../ser -c -f ser.cfg
0(18009) ERROR: load_module: could not open module </home/ser/ser/ser-2.0/modules/dialog/dialog.so>: /home/ser/ser/ser-2.0/lib/ser/lib_ser_cds.so: undefined symbol: qm_free
0(18009) parse error (54,13-14): failed to load module
0(18009) ERROR: load_module: could not open module </home/ser/ser/ser-2.0/modules/pa/pa.so>: /home/ser/ser/ser-2.0/lib/ser/lib_ser_cds.so: undefined symbol: qm_free
0(18009) parse error (55,13-14): failed to load module
Cheers tomasz
I experience the same problem: missed_calls tables is populated by
ser, excepted for username and domain fields. So serweb
get_missed_calls method does not works properly.
Can anyone can tell me something about this issue?
Thanks,
F.
2007/6/1, Andrey Kuprianov <andrey.kouprianov(a)gmail.com>:
> I've no idea, sorry. I dont use accounting at all, actually (that's
> why i didnt post any threads on this), but i'd like to know how to fix
> this anyway.
>
> On 6/1/07, flavio <flavio.patria(a)gmail.com> wrote:
> > Any suggestion to troubleshoot it?
> >
> > Thanks,
> >
> > F.
> >
> > 2007/6/1, Andrey Kuprianov <andrey.kouprianov(a)gmail.com>:
> > > I have a similar problem. setflag(2) or logging missed call request
> > > would populate DB, but leave "username" field (if i remember correctl
> > > or "from_uri" and "to_uri" fields) unpopulated, so serweb wouldnt have
> > > any idea of whom missed call belongs to!
> > >
> > > On 6/1/07, flavio <flavio.patria(a)gmail.com> wrote:
> > > > Hi all,
> > > >
> > > > If I login in my serweb and open missed call page, I always see "No
> > > > missed calls" info when missed_calls table of ser db is populated. How
> > > > can I see missed calls report?
> > > >
> > > > Thanks for support and suggestions.
> > > >
> > > > F.
> > > >
> > > >
> > > >
> > > > --
> > > > ********************************
> > > > * (o< ing. Patria Flavio
> > > > * //\ phone 0823451358
> > > > * V_/_ mobile 3407873357
> > > > *
> > > > ********************************
> > > > _______________________________________________
> > > > Serweb-users mailing list
> > > > Serweb-users(a)lists.iptel.org
> > > > http://lists.iptel.org/mailman/listinfo/serweb-users
> > > >
> > > _______________________________________________
> > > Serweb-users mailing list
> > > Serweb-users(a)lists.iptel.org
> > > http://lists.iptel.org/mailman/listinfo/serweb-users
> > >
> >
> >
> > --
> > ********************************
> > * (o< ing. Patria Flavio
> > * //\ phone 0823451358
> > * V_/_ mobile 3407873357
> > *
> > ********************************
> >
> _______________________________________________
> Serweb-users mailing list
> Serweb-users(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serweb-users
>
--
********************************
* (o< ing. Patria Flavio
* //\ phone 0823451358
* V_/_ mobile 3407873357
*
********************************
Hi,
I am just now confusing about the way of works of 2 SER Server. As you
know, I set up 2 SER server and a both work perfectly, they added
Identity and Identity info in the Request INVITE message, but as the way
don't like I want.
some facts(I use xlog() to realize this scenario ): A belong to SER1 and
B belong to SER2. When A call B, the "main route logic" of SER2 (server
of B) is done and when B call A, the "main route logic" of SER1(Server
of A) is done. That mean, i can't add Identity into INVITE message of A
of SER1 before this message come to B of SER2 because INVITE message of
A isn't done with "main route logic" by server of A.
How can I do "main route logic" of my SER server by myself INVITE
message before it sends to another server? Or I have to set up a proxy
for myself and after this proxy added Identity then it will be forward
to another SER server?
Thank you in advance.
Tuan.
Hi,
Is it possible to configure the enum module to use a specific ENUM
server, instead of the DNS server configured in /etc/resolv.conf?
I haven't found any config parameter for this...
Thanks,
JF
Dear SIP:
Thank your reply for my question. I modify my shell script and run the
script alone.
It can work
My shell script:
num=Bob(a)test.org
if [ -z "$num" ]
then
echo "$*"
else
echo $num
fi
When I call Alice(a)test1.org then request uri will change to Bob(a)test.org.
But still did not work.
Thank your response
Chungyu
> That script a) has syntax errors, and b) doesn't make any sense.
>
> Have you run the script alone? The line:
> if[! -z "$num" ]
> needs a space before the !
>
> Also, logically, I don't get what you're trying to do. Currently, your
> script checks to see if $num has a value. If it DOES, then it echoes
> back the script arguments. If not, it echoes back sip:$num.... which
> doesn't make a bit of sense. You set $num in the beginning, so it ALWAYS
> has a value... so it's always going to echo back the script arguments.
> And if, for some strange reason, it DIDN'T have a value, why would you
> want to echo back a non-value?
>
> I don't get it.
>
>
> chungyu wrote:
>> Dear all:
>> I want to change the content of request uri. I use this function
>> ,exec_dset(), to change it.
>> This is my configuration:
>> if (!lookup("location")) {
>> exec_dset("/usr/local/etc/openser/shell/sh1");
>> #sl_send_reply("404", "Not Found");
>> exit;
>> };
>> shell scrip: sh1
>> #!/bin/sh
>> num=200(a)xx.xx.xx.xx <mailto:num=200@xx.xx.xx.xx>
>> if [! -z "$num" ]
>> then
>> echo "$*"
>> else
>> echo "sip:$num"
>> fi
>>
>> but it doesn't work.
>> error message:
>> ERROR:exec_str: no uri from /usr/local/etc/openser/shell/sh1
>> XX(a)xx.xx.xx <mailto:XX@xx.xx.xx>.....
>> Can somebody tell me what's wrong with my shell script.
>> Thank you for your response
>> chungyu
>> 2007/06/4
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Serusers mailing list
>> Serusers(a)lists.iptel.org
>> http://lists.iptel.org/mailman/listinfo/serusers
>>
>
>