Hi Jamey!
Meanwhile a student of mine extended the pa module as part of his master
thesis and SUBSCRIBE/NOTIFY works with the RTC-API - it was not difficult.
As soon as I get the code from the student I will post it somewhere,
together with the thesis - which is german :-(
regards,
klaus
Jamey Hicks wrote:
> Klaus Darilion wrote:
>
>> Hi Jamey!
>>
>> Thanks for the information. One of my students here at the university
>> tries to implement a system where you can watch mobile user running
>> around and call them by clicking on the moving point at the map - all
>> with SIP. Currently we produce the location information at the mobile
>> client (ipaq + xlite) by reading the GPS data from a bluetooth GPS
>> receiver.
>>
>> On the other side, we would like to have a Windows based client, which
>> uses the RTC API. So the idea was to include the GPS information into
>> the presence by using the "user-provided presence info" (like
>> "x=123;y=456" instead of "i'm at lunch and come back at 2:30").
>> Nevertheless, therefore it would be necessary that the RTC API accepts
>> the notficiations from ser.
>>
>> The RTC api sends its notifieys as application/xpidf+xml, not as
>> application/cpim-pidf+xml. Is this the same format with a different
>> name? I tried to find the definition of them, but I found several
>> outdated drafts. I took a closer look at the drafts from the impp
>> working group, but for example i couldn't find the definition of the
>> <presentitiy> tag. Can you point me to a document which describes the
>> format used by the RTC. Btw: which format uses the sipc or other
>> commerical SIP-based IM applications?
>>
>> I also found no description of adding the exact geographical location
>> into the presence information in a more generic way (not the
>> workaround described above). Have you ever thought of this (as the
>> columns are already defined in the database tables)? E.g. it could be
>> a dedicated tag or an attribute in the location tag.
>>
> Hi Klaus,
>
> I was just checking through my mail and saw this note again. I do not
> know how extensible xpidf is, but you including location in the
> user-provided presence info field should work. I have not had any luck
> with ser handling a subscribe from a microsoft RTC client, but I'm sure
> someone with some time and a packet tracer could get that working.
>
> sipc and commercial SIP-based IM applications use
> application/cpim-pidf+xml. This format is still undergoing revision in
> the SIMPLE working group.
>
> The SER PA includes location information for each registered contact in
> a separate tuple. I wrote this up here:
> http://pic.internet2.edu/docs/pals-ua-reqs.pdf
>
> Jamey
>
>
>
Hi there,
I am installing serweb. I think everything is in place - just the FIFO
settings seem to be a bit unclear.
The following error message:
Warning: fopen(/tmp/ser_fifo): failed to open stream: Permission denied in
/home/siporig/public_html/functions.php on line 206
I have read through the docs.
In the configs.php - it describes:
/* SerWeb talks to SER via FIFO - this is FIFO's name, it must have the same
value as SER's fifo configs param */
$this->fifo_server="ser_fifo"; (configs.php file)
I am assuming this text is referring to: /etc/ser/ser.cfg
Fifo="ser_fifo"
Are these the two references that need to be the same - or are there others.
Any advise on this would be really apprieated!
Many thanks,
-andrew.
When a REGISTER message is received I would like to capture the URL in the
Contact address and use it within the save process, however, I cannot
seem to
get anything other than the userid portion of the aor. (no domain). Is
the full
SIP URL from the Contact address available? If so can someone point me
in the right direction.
Thanks,Steve
--
ISC Network Engineering
The University of Pennsylvania
3401 Walnut Street, Suite 221A
Philadelphia, PA 19104
voice: 215-573-8396
215-746-7903
fax: 215-898-9348
sip:blairs@upenn.edu
Hi kamen,
I have a working accounting, actually all the records are logged on mysql and I could see all the calls except for this type of call which it doesn't shows up but I got a BYE message from it. just wondering why.
regards
Hi
Are there any people/companies out there offering commercial support
for SER? IPTEL are apparently maxed out, and we would like to run
some ideas past some one and also get per user divert times implemented
on SER.
If anyone is interested, please let me know.
thanks
peter
--
peter gradwell. gradwell dot com Ltd. http://www.gradwell.com/
-- engineering & hosting services for email, web and voip --
-- http://www.peter.me.uk/ -- http://www.voip.org.uk/ --
Hi all,
I'm thinking why my ser couldn't log accounting if I redirect a call to an FXO voip gateway?
I observed that I didn't saw any INVITE, ACK message on the logs except BYE message.
Here's my setup:
sip ip phone ---> ser --- fx0 voip gateway
heres my config:
if ( (uri=~"^sip:123[0-9]*@.*") ) {
route(5);
break;
};
route[5] {
if ( (uri=~"^sip:123[0-9]*@.*") ) {
rewritehostport("fx0.voipgateway.com:5060");
#rewritehostport("fx0.voipgateway.com:5090");
forward(uri:host, uri:port);
break;
};
}
Ok i have instaled the server and can make calls but i want to know how to add voicemail?? and the echo test? how do i designate a number like 100 to check vociemail and so on>
Best Regards
Stuart Baggs
(Sales Manager)
Web: www.t-hosting.biz
Email: sales(a)t-hosting.biz
Hi,
I'm developping a ser module and i have the problem of sharing some global variables between forked childs. How can i solve this issue?
For example if i would like to mantain in memory a counter of received messages.
I not interested in a database solution.
Thank you very much. Best regards
Gustavo García
hi my name is takuya
i'm japanease
i wanna install ser to FreeBSD
but i can't!!
becase i getting error, like this
master# make
"Makefile.sources", line 17: Missing dependency operator
"Makefile.sources", line 19: Need an operator
Error expanding embedded variable.
i seraching reason,but i can't find
please someone teach me.
--------------------------------
APCommunications Inc
NWソリューション事業部 今泉 拓也
TEL 03-5297-8011
Mail:imaizumi(a)ap-com.co.jp
--------------------------------