Hi all
I have been experiment few problems with radius and ser runs
together as follow:
Problem number one: “unique_id” is not ever “unique_id” .
Sometimes I get the unique_id and the acct_session_id repeating. In
consequence I can’t get call duration precisely.
Problem number two: when I get a pstn call the “called_id”
get place the “calling_id” when “called_id” hang-up.
Problem number tree: how can I change the
“accounting_stop_query = update” instruction by another one that uses
“accounting_stop_query = insert” instruction.
Thank for your help, attention and kindness
Alessandro
NOC - Network Operation Center
Redevox Telecom
Office Udi +55 34 3214-1100
Office SP +55 11 5055-6888
Voip: 34000800
Voip: 34001100
HYPERLINK "http://www.redevox.com.br"http://www.redevox.com.br
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.6 - Release Date: 28/12/2004
Yes yes, the 100 is there to keep the invites from flooding in :-)
-----Original Message-----
From: Girish [mailto:gr_sh2003@yahoo.com]
Sent: Wednesday, December 29, 2004 12:06 PM
To: yair(a)hakak.com; serusers(a)lists.iptel.org
Subject: Re: [Serusers] re: SIP 100 trying
Hi,
--- Yair Hakak <yhakak(a)gmail.com> wrote:
> for some reason recently when i try to make calls using a SIP
> endpoint (passing them along to asterisk) i get a SIP 100 message
> ("trying-your call is important to us") instead of the call being
> passed on. The endpoint is registering with SER (according to serctl).
> I can't find any documentation on this - i think it's because the nat
> configuration is screwed up on the endpoint.
>
> What does this message mean? anyone have any links or pointers?
It is a provisional response generated by SER, which indicates the
status of your call. Do an ngrep or turn on sip debug on Asterisk
console and see what happens to the INVITE. Not sure what could be the
problem, may be an error in the SER config script, or the call is
landing on an invalid dialplan context in Asterisk.
Regards,
=====
Girish Gopinath <gr_sh2003(a)yahoo.com>
__________________________________
Do you Yahoo!?
All your favorites on one personal page - Try My Yahoo!
http://my.yahoo.com
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
hi,
for some reason recently when i try to make calls using a SIP
endpoint (passing them along to asterisk) i get a SIP 100 message
("trying-your call is important to us") instead of the call being
passed on. The endpoint is registering with SER (according to serctl).
I can't find any documentation on this - i think it's because the nat
configuration is screwed up on the endpoint.
What does this message mean? anyone have any links or pointers?
apologies for the basic question,
yair
Hi
I need to hang up the call of some prepaid customers
that spent your limit time. I trying to use the b2bua,
but it isnt working very well yet. Is possible to send
a BYE to the SER, forcing the call to shut down?
_______________________________________________________
Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet rápida e grátis
Gurol,
edit your httpd.conf and add at the end of the file line
Include /etc/apache2/conf.d/php.conf
Check whether path is correct. After that restart apache.
These are simple things... you need to know many others to be able to
administrate ser!
Pavel Siderov
----- Original Message -----
From: "Gurol Akman" <gurol_akman(a)hotmail.com>
To: <pi(a)hostmates.com>
Sent: Wednesday, December 29, 2004 3:57 PM
Subject: Re: [Serusers] cannot open index.php under konqueror
> Pavel,
>
> I'm attaching a copy of all the files under /etc/apache2/conf.d directory.
> There is no file named mod_php4.conf but there is one named php4.conf.
> Thanks,
>
> Gurol
>
> >From: "Pavel Siderov" <pi(a)hostmates.com>
> >To: "Gurol Akman" <gurol_akman(a)hotmail.com>
> >Subject: Re: [Serusers] cannot open index.php under konqueror
> >Date: Wed, 29 Dec 2004 12:18:16 +0200
> >
> >Hi Gurol,
> >
> >your php configuration file is located under.
> >
> >/etc/apache2/conf.d/mod_php4.conf
> >
> >Please send it to me.
> >
> >Regards,
> >
> >Pavel Siderov
> >
> >----- Original Message -----
> >From: "Gurol Akman" <gurol_akman(a)hotmail.com>
> >To: <pi(a)hostmates.com>
> >Sent: Wednesday, December 29, 2004 12:31 AM
> >Subject: Re: [Serusers] cannot open index.php under konqueror
> >
> >
> > > Hi Pavel,
> > >
> > > I was able to locate httpf.conf under /etc/apache2 &
> attaching
> a copy of
> > > it
> > > to this e-mail. I used 'rcapache2 start' to start the apache
> server.
> > > However, I continue to have the same problem when I try to click
> on a
> > > *.php
> > > file from within konqueror. I'm also attaching a copy of the
> php.ini file
> > > that is under /etc directory. Thanks for your help,
> > >
> > > Gurol
> > >
> > >>From: "Pavel Siderov" <pi(a)hostmates.com>
> > >>To: <serusers(a)lists.iptel.org>
> > >>CC: "Gurol Akman" <gurol_akman(a)hotmail.com>
> > >>Subject: Re: [Serusers] cannot open index.php under konqueror
> > >>Date: Tue, 28 Dec 2004 23:25:57 +0200
> > >>
> > >> Hi,
> > >>usually this file is located at /etc/httpd/ or /etc/apache/
> > >>if not try to find your httpd.conf this way - type in console
> > >>slocate -u
> > >>slocate httpd.conf
> > >>Last command will show you where it's located.
> > >>At the last lines of httpd.conf you will find info about.
> > >>If lines are commented (#) uncomment them and restart your
> apache:
> > >>apachectl restart
> > >>
> > >>To test whether php is working create file for example
> info.php
> with
> > >>content
> > >><?php phpinfo(); ?>
> > >>And after that open it with your browser (
> http://your_ip/info.php ).
> > >>If apache and php are working you'll see some info at your
> browser window
> > >>otherwise you'll get the same dialog as the one when you
> tried
> to open
> > >>index.php.
> > >>
> > >>Regards,
> > >>Pavel Siderov
> > >>
> > >>P.S. If you can't resolve your problem send me as atachement
> your
> > >>httpd.conf
> > >>and I'll tell you what you have to change :).
> > >>
> > >>----- Original Message ----- From: "Gurol Akman"
> <gurol_akman(a)hotmail.com>
> > >>To: <pi(a)hostmates.com>
> > >>Sent: Tuesday, December 28, 2004 10:52 PM
> > >>Subject: Re: [Serusers] cannot open index.php under konqueror
> > >>
> > >>
> > >>>Hi,
> > >>>
> > >>>I'm running SuSE 9.2. When I check on the list of
> software
> packages
> > >>>installed, I see that 'apache2' and a whole bunch of php
> packages
> > >>>installed. Where would the httpd.conf or php.conf files
> be
> located?
> > >>>Thanks,
> > >>>
> > >>>GA
> > >>>
> > >>>&gt;From: &quot;Pavel Siderov&quot;
> &lt;pi(a)hostmates.com&gt;
> > >>>&gt;To: &quot;Gurol Akman&quot;
> &lt;gurol_akman(a)hotmail.com&gt;
> > >>>&gt;Subject: Re: [Serusers] cannot open index.php
> under
> konqueror
> > >>>&gt;Date: Tue, 28 Dec 2004 22:38:11 +0200
> > >>>&gt;
> > >>>&gt;Do you have php installed and configured with the
> apache server:) ?
> > >>>&gt;Check apache httpd.conf or php.conf.
> > >>>&gt;
> > >>>&gt;Regards,
> > >>>&gt;Pavel Siderov
> > >>>&gt;
> > >>>&gt;----- Original Message ----- From:
> &quot;Gurol
> Akman&quot;
> > >>>&gt;&lt;gurol_akman(a)hotmail.com&gt;
> > >>>&gt;To: &lt;serusers(a)lists.iptel.org&gt;
> > >>>&gt;Sent: Tuesday, December 28, 2004 10:12 PM
> > >>>&gt;Subject: [Serusers] cannot open index.php under
> konqueror
> > >>>&gt;
> > >>>&gt;
> > >>>&gt;&gt;Hi,
> > >>>&gt;&gt;
> > >>>&gt;&gt;After installing serweb per INSTALL
> instructions, if I attempt to
> > >>>&gt;&gt;open the index.php file under konqueror,
> I
> get prompted with
> > >>>&gt;&gt;another window asking me which
> application
> to use to open the
> > >>>file.
> > >>>&gt;&gt;What may be wrong, any ideas? Thanks,
> > >>>&gt;&gt;
> > >>>&gt;&gt;GA
> > >>>&gt;&gt;
> > >>>&gt;&gt;
> >
> >>>&gt;&gt;_______________________________________________
> > >>>&gt;&gt;Serusers mailing list
> > >>>&gt;&gt;serusers(a)lists.iptel.org
> >
> >>>&gt;&gt;http://lists.iptel.org/mailman/listinfo/serusers
> > >>>&gt;&gt;
> > >>>&gt;&gt;
> > >>>&gt;
> > >>>&gt;
> > >>>
> > >>>
> > >>>
> > >>>
> > >>
> > >>
> > >
> > >
>
>
What is the correct syntax for set_advertised_adress?
set_advertised_adress(1.2.3.4)
set_advertised_adress("1.2.3.4")
set_advertised_adress(src_ip)
set_advertised_adress(foo.bar)
set_advertised_adress("foo.bar")
all result in :
0(14849) parse error (72,25-26): syntax error
0(14849) parse error (72,26-27): bad argument, string expected
Hi all
This question is not connected directly wiht SER but
I didn't find another place. Sorry,
I would like to determine state of UAS ( DND, forward calls
turned on my remote sip phones.
Which tools should I use ? sipsak ? maybe something else.
When I send options method to remote sip phones I always receive
SIP/2.0 200 OK response regardless of activated call features (DND,
forward)
How can I distinguish different state of UAS ?
Thansk
radan
Hi,
I am calling from Line1 to Line2 on the same box.
Still, I cannot hear any voice from each other. I have captured the SIP
packets, I can see the SIP Request, ACK, BYE, as well as SIP/SDP
packets. Everything seems to work properly.
I am using STUN also. If I use serctl ping sip_addr the two lines will
response with 200 OK.
So, I don't know what is my problem. Can anyone tell me how to configure
this?
Thomas
On Wed, 2004-12-29 at 17:16, Johan Landerholm wrote:
> Hi Thomas,
>
> Is UA1 and UA2 on the same device ?
> The signalling of the call is done between your SPA-2000 and your SER
box,
> but when you pickup the phone, the SER box is out of the loop.
> So, if you're calling between two different devices, you can check the
> network path between the devices. If you have a firewall that does
NAT,
> then this is where you should start.
> If you try to call from Line1 to Line2 in the same box, your settings
> would be the first place to start.
> Ie, what is the contact address of your UA's ?
> You can check this with the "serctl ul show".
> The field you should look at is the "Contact" field.
>
> Hope this gets you going...
>
> /Johan
>
> > Hi,
> >
> > I encounter a strange problem when setting up an sip (I am using
sipura
> > 2000) gateway. I am using ser-0.8.14. I can register UA1 and UA2
with
> > proxy server. When I try to make a call, phone ringing is heard.
> > However, there is no voice between UA1 and UA2. I hear nothing from
each
> > other. When I hang up the phone, the call is disconnected.
> >
> > It seems that though call setup could be established, but voice
packets
> > cannot be transmitted. What is my problem? Do you have any ideas?
> >
> > Thank you.
> >
> > Thomas
> >
> >
> >
> >
> > _______________________________________________
> > Serusers mailing list
> > serusers(a)lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serusers
> >
>
>
Hello all,
I'm currently fidling around with the dispatcher module, and it sort of
works, incomming packets are distributed by callid to the servers listed
in the file, so far so good, however i'm having troubles in getting the
replies back to the users.
The users are behind NAT so the request needs to be send back to the
same port the request came from and from the same IP/Port the request
was send to, but when the dispatcher sends the request back to the
client it allways sends it to port 5060, which isn't open so the clients
behind the NAT never get a response.
A solution would be a sort of 'direct routing' in which the ser machines
behind the dispatcher have multiple IP adresses and allways send packets
back to the original UA using the IP of the dispatcher, is that
possible? This would allso mean that traffic back to the UA's wouldn't
have to go trought the dispatcher, thus allowing for better performance.
(This is the way that ldirector works for loadbalancing HTTP). However,
ser currently sends its replies either to the first VIA or to the IP the
request was recieved from, that would mean the director would have to
use the IP of the UA when forwarding to a ser host.
I'm allso concerned with NAT traversal while using the dispatcher
module, should the dispatching host take care of NAT? since the ser's
behind the dispatching machine would send their ping to the dispatching
machine instead of the real NAT host, but that would seriously impact
the dispatching machine since it would need userloc to store NAT status.
As a functional request, would it be possible for the dispatch module to
first send an OPTIONS packet to the selected host/port to see if it's
up? (and if not send the request to another host and execute a shell
script for example to warn the administrator for a non responsive node)
Kind regards and keep up the good work,
E. Versaevel
Hi Gurol,
your php configuration file is located under.
/etc/apache2/conf.d/mod_php4.conf
Please send it to me.
Regards,
Pavel Siderov
----- Original Message -----
From: "Gurol Akman" <gurol_akman(a)hotmail.com>
To: <pi(a)hostmates.com>
Sent: Wednesday, December 29, 2004 12:31 AM
Subject: Re: [Serusers] cannot open index.php under konqueror
> Hi Pavel,
>
> I was able to locate httpf.conf under /etc/apache2 & attaching a copy of
> it
> to this e-mail. I used 'rcapache2 start' to start the apache server.
> However, I continue to have the same problem when I try to click on a
> *.php
> file from within konqueror. I'm also attaching a copy of the php.ini file
> that is under /etc directory. Thanks for your help,
>
> Gurol
>
>>From: "Pavel Siderov" <pi(a)hostmates.com>
>>To: <serusers(a)lists.iptel.org>
>>CC: "Gurol Akman" <gurol_akman(a)hotmail.com>
>>Subject: Re: [Serusers] cannot open index.php under konqueror
>>Date: Tue, 28 Dec 2004 23:25:57 +0200
>>
>> Hi,
>>usually this file is located at /etc/httpd/ or /etc/apache/
>>if not try to find your httpd.conf this way - type in console
>>slocate -u
>>slocate httpd.conf
>>Last command will show you where it's located.
>>At the last lines of httpd.conf you will find info about.
>>If lines are commented (#) uncomment them and restart your apache:
>>apachectl restart
>>
>>To test whether php is working create file for example info.php with
>>content
>><?php phpinfo(); ?>
>>And after that open it with your browser ( http://your_ip/info.php ).
>>If apache and php are working you'll see some info at your browser window
>>otherwise you'll get the same dialog as the one when you tried to open
>>index.php.
>>
>>Regards,
>>Pavel Siderov
>>
>>P.S. If you can't resolve your problem send me as atachement your
>>httpd.conf
>>and I'll tell you what you have to change :).
>>
>>----- Original Message ----- From: "Gurol Akman" <gurol_akman(a)hotmail.com>
>>To: <pi(a)hostmates.com>
>>Sent: Tuesday, December 28, 2004 10:52 PM
>>Subject: Re: [Serusers] cannot open index.php under konqueror
>>
>>
>>>Hi,
>>>
>>>I'm running SuSE 9.2. When I check on the list of software packages
>>>installed, I see that 'apache2' and a whole bunch of php packages
>>>installed. Where would the httpd.conf or php.conf files be located?
>>>Thanks,
>>>
>>>GA
>>>
>>>>From: "Pavel Siderov" <pi(a)hostmates.com>
>>>>To: "Gurol Akman" <gurol_akman(a)hotmail.com>
>>>>Subject: Re: [Serusers] cannot open index.php under konqueror
>>>>Date: Tue, 28 Dec 2004 22:38:11 +0200
>>>>
>>>>Do you have php installed and configured with the apache server:) ?
>>>>Check apache httpd.conf or php.conf.
>>>>
>>>>Regards,
>>>>Pavel Siderov
>>>>
>>>>----- Original Message ----- From: "Gurol Akman"
>>>><gurol_akman(a)hotmail.com>
>>>>To: <serusers(a)lists.iptel.org>
>>>>Sent: Tuesday, December 28, 2004 10:12 PM
>>>>Subject: [Serusers] cannot open index.php under konqueror
>>>>
>>>>
>>>>>Hi,
>>>>>
>>>>>After installing serweb per INSTALL instructions, if I attempt to
>>>>>open the index.php file under konqueror, I get prompted with
>>>>>another window asking me which application to use to open the
>>>file.
>>>>>What may be wrong, any ideas? Thanks,
>>>>>
>>>>>GA
>>>>>
>>>>>
>>>>>_______________________________________________
>>>>>Serusers mailing list
>>>>>serusers(a)lists.iptel.org
>>>>>http://lists.iptel.org/mailman/listinfo/serusers
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>>
>>>
>>
>>
>
>