when i send im in a script php i have this error
2(3549) ERROR: fifo_server: command must begin with :: MESSAGE
2(3549) **** done consume
2(3549) ERROR: fifo_server: command must have at least 3 chars
can help me
---------------------------------
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses.
Hello,
many thanks to all developers of the new presence server. Its a great
enhancement to OpenSER.
As a small contribution from my side I did some tests with Eyebeam clients.
Now I found, that the immediate NOTIFY according to RFC3265 § 3.1.6.2 is
missing.
To document the behaviour I have attached a trace-file from the server.
Frame 6 contains a SUBSCRIBE request which is not confirmed with an
immediate NOTIFY request. The first NOTIFY is sent only four minutes later
after the first presence state change of the presentity occurred (frame 30).
Cheers
Franz
Dear all,
Thank you for this chance.
All, I have tried to learn about how can TLS can secure communication in VoIP.
I must to understand it in order to responsible my openser server (working) with TLS to my lecturer.
But, I have still doubt.
Actually, what is encrypted in TLS system so the communication become secure? Does it encrypt the data (voise packet)? or The traffic (so the sniffer can not get the data? OR anything else?
I do hope anybody can help me :)
Thanks,
Ferianto
Note: I cryptography tutorials, I read that the cryptography system secure the message (text) by encrypting it using public key and private key. So, How about TLS in VoIP?
---------------------------------
Everyone is raving about the all-new Yahoo! Mail.
Hi,
I've been having a problem, where audio is lost either in one or both
directions when conversaion is taken off 'hold'. The parties are both behind
NAT and depending UA as whether one or both loose audio. From what I can tell
its to do with my loose route and nathelper, and how my ser.cfg deals with
the take off hold INVITE from the phones. When the call is taken off hold the
rtp streams aren't setup properly again (eg not using mediaproxy correctly).
What is the best way to solve this problem?
I've seen similarly posts to the mailing list about this problem with no
solution posted.
http://lists.iptel.org/pipermail/serusers/2006-March/027424.htmlhttp://lists.iptel.org/pipermail/serusers/2006-April/027885.htmlhttp://lists.iptel.org/pipermail/serusers/2006-May/028407.html
Thanks
Shaun
I have a similarly config to getting started guides ser.cfg
# -----------------------------------------------------------------
# Loose Route Section
# -----------------------------------------------------------------
if (loose_route()) {
if (!has_totag()) {
sl_send_reply("403", "Forbidden");
break;
};
if (method=="INVITE") {
if ((method=="INVITE" || method=="REFER")
&& !has_totag()) {
if (!proxy_authorize("","subscriber")) {
proxy_challenge("","0");
break;
} else if (!check_from()) {
sl_send_reply("403", "Use From=ID");
break;
};
consume_credentials();
};
if
(client_nat_test("3")||search("^Route:.*;nat=yes")) {
setflag(6);
use_media_proxy();
};
};
route(1);
break;
};
Hi,
I'm trying to find cpledit. It is no longer at iptel.org. Someone on
the SER mailing list told me to try here, as he thought Bogdan was
behind it.
Does anyone know if this still exists and where I can find it? Can
anyone suggest an alternative?
Thanks for any help.
Doug
--
Doug Meredith
506-854-7997 ext. 801
pls. ignore
_________________________________________________________________
Not only does Windows Live OneCare provide all-in-one PC care to keep your
computer protected and well-maintained, but it also makes creating backup
files a breeze. Try it today!
http://ideas.live.com/programpage.aspx?versionid=b2456790-90e6-4d28-9219-5d…
hi all
i have problem in configurations of mediaproxy module i have download mediaproxy in my ser server and i have make one file name(mediaproxy.ini) in mediaproxy dir and do some change and run this command
mediaproxy start
nothing can heppand please help me out on this because at this time i am in very bad conditions
thanks
vijay
---------------------------------
Everyone is raving about the all-new Yahoo! Mail.
Hello,
I'm new to openSer and wondered if there was any resolution to this post??? I'm hitting this same crash with openSer (with TLS enabled) using a Snom phone (300 with latest Beta firmware - snom300-6.5-SIP-j.bin). I've gone through the archives looking for help getting this setup working. I've also tried the Snom Softphone with the same result.
Thanks
Frank
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Hi,
I have tried to register to OpenSER CVS 31.03 with my SNOM 360
(5.3.6sw), disabled pretty all modules from OpenSER (radius, xlog, auth,
...) and always the server crashes.
Is there something I have missed in configuration ?
Thanks a lot for help,
-Mika
The error message and debug info seems like this:
11(24351) tcpconn_new: new tcp connection to: XXX.XX.XX.XXX
11(24351) tcpconn_new: on port 2171, type 3
11(24351) tls_tcpconn_init: Entered: Creating a whole new ssl connection
11(24351) tls_tcpconn_init: Looking up tls domain [XXX.XX.XX.XXX:5061]
11(24351) tls_tcpconn_init: Using default tls server settings
11(24351) tls_tcpconn_init: Setting in ACCEPT mode (server)
11(24351) tcpconn_add: hashes: 442, 1
11(24351) handle_new_connect: new connection: 0xb608f6a0 24 flags: 0002
11(24351) send2child: to tcp child 0 7(24347), 0xb608f6a0
7(24347) received n=4 con=0xb608f6a0, fd=19
7(24347) DBG: io_watch_add(0x810e580, 19, 2, 0xb608f6a0), fd_no=1
7(24347) tls_update_fd: New fd is 19
11(24351) DBG: handle_tcp_child: dead tcp child 0 (pid 24347, no 7)
(shutting down?)
11(24351) DBG: io_watch_del (0x810e420, 17, -1, 0x0) fd_no=16 called
11(24351) ERROR: receive_fd: EOF on 15
11(24351) DBG: handle_ser_child: dead child 7, pid 24347 (shutting down?)
11(24351) DBG: io_watch_del (0x810e420, 15, -1, 0x0) fd_no=15 called
0(24339) child process 24347 exited by a signal 11
0(24339) core was generated
0(24339) INFO: terminating due to SIGCHLD
6(24346) INFO: signal 15 received
6(24346) Memory status (pkg):
---------------------------------
Stay in the know. Pulse on the new Yahoo.com. Check it out.
First of all:
It's not considered polite to send direct mails for topics which ought
to be directed to the mailing list...
Try to go to
www.onsip.org
and download the getting started document, which has a good
explanation and several examples for configuring. It is targeted to
SER but your openser version should be really close to the config
files explained in the getting started document...You might have to
adapt some syntax so you would have to check the logs when you start
openser.
Samuel.
2006/10/31, simo med <simoelmar(a)gmail.com>:
> hi Samuel!
> i'm asking for an example type of an openser.cfg! if you have any
> information or a solution to make my openser work properly, please send it
> to me!
> i use openser 1.0.1, in linux debian!
> thanks in advance
> simo