Hello all,
I have playing around with a Teles VoIP box (ISDN phone to VoIP) and each time
I make a call, I have to wait 30 seconds having really canceled the call (or
bye) to see the cancel/bye being sent to the openser.
Is there anything particular I should add in my configuration in order to
avoid this 30 seconds latency ? I am wishing to make accounting and therefore
I can have any latency :)
Thank you very much in advance for your answer.
--
Cordialement, Florian Fainelli
---------------------------------------------
5, rue Charles Fourier
Chambre 1511
91011 Evry
http://www.alphacore.net
(+33) 01 60 76 64 86
(+33) 06 09 02 64 95
---------------------------------------------
Institut National des Télécommunications
http://www.int-evry.fr/telecomint
---------------------------------------------
Helo!
I have a very basic question:
If I would like to realize an 'Asterisk with Openser' system, with about 2000 SIP clients, and about 15-20 H.323 clients. Do I need a database, or is it ok from conf-file?
I was searching on the web, what kind of hw requirement is needed to Openser, but I did not found anything. If I try to register 2000 client's altogether, maybe with mysql database, wat is the minimum platform?
Is this enough?
Openser+Database
Dell SC420 P4 2,8GHz 1GB RAM
Asterisk
Dell Sc1420 Xeon 3GHz, 1G RAM
Plz help me!
Peter
I am not entirely sure, but I think SER has a problem creating ser_fifo for
some reason. Your directory settings are fine too.
I think you should not use CVS to install SER. Those sources are most
probably under development and are being changed constantly. So, instead,
download a stable SER version (I would suggest using 0.9.6, which is the
latest) from iptel.org and install it right upon your existing version (read
INSTALL file first on how to specify the installation directory). If you
have a way to remove previous installation first, that would be even better.
Best of luck :)
On 3/13/06, İlker Aktuna (Koç. net ) <ilkera(a)koc.net> wrote:
>
> Hi,
>
> I downloaded the ser sources with cvs (following command):
> cvs -d :pserver:anonymous@cvs.berlios.de:/cvsroot/ser checkout sip_router
>
> I am not sure of the version. How can I check that ?
>
> If I use the "serctl ul show" command , I get this response:
> Error opening ser's FIFO /tmp/ser_fifo
> Make sure you have line fifo=/tmp/ser_fifo in your config
>
> My /tmp/ folder permissions:
> # ls -adl /tmp/
> drwxrwxrwt 14 root root 4096 Mar 13 09:25 /tmp/
>
> In messages file I get these:
> Mar 13 08:24:02 asterisk1 /root/ser/sbin/ser[15292]: ERROR: receive_fd:
> EOF on 21
> Mar 13 08:24:02 asterisk1 /root/ser/sbin/ser[15292]: ERROR: receive_fd:
> EOF on 22
> Mar 13 08:45:46 asterisk1 ser: parse error (12,1-5): syntax error
> Mar 13 08:45:46 asterisk1 ser: parse error (12,1-5):
> Mar 13 08:53:05 asterisk1 ser: parse error (12,1-5): syntax error
> Mar 13 08:53:05 asterisk1 ser: parse error (12,1-5):
> Mar 13 08:57:15 asterisk1 ser: parse error (12,1-5): syntax error
>
> so what should I do ?
>
>
>
> ------------------------------
> *From:* Andrey Kouprianov [mailto:andrey.kouprianov@gmail.com]
> *Sent:* Monday, March 13, 2006 6:03 PM
>
> *To:* İlker Aktuna (Koç.net <http://koç.net/>)
> *Subject:* Re: [Serusers] mysql configuration and serctl
>
>
> Very strange... I just tested your file with my server (ser1.cfg)... It
> works fine and my eyeBeam registers w/o any problem and I can even use
> "serctl ul show" command to check for registrations, which are there.
>
> I have a couple of questions though:
> 1. What version of SER are you using?
> 2. Are your /tmp directory permissions set right?
> 3. What does /var/log/messages show? (you can check with "tail -n 20
> /var/log/messages")
>
>
>
>
>
> On 3/13/06, İlker Aktuna (Koç. net ) <ilkera(a)koc.net> wrote:
> >
> > Hi,
> >
> > I've attached 2 config files.
> > ser1.cfg does not start ser (gives the parse error)
> > ser2.cfg starts ser (only difference is fifo line)
> > But after ser starts with ser2.cfg, and try to register a SIP softphone
> > (Xten Eyebeam), it doesn't get registered (timeouts)
> > When I check the sip packets with tcpdump I see that Ser daemon responds
> > to every REGISTER packet that my client sends with "SIP 200 ok" but the
> > client doesn't get registered.
> > The config file is the standart hello world cfg file from the
> > GettingStarted guide.
> > So I think it should register all clients, is that wrong ?
> >
> > Thanks,
> > ilker
> >
> >
> >
> > ------------------------------
> > *From:* serusers-bounces(a)iptel.org [mailto: serusers-bounces(a)iptel.org]
> > *On Behalf Of *Andrey Kouprianov
> > *Sent:* Monday, March 13, 2006 4:46 PM
> > *To:* serusers(a)iptel.org
> >
> > *Subject:* Re: [Serusers] mysql configuration and serctl
> >
> >
> > can u also attach you ser.cfg? it's impossible to tell like this.
> >
> >
> > On 3/13/06, İlker Aktuna (Koç. net) <ilkera(a)koc.net > wrote:
> > >
> > > Thanks.
> > > I just tried the gettingstarted config; and I have a problem.
> > >
> > > I didn't change anything except the IP address in the cfg file.
> > > But when starting SER, I receive the following error:
> > >
> > > # <ot@asterisk1> /root/ser/sbin/ser -c -f /root/ser/etc/ser/ser.cfg
> > > 0(28118) parse error (11,1-5): syntax error
> > > 0(28118) parse error (11,1-5):
> > > ERROR: bad config file (2 errors)
> > >
> > > If I comment out the line (fifo="/tmp/ser_fifo") in cfg file, SER
> > > starts successfully.
> > > Why can't it parse that line ?
> > >
> > > Thanks,
> > > ilker
> > >
> > > ------------------------------
> > > *From:* Andrey Kouprianov [mailto:andrey.kouprianov@gmail.com]
> > > *Sent:* Monday, March 13, 2006 3:38 PM
> > >
> > > *To:* İlker Aktuna (Koç.net <http://koç.net/>)
> > > *Subject:* Re: [Serusers] mysql configuration and serctl
> > >
> > >
> > > it might be... anyway im attaching one copy to this email. enjoy :))
> > >
> > > On 3/13/06, İlker Aktuna (Koç. net) < ilkera(a)koc.net> wrote:
> > >
> > > > Is this user manual "not available" from the Iptel.org<http://iptel.org/>site ?
> > > Google search produces too many results.
> > >
> > >
> > > -----Original Message-----
> > > From: mkumar(a)mantragroup.com [ mailto:mkumar@mantragroup.com<mkumar(a)mantragroup.com>
> > > ]
> > > Sent: Monday, March 13, 2006 3:23 PM
> > > To: İlker Aktuna (Koç.net <http://koç.net/>)
> > > Cc: serusers(a)iptel.org
> > > Subject: Re: [Serusers] mysql configuration and serctl
> > >
> > >
> > > Try searching for ser user manual on google, it will have all the
> > > information.
> > >
> > > Quoting "?lker Aktuna (Koç.net <http://koç.net/>)" < ilkera(a)koc.net>:
> > >
> > > > Hi everyone,
> > > >
> > > > I am trying to use Ser for the first time. I finally compiled it and
> > > > it is running with the default configuration.
> > > > But I don't know the needed mysql tables/users/databases. Where can
> > > I
> > > > find this information ?
> > > >
> > > > In fact, I didn't want to use mysql for first tests but serctl
> > > command
> > > > requires it.
> > > > Is there another way of adding users ?
> > > >
> > > > Btw, with no user I tried to register a sip softphone. ser responses
> > >
> > > > with "200 ok" but the phone does not get registered.
> > > > What am I doing wrong ?
> > > >
> > > > Simply, I need basic configuration information to register my first
> > > sip user.
> > > >
> > > > Thanks for your help,
> > > > ilker
> > > >
> > > >
> > > > <http://271570.sigclick.mailinfo.com/sigclick/0A060704/06024D06/0E004A
> > >
> > > > 03/18161121.jpg>
> > > >
> > > ______________________________________________________________________
> > > >
> > > ______________________________________________________________________
> > > > _ Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor
> > >
> > > > olabilir.
> > > > Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic
> > > bir
> > > > sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen
> > >
> > > > e-posta mesajini kullaniciya hemen geri gonderiniz ve tum
> > > > kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir
> > > > sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para
> > > > karsiligi satilamaz. Bu e-posta mesaji viruslere karsi anti-virus
> > > > sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta
> > > > mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile -
> > > > virus icermedigini garanti etmez ve meydana gelebilecek zararlardan
> > > > dogacak hicbir sorumlulugu kabul etmez.
> > > > This message is intended solely for the use of the individual or
> > > > entity to whom it is addressed , and may contain confidential
> > > > information. If you are not the intended recipient of this message
> > > or
> > > > you receive this mail in error, you should refrain from making any
> > > use
> > > > of the contents and from opening any attachment. In that case,
> > > please
> > > > notify the sender immediately and return the message to the sender,
> > > > then, delete and destroy all copies. This e-mail message, can not be
> > > > copied, published or sold for any reason. This e-mail message has
> > > been
> > > > swept by anti-virus systems for the presence of computer viruses. In
> > >
> > > > doing so, however, sender cannot warrant that virus or other forms
> > > > of data corruption may not be present and do not take any
> > > > responsibility in any occurrence.
> > > >
> > > ______________________________________________________________________
> > > >
> > > ______________________________________________________________________
> > > > _
> > > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > <http://271570.sigclick.mailinfo.com/sigclick/0706040C/05014906/0303490B/151…>
> > >
> > > _____________________________________________________________________________________________________________________________________________
> > > Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir.
> > > Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir
> > > sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta
> > > mesajini kullaniciya hemen geri gonderiniz ve tum kopyalarini mesaj
> > > kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac
> > > icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz. Bu e-posta
> > > mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak
> > > yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol
> > > ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek
> > > zararlardan dogacak hicbir sorumlulugu kabul etmez.
> > > This message is intended solely for the use of the individual or
> > > entity to whom it is addressed , and may contain confidential information.
> > > If you are not the intended recipient of this message or you receive this
> > > mail in error, you should refrain from making any use of the contents and
> > > from opening any attachment. In that case, please notify the sender
> > > immediately and return the message to the sender, then, delete and destroy
> > > all copies. This e-mail message, can not be copied, published or sold for
> > > any reason. This e-mail message has been swept by anti-virus systems for the
> > > presence of computer viruses. In doing so, however, sender cannot warrant
> > > that virus or other forms of data corruption may not be present and do not
> > > take any responsibility in any occurrence.
> > >
> > > _____________________________________________________________________________________________________________________________________________
> > >
> > > _______________________________________________
> > > Serusers mailing list
> > > Serusers(a)iptel.org
> > > http://mail.iptel.org/mailman/listinfo/serusers
> > >
> > >
> > >
> > >
> > >
> > > <http://271570.sigclick.mailinfo.com/sigclick/0B050504/01014D07/0F014803/092…>
> > >
> > > _____________________________________________________________________________________________________________________________________________
> > > Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir.
> > > Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir
> > > sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta
> > > mesajini kullaniciya hemen geri gonderiniz ve tum kopyalarini mesaj
> > > kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac
> > > icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz. Bu e-posta
> > > mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak
> > > yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol
> > > ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek
> > > zararlardan dogacak hicbir sorumlulugu kabul etmez.
> > > This message is intended solely for the use of the individual or
> > > entity to whom it is addressed , and may contain confidential information.
> > > If you are not the intended recipient of this message or you receive this
> > > mail in error, you should refrain from making any use of the contents and
> > > from opening any attachment. In that case, please notify the sender
> > > immediately and return the message to the sender, then, delete and destroy
> > > all copies. This e-mail message, can not be copied, published or sold for
> > > any reason. This e-mail message has been swept by anti-virus systems for the
> > > presence of computer viruses. In doing so, however, sender cannot warrant
> > > that virus or other forms of data corruption may not be present and do not
> > > take any responsibility in any occurrence.
> > >
> > > _____________________________________________________________________________________________________________________________________________
> > >
> > > _______________________________________________
> > > Serusers mailing list
> > > Serusers(a)iptel.org
> > > http://mail.iptel.org/mailman/listinfo/serusers
> > >
> > >
> > >
> >
> >
> >
> > <http://271570.sigclick.mailinfo.com/sigclick/0705050C/06084D06/0304480B/152…>
> >
> > _____________________________________________________________________________________________________________________________________________
> > Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir.
> > Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir
> > sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta
> > mesajini kullaniciya hemen geri gonderiniz ve tum kopyalarini mesaj
> > kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac
> > icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz. Bu e-posta
> > mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak
> > yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol
> > ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek
> > zararlardan dogacak hicbir sorumlulugu kabul etmez.
> > This message is intended solely for the use of the individual or entity
> > to whom it is addressed , and may contain confidential information. If you
> > are not the intended recipient of this message or you receive this mail in
> > error, you should refrain from making any use of the contents and from
> > opening any attachment. In that case, please notify the sender immediately
> > and return the message to the sender, then, delete and destroy all copies.
> > This e-mail message, can not be copied, published or sold for any reason.
> > This e-mail message has been swept by anti-virus systems for the presence of
> > computer viruses. In doing so, however, sender cannot warrant that virus
> > or other forms of data corruption may not be present and do not take any
> > responsibility in any occurrence.
> >
> > _____________________________________________________________________________________________________________________________________________
> >
> >
>
>
>
> <http://271570.sigclick.mailinfo.com/sigclick/0002070D/03014A05/040D4A0A/225…>
>
> _____________________________________________________________________________________________________________________________________________
> Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir.
> Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir
> sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta
> mesajini kullaniciya hemen geri gonderiniz ve tum kopyalarini mesaj
> kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac
> icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz. Bu e-posta
> mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak
> yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol
> ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek
> zararlardan dogacak hicbir sorumlulugu kabul etmez.
> This message is intended solely for the use of the individual or entity to
> whom it is addressed , and may contain confidential information. If you are
> not the intended recipient of this message or you receive this mail in
> error, you should refrain from making any use of the contents and from
> opening any attachment. In that case, please notify the sender immediately
> and return the message to the sender, then, delete and destroy all copies.
> This e-mail message, can not be copied, published or sold for any reason.
> This e-mail message has been swept by anti-virus systems for the presence of
> computer viruses. In doing so, however, sender cannot warrant that virus
> or other forms of data corruption may not be present and do not take any
> responsibility in any occurrence.
>
> _____________________________________________________________________________________________________________________________________________
>
I am getting same Function aggregate_methods() doesn't exists error message and have followed the steps to install the classkit. I also double-checked that the extension=classkit.so entry is in the php.ini. I am still getting the error.
When I try to access SERWeb through IE I get the following error in the Apache error log:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/classkit.so' - /usr/lib/php/modules/classkit.so: cannot open shared object file: Permission denied in Unknown on line 0
I'm confused as to where the error is actually occurring (line 0 where?).
Has anybody ran into this problem?
Thanks,
Tyler Farmer
You are right. I got confused...
thanks again
George
> -----Original Message-----
> From: Bogdan-Andrei Iancu [mailto:bogdan@voice-system.ro]
> Sent: Monday, March 13, 2006 4:43 PM
> To: Juha Heinanen
> Cc: Papadopoulos Georgios; daniel(a)voice-system.ro; users(a)openser.org
> Subject: Re: [Users] Domain: is_from_local() is case
> sensitive in caching mode.
>
> still is not clear for me what will be the advantage of
> keeping the domain names into the cache in a specific format?
> what is here important is how they are compared...
>
> regards,
> bogdan
>
> Juha Heinanen wrote:
>
> >Papadopoulos Georgios writes:
> >
> > > I tried it and it works fine. It is also important that when the
> > > table is cached into memory that it is done in lowercase.
> I searched
> > > briefly but could not locate the code where this is done
> (maybe in
> > > the DB module?).
> >
> >it is done by hash.c/hash_table_install function. you could add
> >statement
> >
> > for (i = 0; i < np->domain.len; i++) domain[i] =
> tolower(domain[i]);
> >
> >before
> >
> > (void) strncpy(np->domain.s, domain, np->domain.len);
> >
> >-- juha
> >
> >
>
>
Disclaimer
The information in this e-mail and any attachments is confidential. It is intended solely for the attention and use of the named addressee(s). If you are not the intended recipient, or person responsible for delivering this information to the intended recipient, please notify the sender immediately. Unless you are the intended recipient or his/her representative you are not authorized to, and must not, read, copy, distribute, use or retain this message or any part of it. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
Hi Bogdan,
I tried it and it works fine. It is also important that when the table
is cached into memory that it is done in lowercase. I searched briefly
but could not locate the code where this is done (maybe in the DB
module?).
I tried puting a domain in uppercase letters into MySQL while having the
>From header in lowercase. This worked also.
thank you
George
> -----Original Message-----
> From: Bogdan-Andrei Iancu [mailto:bogdan@voice-system.ro]
> Sent: Monday, March 13, 2006 2:33 PM
> To: Papadopoulos Georgios
> Cc: daniel(a)voice-system.ro; users(a)openser.org; Juha Heinanen
> Subject: Re: [Users] Domain: is_from_local() is case
> sensitive in caching mode.
>
> Hi George,
>
> right indeed - I fixed this problem on CVS. please update and
> give it a try id everything ok.
>
> the PDT (Prefix-to-Domain Translation) module was affected by
> this problem.
>
> thanks for report,
> bogdan
>
>
> Papadopoulos Georgios wrote:
>
> >Hello,
> >
> >I have been looking into the code. strncasecmp does case insensitive
> >comparison, so this part is correct.
> >My guess is that the hash function should use the lowercase domain.
> >
> >In my case I have in the domain table "i-call.gr" and
> "sip.i-call.gr".
> >If the From header is ....(a)i-Call.gr then is_from_local()
> returns false
> >(in caching mode).
> >
> >I hope this helps
> >
> >George
> >
> >
> >
> >>-----Original Message-----
> >>From: Bogdan-Andrei Iancu [mailto:bogdan@voice-system.ro]
> >>Sent: Monday, March 13, 2006 11:32 AM
> >>To: Papadopoulos Georgios
> >>Cc: daniel(a)voice-system.ro; users(a)openser.org; Juha Heinanen
> >>Subject: Re: [Users] Domain: is_from_local() is case sensitive in
> >>caching mode.
> >>
> >>Hi Georgios,
> >>
> >>indeed, the search through the cache is done case sensitive via
> >>strncasesmp().
> >>
> >>Juha, souldn't the domain matching be case insensitive?
> >>
> >>regards,
> >>bogdan
> >>
> >>
> >>Georgios Papadopoulos wrote:
> >>
> >>
> >>
> >>>I am pretty sure (I am using OpenSER 1.0.0).
> >>>What about the part where the table is cached into memory?
> Do you do
> >>>select lower(domain) from domain? I tried briefly to find
> >>>
> >>>
> >>the relevant
> >>
> >>
> >>>piece of code but I couldn't.
> >>>
> >>>George
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>>-----Original Message-----
> >>>>From: Daniel-Constantin Mierla [mailto:daniel@voice-system.ro]
> >>>>Sent: Saturday, March 11, 2006 3:50 PM
> >>>>To: Papadopoulos Georgios
> >>>>Cc: users(a)openser.org
> >>>>Subject: Re: [Users] Domain: is_from_local() is case sensitive in
> >>>>caching mode.
> >>>>
> >>>>Hello,
> >>>>
> >>>>On 03/10/06 17:51, Papadopoulos Georgios wrote:
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>Hello,
> >>>>>
> >>>>>I have noticed that is_from_local in the Domain module is
> >>>>>case-sensitive if the module is in caching mode. In
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>non-caching mode
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>it is case insensitive.
> >>>>>Could this be fixed in the future?
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>are you sure? I was looking in the sources and the comparison is
> >>>>case-insensitive.
> >>>>
> >>>>Cheers,
> >>>>Daniel
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>thank you
> >>>>>
> >>>>>George
> >>>>>
> >>>>>Disclaimer
> >>>>>The information in this e-mail and any attachments is
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>confidential. It is intended solely for the attention and
> >>>>
> >>>>
> >>use of the
> >>
> >>
> >>>>named addressee(s). If you are not the intended recipient,
> >>>>
> >>>>
> >>or person
> >>
> >>
> >>>>responsible for delivering this information to the intended
> >>>>
> >>>>
> >>recipient,
> >>
> >>
> >>>>please notify the sender immediately. Unless you are the intended
> >>>>recipient or his/her representative you are not
> authorized to, and
> >>>>must not, read, copy, distribute, use or retain this
> message or any
> >>>>part of it. E-mail transmission cannot be guaranteed to be
> >>>>
> >>>>
> >>secure or
> >>
> >>
> >>>>error-free as information could be intercepted, corrupted, lost,
> >>>>destroyed, arrive late or incomplete, or contain viruses.
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>_______________________________________________
> >>>>>Users mailing list
> >>>>>Users(a)openser.org
> >>>>>http://openser.org/cgi-bin/mailman/listinfo/users
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>
> >>>_______________________________________________
> >>>Users mailing list
> >>>Users(a)openser.org
> >>>http://openser.org/cgi-bin/mailman/listinfo/users
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >
> >Disclaimer
> >The information in this e-mail and any attachments is
> confidential. It is intended solely for the attention and use
> of the named addressee(s). If you are not the intended
> recipient, or person responsible for delivering this
> information to the intended recipient, please notify the
> sender immediately. Unless you are the intended recipient or
> his/her representative you are not authorized to, and must
> not, read, copy, distribute, use or retain this message or
> any part of it. E-mail transmission cannot be guaranteed to
> be secure or error-free as information could be intercepted,
> corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.
> >
> >
> >
> >
>
>
Hi,
I've attached 2 config files.
ser1.cfg does not start ser (gives the parse error)
ser2.cfg starts ser (only difference is fifo line)
But after ser starts with ser2.cfg, and try to register a SIP softphone (Xten Eyebeam), it doesn't get registered (timeouts)
When I check the sip packets with tcpdump I see that Ser daemon responds to every REGISTER packet that my client sends with "SIP 200 ok" but the client doesn't get registered.
The config file is the standart hello world cfg file from the GettingStarted guide.
So I think it should register all clients, is that wrong ?
Thanks,
ilker
________________________________
From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Andrey Kouprianov
Sent: Monday, March 13, 2006 4:46 PM
To: serusers(a)lists.iptel.org
Subject: Re: [Serusers] mysql configuration and serctl
can u also attach you ser.cfg? it's impossible to tell like this.
On 3/13/06, İlker Aktuna (Koç. net) <ilkera(a)koc.net> wrote:
Thanks.
I just tried the gettingstarted config; and I have a problem.
I didn't change anything except the IP address in the cfg file.
But when starting SER, I receive the following error:
# <mailto:ot@asterisk1> /root/ser/sbin/ser -c -f /root/ser/etc/ser/ser.cfg
0(28118) parse error (11,1-5): syntax error
0(28118) parse error (11,1-5):
ERROR: bad config file (2 errors)
If I comment out the line (fifo="/tmp/ser_fifo") in cfg file, SER starts successfully.
Why can't it parse that line ?
Thanks,
ilker
________________________________
From: Andrey Kouprianov [mailto:andrey.kouprianov@gmail.com]
Sent: Monday, March 13, 2006 3:38 PM
To: İlker Aktuna (Koç.net <http://koç.net/> )
Subject: Re: [Serusers] mysql configuration and serctl
it might be... anyway im attaching one copy to this email. enjoy :))
On 3/13/06, İlker Aktuna (Koç. net) < ilkera(a)koc.net <mailto:ilkera@koc.net> > wrote:
Is this user manual "not available" from the Iptel.org <http://iptel.org/> site ?
Google search produces too many results.
-----Original Message-----
From: mkumar(a)mantragroup.com [ mailto:mkumar@mantragroup.com <mailto:mkumar@mantragroup.com> ]
Sent: Monday, March 13, 2006 3:23 PM
To: İlker Aktuna (Koç.net <http://koç.net/> )
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] mysql configuration and serctl
Try searching for ser user manual on google, it will have all the information.
Quoting "?lker Aktuna (Koç.net <http://koç.net/> )" < ilkera(a)koc.net <mailto:ilkera@koc.net> >:
> Hi everyone,
>
> I am trying to use Ser for the first time. I finally compiled it and
> it is running with the default configuration.
> But I don't know the needed mysql tables/users/databases. Where can I
> find this information ?
>
> In fact, I didn't want to use mysql for first tests but serctl command
> requires it.
> Is there another way of adding users ?
>
> Btw, with no user I tried to register a sip softphone. ser responses
> with "200 ok" but the phone does not get registered.
> What am I doing wrong ?
>
> Simply, I need basic configuration information to register my first sip user.
>
> Thanks for your help,
> ilker
>
>
> <http://271570.sigclick.mailinfo.com/sigclick/0A060704/06024D06/0E004A
> 03/18161121.jpg>
> ______________________________________________________________________
> ______________________________________________________________________
> _ Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor
> olabilir.
> Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir
> sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen
> e-posta mesajini kullaniciya hemen geri gonderiniz ve tum
> kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir
> sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para
> karsiligi satilamaz. Bu e-posta mesaji viruslere karsi anti-virus
> sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta
> mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile -
> virus icermedigini garanti etmez ve meydana gelebilecek zararlardan
> dogacak hicbir sorumlulugu kabul etmez.
> This message is intended solely for the use of the individual or
> entity to whom it is addressed , and may contain confidential
> information. If you are not the intended recipient of this message or
> you receive this mail in error, you should refrain from making any use
> of the contents and from opening any attachment. In that case, please
> notify the sender immediately and return the message to the sender,
> then, delete and destroy all copies. This e-mail message, can not be
> copied, published or sold for any reason. This e-mail message has been
> swept by anti-virus systems for the presence of computer viruses. In
> doing so, however, sender cannot warrant that virus or other forms
> of data corruption may not be present and do not take any
> responsibility in any occurrence.
> ______________________________________________________________________
> ______________________________________________________________________
> _
>
<http://271570.sigclick.mailinfo.com/sigclick/0706040C/05014906/0303490B/151…>
_____________________________________________________________________________________________________________________________________________
Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir. Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta mesajini kullaniciya hemen geri gonderiniz ve tum kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz. Bu e-posta mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek zararlardan dogacak hicbir sorumlulugu kabul etmez.
This message is intended solely for the use of the individual or entity to whom it is addressed , and may contain confidential information. If you are not the intended recipient of this message or you receive this mail in error, you should refrain from making any use of the contents and from opening any attachment. In that case, please notify the sender immediately and return the message to the sender, then, delete and destroy all copies. This e-mail message, can not be copied, published or sold for any reason. This e-mail message has been swept by anti-virus systems for the presence of computer viruses. In doing so, however, sender cannot warrant that virus or other forms of data corruption may not be present and do not take any responsibility in any occurrence.
_____________________________________________________________________________________________________________________________________________
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
<http://271570.sigclick.mailinfo.com/sigclick/0B050504/01014D07/0F014803/092…>
_____________________________________________________________________________________________________________________________________________
Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir. Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta mesajini kullaniciya hemen geri gonderiniz ve tum kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz. Bu e-posta mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek zararlardan dogacak hicbir sorumlulugu kabul etmez.
This message is intended solely for the use of the individual or entity to whom it is addressed , and may contain confidential information. If you are not the intended recipient of this message or you receive this mail in error, you should refrain from making any use of the contents and from opening any attachment. In that case, please notify the sender immediately and return the message to the sender, then, delete and destroy all copies. This e-mail message, can not be copied, published or sold for any reason. This e-mail message has been swept by anti-virus systems for the presence of computer viruses. In doing so, however, sender cannot warrant that virus or other forms of data corruption may not be present and do not take any responsibility in any occurrence.
_____________________________________________________________________________________________________________________________________________
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
<http://271570.sigclick.mailinfo.com/sigclick/0705050C/06084D06/0304480B/152…>
_____________________________________________________________________________________________________________________________________________
Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir. Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta mesajini kullaniciya hemen geri gonderiniz ve tum kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz. Bu e-posta mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek zararlardan dogacak hicbir sorumlulugu kabul etmez.
This message is intended solely for the use of the individual or entity to whom it is addressed , and may contain confidential information. If you are not the intended recipient of this message or you receive this mail in error, you should refrain from making any use of the contents and from opening any attachment. In that case, please notify the sender immediately and return the message to the sender, then, delete and destroy all copies. This e-mail message, can not be copied, published or sold for any reason. This e-mail message has been swept by anti-virus systems for the presence of computer viruses. In doing so, however, sender cannot warrant that virus or other forms of data corruption may not be present and do not take any responsibility in any occurrence.
_____________________________________________________________________________________________________________________________________________
Thanks.
I just tried the gettingstarted config; and I have a problem.
I didn't change anything except the IP address in the cfg file.
But when starting SER, I receive the following error:
# <mailto:ot@asterisk1> /root/ser/sbin/ser -c -f /root/ser/etc/ser/ser.cfg
0(28118) parse error (11,1-5): syntax error
0(28118) parse error (11,1-5):
ERROR: bad config file (2 errors)
If I comment out the line (fifo="/tmp/ser_fifo") in cfg file, SER starts successfully.
Why can't it parse that line ?
Thanks,
ilker
________________________________
From: Andrey Kouprianov [mailto:andrey.kouprianov@gmail.com]
Sent: Monday, March 13, 2006 3:38 PM
To: İlker Aktuna (Koç.net)
Subject: Re: [Serusers] mysql configuration and serctl
it might be... anyway im attaching one copy to this email. enjoy :))
On 3/13/06, İlker Aktuna (Koç. net) <ilkera(a)koc.net> wrote:
Is this user manual "not available" from the Iptel.org <http://iptel.org/> site ?
Google search produces too many results.
-----Original Message-----
From: mkumar(a)mantragroup.com [ mailto:mkumar@mantragroup.com <mailto:mkumar@mantragroup.com> ]
Sent: Monday, March 13, 2006 3:23 PM
To: İlker Aktuna (Koç.net <http://koç.net/> )
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] mysql configuration and serctl
Try searching for ser user manual on google, it will have all the information.
Quoting "?lker Aktuna (Koç.net <http://koç.net/> )" < ilkera(a)koc.net <mailto:ilkera@koc.net> >:
> Hi everyone,
>
> I am trying to use Ser for the first time. I finally compiled it and
> it is running with the default configuration.
> But I don't know the needed mysql tables/users/databases. Where can I
> find this information ?
>
> In fact, I didn't want to use mysql for first tests but serctl command
> requires it.
> Is there another way of adding users ?
>
> Btw, with no user I tried to register a sip softphone. ser responses
> with "200 ok" but the phone does not get registered.
> What am I doing wrong ?
>
> Simply, I need basic configuration information to register my first sip user.
>
> Thanks for your help,
> ilker
>
>
> <http://271570.sigclick.mailinfo.com/sigclick/0A060704/06024D06/0E004A
> 03/18161121.jpg>
> ______________________________________________________________________
> ______________________________________________________________________
> _ Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor
> olabilir.
> Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir
> sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen
> e-posta mesajini kullaniciya hemen geri gonderiniz ve tum
> kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir
> sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para
> karsiligi satilamaz. Bu e-posta mesaji viruslere karsi anti-virus
> sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta
> mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile -
> virus icermedigini garanti etmez ve meydana gelebilecek zararlardan
> dogacak hicbir sorumlulugu kabul etmez.
> This message is intended solely for the use of the individual or
> entity to whom it is addressed , and may contain confidential
> information. If you are not the intended recipient of this message or
> you receive this mail in error, you should refrain from making any use
> of the contents and from opening any attachment. In that case, please
> notify the sender immediately and return the message to the sender,
> then, delete and destroy all copies. This e-mail message, can not be
> copied, published or sold for any reason. This e-mail message has been
> swept by anti-virus systems for the presence of computer viruses. In
> doing so, however, sender cannot warrant that virus or other forms
> of data corruption may not be present and do not take any
> responsibility in any occurrence.
> ______________________________________________________________________
> ______________________________________________________________________
> _
>
<http://271570.sigclick.mailinfo.com/sigclick/0706040C/05014906/0303490B/151…>
_____________________________________________________________________________________________________________________________________________
Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir. Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta mesajini kullaniciya hemen geri gonderiniz ve tum kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz. Bu e-posta mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek zararlardan dogacak hicbir sorumlulugu kabul etmez.
This message is intended solely for the use of the individual or entity to whom it is addressed , and may contain confidential information. If you are not the intended recipient of this message or you receive this mail in error, you should refrain from making any use of the contents and from opening any attachment. In that case, please notify the sender immediately and return the message to the sender, then, delete and destroy all copies. This e-mail message, can not be copied, published or sold for any reason. This e-mail message has been swept by anti-virus systems for the presence of computer viruses. In doing so, however, sender cannot warrant that virus or other forms of data corruption may not be present and do not take any responsibility in any occurrence.
_____________________________________________________________________________________________________________________________________________
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
<http://271570.sigclick.mailinfo.com/sigclick/0B050504/01014D07/0F014803/092…>
_____________________________________________________________________________________________________________________________________________
Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir. Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta mesajini kullaniciya hemen geri gonderiniz ve tum kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz. Bu e-posta mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek zararlardan dogacak hicbir sorumlulugu kabul etmez.
This message is intended solely for the use of the individual or entity to whom it is addressed , and may contain confidential information. If you are not the intended recipient of this message or you receive this mail in error, you should refrain from making any use of the contents and from opening any attachment. In that case, please notify the sender immediately and return the message to the sender, then, delete and destroy all copies. This e-mail message, can not be copied, published or sold for any reason. This e-mail message has been swept by anti-virus systems for the presence of computer viruses. In doing so, however, sender cannot warrant that virus or other forms of data corruption may not be present and do not take any responsibility in any occurrence.
_____________________________________________________________________________________________________________________________________________
Hi,
How to pass an avp value to the exec_dset function??
I already tried with (one or the other):
append_hf("Headertest: $avp(i:2)\r\n");
avp_pushto("$Headertest","i:2");
And after to use exec_dset with:
exec_dset("/usr/sbin/somescript.sh '$SIP_HF_HEADERTEST'")
But no one of the above have accomplished to pass the value to
exec_dmesg.
Have you any suggestion?? Even to pass the value without passing through
the header field that is not usefull for me, but directly form AVP to
exec_msg?
I'm using openser 1.0.0 cvs of 31/1/2006
Thanks,
Bye,
Marcello
Is this user manual "not available" from the Iptel.org site ?
Google search produces too many results.
-----Original Message-----
From: mkumar(a)mantragroup.com [mailto:mkumar@mantragroup.com]
Sent: Monday, March 13, 2006 3:23 PM
To: İlker Aktuna (Koç.net)
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] mysql configuration and serctl
Try searching for ser user manual on google, it will have all the information.
Quoting "?lker Aktuna (Koç.net)" <ilkera(a)koc.net>:
> Hi everyone,
>
> I am trying to use Ser for the first time. I finally compiled it and
> it is running with the default configuration.
> But I don't know the needed mysql tables/users/databases. Where can I
> find this information ?
>
> In fact, I didn't want to use mysql for first tests but serctl command
> requires it.
> Is there another way of adding users ?
>
> Btw, with no user I tried to register a sip softphone. ser responses
> with "200 ok" but the phone does not get registered.
> What am I doing wrong ?
>
> Simply, I need basic configuration information to register my first sip user.
>
> Thanks for your help,
> ilker
>
>
> <http://271570.sigclick.mailinfo.com/sigclick/0A060704/06024D06/0E004A
> 03/18161121.jpg>
> ______________________________________________________________________
> ______________________________________________________________________
> _ Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor
> olabilir.
> Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir
> sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen
> e-posta mesajini kullaniciya hemen geri gonderiniz ve tum
> kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir
> sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para
> karsiligi satilamaz. Bu e-posta mesaji viruslere karsi anti-virus
> sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta
> mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile -
> virus icermedigini garanti etmez ve meydana gelebilecek zararlardan
> dogacak hicbir sorumlulugu kabul etmez.
> This message is intended solely for the use of the individual or
> entity to whom it is addressed , and may contain confidential
> information. If you are not the intended recipient of this message or
> you receive this mail in error, you should refrain from making any use
> of the contents and from opening any attachment. In that case, please
> notify the sender immediately and return the message to the sender,
> then, delete and destroy all copies. This e-mail message, can not be
> copied, published or sold for any reason. This e-mail message has been
> swept by anti-virus systems for the presence of computer viruses. In
> doing so, however, sender cannot warrant that virus or other forms
> of data corruption may not be present and do not take any
> responsibility in any occurrence.
> ______________________________________________________________________
> ______________________________________________________________________
> _
>
<http://271570.sigclick.mailinfo.com/sigclick/0706040C/05014906/0303490B/151…>
_____________________________________________________________________________________________________________________________________________
Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir. Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta mesajini kullaniciya hemen geri gonderiniz ve tum kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz. Bu e-posta mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek zararlardan dogacak hicbir sorumlulugu kabul etmez.
This message is intended solely for the use of the individual or entity to whom it is addressed , and may contain confidential information. If you are not the intended recipient of this message or you receive this mail in error, you should refrain from making any use of the contents and from opening any attachment. In that case, please notify the sender immediately and return the message to the sender, then, delete and destroy all copies. This e-mail message, can not be copied, published or sold for any reason. This e-mail message has been swept by anti-virus systems for the presence of computer viruses. In doing so, however, sender cannot warrant that virus or other forms of data corruption may not be present and do not take any responsibility in any occurrence.
_____________________________________________________________________________________________________________________________________________