Bugs item #2992354, was opened at 2010-04-26 16:21
Message generated for change (Tracker Item Submitted) made by s_schumann
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2992354&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: docs
Group: 1.5.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sebastian Schumann (s_schumann)
Assigned to: Nobody/Anonymous (nobody)
Summary: pua_dialoginfo doc

Initial Comment:
Not sure if you update backwards the module docs, but I found some missing 
stuff:
http://www.opensips.org/html/docs/modules/1.5.x/pua_dialoginfo.html

There is the exported function missing. I use 1.5 and tried it for several 
hours, thought the trigger is the dialogmodule until I found it in the 1.6 doc.
http://www.opensips.org/html/docs/modules/1.6.x/pua_dialoginfo.html

1.4.1.  dialoginfo_set()

This function must be called for INVITE messages that initialize a dialog for 
which dialoginfo information must be published.

...
        if(is_method("INVITE"))
                if(uri =~ "opensips.org")
                        dialoginfo_set();
...
                

Also in the explanatory text of 1.6 is more about that function. 

Might be helpful also for others to update it for 1.5 as well (where the module 
got introduced).

I put it also on sourceforge.

Best regards
Sebastian


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2992354&group_id=232389

_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to