Hi Alex,
I think i understand a bit better. Your users are registering with * and
not SER, and you're * server is on DHCP (i understood this part). What I
did not see, is that you users are not registering to SER (correct me if i
am wrong). My setup is opposite to this as well. I am thinking that maybe
you can make changes in * .conf files to get around the trusted tables, but
maybe you have already done this, so excuse my unkowledgeability of what you
have already done and your specific setup. But I am trying to visualize
your network and what I might do if i had your setup. You basically have
registered * with SER Only, but not the individual users. How you are
setting up extensions.conf for each user maybe? I know some of this has
already been done by you or your system would not be where it is, but
because i don't know what all you have, I put a bit more than needed for you
to pick out what's useful.
[general]
register => already done
[serserver]
context=global, default, incoming or...
type=peer
fromuser=YOUR NUMBER ; callerid number
username=YOUR NUMBER
authuser=YOUR NUMBER
secret=YOUR PASSWORD
host= INSERT PROXY HERE ;host to contact
fromdomain= INSERT PROXY HERE ; domain you're on
nat=no ; network address translation (set to yes if you have problems)
canreinvite=yes
insecure=very ; security level
qualify=yes ; require password (I think require this)
EXTENSIONS.CONF
[outgoing]
exten => _1NXXNXXXXXX,1,dial(SIP/${EXTEN:0}@serserver,10,r) ; for each user
exten => _1NXXNXXXXXX,2,congestion
exten => _NXXNXXXXXX,1,dial,(SIP/1${EXTEN:0}@serserver,10,r)
exten => _NXXNXXXXXX,2,Hangup
I hope something in here is useful to you buddy with all this typing. :)
Tracy
>From: "Alex Fler" <alexfler(a)yahoo.com>
>To: "'Tracy Lofton'" <tracylofton_1(a)hotmail.com>,"Serusers@lists. iptel.
>org" <Serusers(a)lists.iptel.org>
>Subject: RE: [Serusers] Re: SER and Asterisk integration
>Date: Tue, 19 Sep 2006 08:51:20 -0400
>
>Hello Tracy,
>Thanks for respond,
>I already tried putting ip addresses into trusted table for static ip pstn
>gateways; unfortunately it's not the case. My asterisk server using ADSL
>connection with DHCP, so I will never now when IP going to change. The
>incoming calls part was easily configured which simple registering asterisk
>with SER, unfortunately for an outgoing part even when I use
>fromuser="registered with ser username" and fromdomain="domain name"
>I cant rout call out with ser, because ser will ask for authentication.
>If you have any other ideas please let me know.
>Thanks again for your help
>
>Alex Fler
>
>-----Original Message-----
>From: serusers-bounces(a)lists.iptel.org
>[mailto:serusers-bounces@lists.iptel.org] On Behalf Of Tracy Lofton
>Sent: Monday, September 18, 2006 12:57 PM
>To: Serusers(a)lists.iptel.org
>Subject: Re: [Serusers] Re: SER and Asterisk integration
>
>Hi Alex,
>
>Forgive me with all of these back-to-back emails, but I hate to mislead in
>any way, so this should be the last one. One final note I observed is that
>in all actuality the Getting Started Guide states that it is whatever ip
>address is your PSTN gateway actually goes into the trusted table of SER
>database.
>
>Tracy
>
>
> >From: "Tracy Lofton" <tracylofton_1(a)hotmail.com>
> >To: Serusers(a)lists.iptel.org
> >Subject: Re: [Serusers] Re: SER and Asterisk integration
> >Date: Mon, 18 Sep 2006 16:19:20 +0000
> >
> >Hi,
> >
> >Actually I had recently changed my setup allocating individual UAs, so
> >today I changed it back to only have the static ip address of SER for
>which
>
> >my UAs register. Now I do not need to watch changes for every UA. I do
> >not know if this is your case, but if it is then you only have to put in
> >the trusted table one entry for static ip of SER sip router something
>like
> >this (and not the ips of UAs at all, if SER is at least static ip):
> >
> >insert into trusted (src_ip, proto, from_pattern) values ('69.160.100.2',
> >'any', 'sip:.*$');
> >
> >only for SER static IP address for which UAs register
> >
> >Hope this helps you.
> >
> >
> >
> >
> >>From: "Tracy Lofton" <tracylofton_1(a)hotmail.com>
> >>To: Serusers(a)lists.iptel.org
> >>Subject: Re: [Serusers] Re: SER and Asterisk integration
> >>Date: Mon, 18 Sep 2006 15:14:06 +0000
> >>
> >>Hi again,
> >>
> >>what i would also like to add to the previous email regarding this
>issue,
> >>is that if you find out that we can input some type of regex in the
>src_ip
>
> >>column to account for dynamic ips, please let me know too because then i
> >>would not have to keep an eye on when the dynamic ip addresses change.
> >>
> >>Tracy
> >>
> >>
> >>>From: "Tracy Lofton" <tracylofton_1(a)hotmail.com>
> >>>To: Serusers(a)lists.iptel.org
> >>>Subject: Re: [Serusers] Re: SER and Asterisk integration
> >>>Date: Mon, 18 Sep 2006 15:06:45 +0000
> >>>
> >>>Hi,
> >>>
> >>>I read about your dynamic ip situation and not using the trusted tables
> >>>but it seems like until you do this you will continue to receive the
>407
> >>>Unauthorized messages from Asterisk, but have you at least tried to
>input
>
> >>>the data into trusted table with using the external ip address of your
> >>>sip phones, because all of my sip phones in the trusted table are using
> >>>router allocated ip addresses but i input them into the trusted tables
> >>>using their external ip address of the DSL provider, etc, such as:
> >>>
> >>>insert into trusted (src_ip, proto, from_pattern) values
>('69.160.100.2',
>
> >>>'any', 'sip:.*$');
> >>>
> >>>if you find that this does not work then just do:
> >>>
> >>>delete from trusted where src_ip=69.160.100.2;
> >>>
> >>>Keep me posted how it works.
> >>>
> >>>Tracy
> >>>
> >>>
> >>>
> >>>>From: "sip" <sip(a)infinideas.com>
> >>>>To: "Alex Fler" <alexfler(a)yahoo.com>,"Serusers@lists. iptel. org"
> >>>><Serusers(a)lists.iptel.org>
> >>>>CC: serusers-bounces(a)lists.iptel.org
> >>>>Subject: Re: [Serusers] Re: SER and Asterisk integration
> >>>>Date: Mon, 18 Sep 2006 10:20:13 -0400
> >>>>
> >>>>Have you tried adding a
> >>>>
> >>>>fromdomain=mydomain.com
> >>>>
> >>>>In your peer section?
> >>>>
> >>>>N.
> >>>>
> >>>>On Mon, 18 Sep 2006 10:02:27 -0400, Alex Fler wrote
> >>>> > Hello Guys,
> >>>> > I-m trying to integrate Ser with asterisk.
> >>>> > Asterisk server resides on private network behindrouter. All UA-s
>are
>
> >>>>on the same internal network with Asterisk serverand registered with
>it.
> >>>> > Asterisk server registered with Ser server, so thisway I get
>incoming
>
> >>>>calls without any problems. At the same time when on ofUA-s trying to
> >>>>call out
> >>>> > Ser server gives 407 errors Authentication Required.I cannot add
> >>>>asterisk server into my trusted table because ADSL connection
>hasDynamic
>
> >>>>IP which may change frequently.
> >>>> > This message I receive, because in INVITE part I haveUA in FROM:
> >>>>field witch are registered with asterisk not SER. How can I
>resolvethis
> >>>>issue for outgoing calls?
> >>>> > Thank you for your help and sorry for bad English
> >>>> > > Regards
> >>>> > > Alex Fler
> >>>> >
> >>>>
> >>>>
> >>>
> >>>
> >>>>_______________________________________________
> >>>>Serusers mailing list
> >>>>Serusers(a)lists.iptel.org
> >>>>http://lists.iptel.org/mailman/listinfo/serusers
> >>>
> >>>_________________________________________________________________
> >>>Search from any web page with powerful protection. Get the FREE Windows
> >>>Live Toolbar Today! http://get.live.com/toolbar/overview
> >>>
> >>>_______________________________________________
> >>>Serusers mailing list
> >>>Serusers(a)lists.iptel.org
> >>>http://lists.iptel.org/mailman/listinfo/serusers
> >>
> >>_________________________________________________________________
> >>Get the new Windows Live Messenger!
> >>http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source
>=wlmailtagline
> >>
> >>_______________________________________________
> >>Serusers mailing list
> >>Serusers(a)lists.iptel.org
> >>http://lists.iptel.org/mailman/listinfo/serusers
> >
> >_________________________________________________________________
> >Add fun gadgets and colorful themes to express yourself on Windows Live
> >Spaces
> >http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://ww
>w.get.live.com/spaces/features
> >
> >_______________________________________________
> >Serusers mailing list
> >Serusers(a)lists.iptel.org
> >http://lists.iptel.org/mailman/listinfo/serusers
>
>_________________________________________________________________
>Search?Your way, your world, right now!
>http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&FORM=WLM
>TAG
>
>_______________________________________________
>Serusers mailing list
>Serusers(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
>
_________________________________________________________________
The next generation of Searchsay hello!
http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&FORM=WL…
Dear all,
Thank you very much for time to read my problem. Thank you very much...
All, I have built openser server and I can build it successfully. It means that the client can make call each other.
The openser server that I build is support TLS (in openser.cfg, I enable the TLS support).
But, I need help for testing my TLS in voip communication.
I have type command : # openser -V , and I can see that the TLS is used.
But,How can I test the openser that supported TLS? because in my mind, for testing the TLS, I must have a software that supported TLS. So, if the client can communicate each other by using the software phone that supported TLS, it means that the TLS have run successfully (because TLS use port 5061 ).
Is this opinion correct?
Or can anybody give a suggestion how to test my openser TLS? if I have to use software phone that supported TLS.Please tell me..Pelase..
Thank you very much for your help.
Thank you
Regards,
Ferianto
---------------------------------
Stay in the know. Pulse on the new Yahoo.com. Check it out.
Hi all,
Many sip phones now offer intercom feature or auto answer. Has
anyone done this using openser? I am trying to setup a prefix so
that if line number is 12345, calling 612345 will make it act as an
intercom.
Any help will be greatly appreciated.
Thanks.
--
Zahid Mehmood
CUIT Network Systems
Hello Guys,
I'm trying to integrate Ser with asterisk.
Asterisk server resides on private network behind router. All UA's are on
the same internal network with Asterisk server and registered with it.
Asterisk server registered with Ser server, so this way I get incoming calls
without any problems. At the same time when on of UA's trying to call out
Ser server gives 407 errors Authentication Required. I cannot add asterisk
server into my trusted table because ADSL connection has Dynamic IP which
may change frequently.
This message I receive, because in INVITE part I have UA in FROM: field
witch are registered with asterisk not SER. How can I resolve this issue for
outgoing calls?
Thank you for your help and sorry for bad English
Regards
Alex Fler
Hi Guys, Girls, Mothers, Fathers, and Children ;)
It's now time to spend some money on expencive norwegian beer
Are you up for a few beers at Beer Palace Akerbrygge Wednesday the
27th of September 2006?
We tought of meeting at 7 pm (19:00) at Beer Palace.
The Topic this time is SER 0.10 :D
please send me a email if you think you will come :)
Best Regards
Atle Samuelsen
+47 41 44 11 44
Hii guys,
good evening...
I need the explanation around database table that is used by msilo module to store offline voice message.
When I run my serweb, I found that there is an error about SQL query. Then I check the page that the error occure and that the error caused by the voice silo table.
So I check my SER database and found that there is no table named voice silo, just silo.
I'd like to ask if I must add voice silo table or just use the silo table to store offline voice message?
If I have to, please tell me the entities of the voice silo table.
Thank you for the time in reading this mail.
Regards,
Meidiana Ten
---------------------------------
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail.
hello
i am running running SER with mysql+rtpproxy... i want to configure B2BUA
can anybody guide me how to do...
--
Prabhakar.g
Network Engineer
Northgate Technologies
Banjarahils,Hyderabad-34
Hi,
I am currently testing SER for running it in a quite large environment
with about 40000 online users. I'd like to offer my users an
online/offline status - at least for themselves, maybe also for users
in their contacts.
I have noticed that when operating SER in database mode every time it
writes back the location to database it hangs and doesn't answer
requests anymore. This situation is not acceptable, whenever this
happens no REGISTERs, INVITEs, 200OKs or anything else passes the
server and registering fails, calls don't get established a.s.o.
I think a lot of you have an online/offline status, but which way do
you go technically? One way would be to grab the contacts from the
FIFO, but that solution doesn't seem to be suitable, too. The problem
with that is, that only one process at a time can query the fifo, and
at this time, other processes will hang, you'll have to start the query
once again. I played around with the click2dial script and other fifo
stuff and noticed how error-prone that is. Once the fifo didn't answer
at all anymore and I had to restart SER.
Is anyone running another solution for getting all or some contacts out
of SER?
Thanks in advance,
Sebastian
--
Sebastian Damm
GPG-Encrypted mail welcome! ID: 0x64D96827 @ pgpkeys.pca.dfn.de
Fingerprint: CB7F F23F D950 644D 838B 215A 550F 75EC 64D9 6827
Hello dear list members,
I'm having a problem executing perl script for prefix stripping and adding
using database. This script works fine when executed form shell but when I
execute this script to rewrite uri by using exec module, it fails. It says
it can't connect to mysql database. I've used DBI in perl to connect to
mysql.
Can anyone help me with this?
--
Thanks in advance
Asterisk Expert