I want to build a server which will act purely as a SIP proxy.
The idea is I will put the proxy into my DMZ, and on my internal
firewall I already have a Cisco 2600, which will convert the sip
traffic into something the pbx understands.
Can I do this with Ser?
Do I need to have MySQL installed, after all it's just a pure proxy?
Can I use it to create CDR's?
Any help appreciated.
Zac Tolley
Hi All
Does anyone know how to include a # in the following command
Prefix("123#4");
Because the above doesn't work. SER doesn't recognize the # and in fact
errors out on it.
I've also tried Prefix("123\#\4"); Prefix("123'#'4"); Prefix("123[#]4");
Thanks
Richard C. Thompson
VP of Technology, CCNA
Virtual Communications, LLC
o 954-334-4000 x 420
f 954-217-7322
Hi all,
does anybody knows if there's a way to
do something like music on hold with sems,
or if somebody is currently programing a plugin for it?
Thanks.
B.R.
Xavier
Jan,
Looking the logs hasn't revealed much telling info, but I'll go ahead
and send you what I have anyways. I took the liberty of extracting this
from my /var/logs/everything.log I was hoping there would be something
more helpful regarding that memory allocation error. I do know, after
looking at the source, that the "Can't allocate x-byte block" error is
coming from my particular xmlrpc-c library. Interestingly enough I have
a generic xmlrpc-c.tar.gz which does indicate very well what version it
is on. Looking at the sourceforge page all of them have a particular
schema which has left me wondering where I found this package. I am
going to assume that it is ver 1.03.02, but I am going to go ahead and
update it to see what happens, since there was a new release yesterday.
I will let you know if that error persists after the update.
Logs:
Sep 6 09:23:00 myhost ./ser[5674]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5675]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5676]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5677]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5678]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5679]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5680]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5681]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5682]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5683]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5684]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5685]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5686]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5687]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5688]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5689]: INFO: signal 15 received
Sep 6 09:23:00 myhost ./ser[5690]: INFO: signal 15 received
Sep 6 09:23:22 myhost ser: read 936833521 from /dev/urandom
Sep 6 09:23:22 myhost ser: seeding PRNG with 2062863074
Sep 6 09:23:22 myhost ser: test random number 923067521
Sep 6 09:23:22 myhost ser: WARNING: fix_socket_list: could not rev. resolve 63.77.68.19
Sep 6 09:23:22 myhost ./ser[5753]: Maxfwd module- initializing
Sep 6 09:23:22 myhost ./ser[5753]: INFO: udp_init: SO_RCVBUF is initially 110592
Sep 6 09:23:22 myhost ./ser[5753]: INFO: udp_init: SO_RCVBUF is finally 221184
Sep 6 09:23:22 myhost ./ser[5753]: INFO: udp_init: SO_RCVBUF is initially 110592
Sep 6 09:23:22 myhost ./ser[5753]: INFO: udp_init: SO_RCVBUF is finally 221184
Sep 6 09:25:22 myhost ./ser[5770]: Binding 'testuser','sip:testUser@localhost' has expired
Sep 6 09:25:48 myhost syslog-ng[1812]: STATS: dropped 0
Sep 6 09:27:23 myhost ./ser[5770]: Binding 'testuser','sip:testUser@localhost' has expired
Jan Janak wrote:
>This is interesting. Your server sends "Can't allocate x-byte memory
>block" but this message does not come from SER, neither can I find it in
>my version of xmlrpc-c library.
>
>What version of xmlrpc-c library do you have ? What is the
>OS/distribution ? Could you also send me the log from SER ?
>
> thanks for helping me to debug this.
>
> Jan.
>
>
>
The problem with NAT is because the IP address of the SDP body is a
non routeable IP. So how does a media proxy works?
I read that a media proxy put his address at the sdp body and both UA
talks with the media proxy instead of each other. At the time a NAT
user sends an INVITE, there is no corresponding port on the NAT. So
How does a media proxy contact the NATed UA?
Isn't this the same problem the called part will have to contact the
NATed party?
I read a couple of papers about it, but in all of them it is said that
both ends talk to the media proxy and that is all. No explanation
about how things work. I know it works because I am using mediaproxy.
If anyone could point me how this works or where I can find a document
explaining....
Thanks,
Felipe
--
Master Student - Electrical Engineering Department
Computer Engineering and Telecommunications Research Group
Universidade Federal de Minas Gerais - Brazil
"For God so loved the world that he gave his one and only Son, that
whoever believes in him shall not perish but have eternal life."
John 3:16
as to integrate servers SIP
My name is Ederson
My language is Portuguesse
---------------------------------
Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e muito mais. Instale agora!
Hello,
How can we use ser and rtpproxy for load-balancing and
failover ?
if ser is able to handle n calls per second how can we
calculate the load for rtpproxy ( memory, cpu, ...)
in order to send all traffic to one rtpproxy?
If this one is down nathelper module is able to send
traffic to an other rtpproxy .
SER-----------------------------
| | |
rtpproxy1 rtpproxy2 rtpproxy3
via unix socket
What's the best way for SER failover ?
___________________________________________________________________________
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
Téléchargez cette version sur http://fr.messenger.yahoo.com
Hi Matt,
I redirected this email on the users mailing list - it's more appropriate.
the idea seams ok, with couple of comments:
1) be sure that fwd to localhost is ok (instead of a routable IP)
2) doing Record-Route may be a good think.
to debug tour problem, add some log("...") statements into your script
to be able to trace the processing. Also a network trace (including on
lo device) will be helpful to see what happens - if the messages are
received, if they are sent and where. Also watch the log for potential
errors.
regards,
bogdan
Matt L. Zhu wrote:
> has anyone successfully setup openser as the frontend proxy for
> asterisk? here is my setup
>
> /etc/asterisk/sip.conf
> [general]
> context=default
> port=5065
> bindaddr=0.0.0.0
> srvlookup=yes
>
> [ser]
> type=user
> context=proxy
> host=192.168.0.10
>
> then i edited openser.cfg to do something like this
>
> if
> (uri=~"sip:[a-zA-Z\.]*@(xxx\.xxx\.com)|(192\.168\.0\.10)") {
> forward( localhost, 5065 );
> break;
> };
>
> i connected two sipphones (wengo) in this case to openser, but calls
> are not going through at all, connecting directly to asterisk works.
> have anyone worked in this situation?
>
> thanks
>
>
>
> _______________________________________________
> Devel mailing list
> Devel(a)openser.org
> http://openser.org/cgi-bin/mailman/listinfo/devel
>
Hello,
I think that most of the ser users would wish a
roadmap for SER ?
Does team developpers could provide it ?
Regards
Harry
___________________________________________________________________________
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
Téléchargez cette version sur http://fr.messenger.yahoo.com