List Info

Thread: two questions about openser 1.3.0




two questions about openser 1.3.0
country flaguser name
China
2007-10-24 06:36:56
hi:
 
  I get the openser-1.3.0 by svn.
  I found that:
  1¡¢PUBLISH err
I send publish request like this:
 
PUBLISH sip:glangeilangei.com SIP/2.0
Via: SIP/2.0/UDP 192.168.7.33:5060;rport;branch=z9hG4bKPj9147bfbe0959475a9d58131ff908f6c4
Max-Forwards: 70
From: <sip:glangeilangei.com>;tag=7cf57711fd394c3c87bf78e4a1d9e102
To: <sip:glangeilangei.com>
Call-ID: 49098bd9d7734a37a2a15f9965bd8a6b
CSeq: 18509 PUBLISH
Event: presence
Expires: 60
Content-Type: application/pidf+xml
Content-Length: &nbsp; 233
 
<?xml version="1.0" encoding="UTF-8"?>
<presence entity="sip:glangeilangei.com" xmlns="urn:ietf:paramsml:ns:pidf">
 ;<tuple id="99c28e062f714ccdb5df7cec59659ffa">
&nbsp; <status>
   <basic&gt;open</basic>
  </status>
 ;</tuple>
</presence> 
 
 &nbsp; &nbsp; the openser show that:
  ; &nbsp; &nbsp; &nbsp;ERROR:presence:handle_publish: Missing or unsupported event header field value
&nbsp; &nbsp;   ; &nbsp;ERROR:presence:handle_publish:&nbsp;  event=[presence]
 &nbsp;  How can i organize the PUBLISH message?
2¡¢presence_xmlxcap_auth.c:the 363 line
&nbsp; &nbsp;  result_cols[xcap_doc_col= n_result_cols++] = "doc";
 
 &nbsp; &nbsp; is any problem?
 
 &nbsp; &nbsp; the openser show that:
   ;  DBG:presence_xml:get_rules_doc: [user]= glangei&nbsp; [domain]= langei.comOct 24 19:01:23 [9620]
   ;  ERROR:mysql:db_mysql_submit_query: driver error: Unknown column 'doc' in 'field list'
&nbsp;
&nbsp;Thanks a lot!
&nbsp;
2007-10-24

³Ìǧ
Re: two questions about openser 1.3.0
country flaguser name
Spain
2007-10-24 06:51:50
EL MIéRCOLES, 24 DE OCTUBRE DE 2007, ?‹?ƒ ESCRIBIó:
> HI:
>
>   I GET THE OPENSER-1.3.0 BY SVN.
>   I FOUND THAT:
>   1ÀPUBLISH ERR
> I SEND PUBLISH REQUEST LIKE THIS:
>
> PUBLISH SIP:GLANGEILANGEI.COM SIP/2.0
> VIA: SIP/2.0/UDP
>
192.168.7.33:5060;RPORT;BRANCH=Z9HG4BKPJ9147BFBE0959475A9D58
131FF908F6C4
> MAX-FORWARDS: 70
> FROM: <SIP:GLANGEILANGEI.COM>;TAG=7CF57711FD394C3C87BF78E4A1D9E102
> TO: <SIP:GLANGEILANGEI.COM>
> CALL-ID: 49098BD9D7734A37A2A15F9965BD8A6B
> CSEQ: 18509 PUBLISH
> EVENT: PRESENCE
> EXPIRES: 60
> CONTENT-TYPE: APPLICATION/PIDF+XML
> CONTENT-LENGTH:   233
>
> <?XML VERSION="1.0"
ENCODING="UTF-8"?>
> <PRESENCE ENTITY="SIP:GLANGEILANGEI.COM"
> XMLNS="URN:IETF:PARAMS:XML:NS:PIDF">
<TUPLE
> ID="99C28E062F714CCDB5DF7CEC59659FFA">
>   <STATUS>
>    <BASIC>OPEN</BASIC>
>   </STATUS>
>  </TUPLE>
> </PRESENCE>
>
>      THE OPENSER SHOW THAT:
>         ERROR:PRESENCE:HANDLE_PUBLISH: MISSING OR
UNSUPPORTED EVENT HEADER
> FIELD VALUE ERROR:PRESENCE:HANDLE_PUBLISH:  
EVENT=[PRESENCE]
>     HOW CAN I ORGANIZE THE PUBLISH MESSAGE?

JUST BEFORE THIS MESSAGE FROM YOU THERE IS OTHER MAIL FROM
ANTONIE 
FRESSANCOURT WITH SUBJECT:
  " BUG WITH OPENSER 1.3 PRESENCE MODULE : EVENT
HANDLING."

READ THIS, IS THE SAME BUG.

-- 
IñAKI BAZ CASTILLO

_______________________________________________
USERS MAILING LIST
USERSOPENSER.ORG
HTTP://OPENSER.ORG/CGI-BIN/MAILMAN/LISTINFO/USERS

Re: two questions about openser 1.3.0
country flaguser name
Romania
2007-10-24 07:12:05
Hello,


1. Have you loaded the presence_xml module?

2. Beware that the table definition for xcap_table has been
changed in
openser 1.3 so update your database.

regards,

Anca Vamanu


³Ìǧ wrote:
> hi:
> I get the openser-1.3.0 by svn.
> I found that:
> 1¡¢PUBLISH err
> I send publish request like this:
>
>     PUBLISH sip:glangeilangei.com SIP/2.0
>     Via: SIP/2.0/UDP
>    
192.168.7.33:5060;rport;branch=z9hG4bKPj9147bfbe0959475a9d58
131ff908f6c4
>     Max-Forwards: 70
>     From: <sip:glangeilangei.com>;tag=7cf57711fd394c3c87bf78e4a1d9e102
>     To: <sip:glangeilangei.com>
>     Call-ID: 49098bd9d7734a37a2a15f9965bd8a6b
>     CSeq: 18509 PUBLISH
>     Event: presence
>     Expires: 60
>     Content-Type: application/pidf+xml
>     Content-Length: 233
>     <?xml version="1.0"
encoding="UTF-8"?>
>     <presence entity="sip:glangeilangei.com"
>     xmlns="urn:ietf:paramsml:ns
:pidf">
>     <tuple
id="99c28e062f714ccdb5df7cec59659ffa">
>     <status>
>     <basic>open</basic>
>     </status>
>     </tuple>
>     </presence>
>
> the openser show that:
> ERROR:presence:handle_publish: Missing or unsupported
event header
> field value
> ERROR:presence:handle_publish: event=[presence]
> How can i organize the PUBLISH message?
> 2¡¢presence_xmlxcap_auth.c:the 363 line
> result_cols[xcap_doc_col= n_result_cols++] =
"doc";
> is any problem?
> the openser show that:
> DBG:presence_xml:get_rules_doc: [user]= glangei
[domain]=
> langei.comOct 24 19:01:23 [9620]
> ERROR:mysql:db_mysql_submit_query: driver error:
Unknown column 'doc'
> in 'field list'
> Thanks a lot!
> 2007-10-24
>
------------------------------------------------------------
------------
> ³Ìǧ
>
------------------------------------------------------------
------------
>
> _______________________________________________
> Users mailing list
> Usersopenser.org
> htt
p://openser.org/cgi-bin/mailman/listinfo/users
>   


_______________________________________________
Users mailing list
Usersopenser.org
htt
p://openser.org/cgi-bin/mailman/listinfo/users

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )