Re: [pjsip] pjsip Digest, Vol 71, Issue 65

JL
JOHAN LANTZ
Mon, Jul 15, 2013 7:49 AM

Hi Pasquale

You can do this quite easily by adding a module of your own. Put it on the proper level in the stack and look at incoming messages. If the message type is OPTIONS, you can choose to process it yourself.
http://www.pjsip.org/pjsip/docs/html/group__PJSIP__MOD.htm

Search in the pjsip code for an example of what a module looks like, it is used for all SIP messages.

/Johan

Hi at all,
one "simple" question? how can i intercept options message sent by my server ?
If is it necessary other info, please don't hesitate to ask me.
Thanks in advance.

Pasquale


Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo.
This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at:
http://www.tid.es/ES/PAGINAS/disclaimer.aspx

Hi Pasquale You can do this quite easily by adding a module of your own. Put it on the proper level in the stack and look at incoming messages. If the message type is OPTIONS, you can choose to process it yourself. http://www.pjsip.org/pjsip/docs/html/group__PJSIP__MOD.htm Search in the pjsip code for an example of what a module looks like, it is used for all SIP messages. /Johan Hi at all, one "simple" question? how can i intercept options message sent by my server ? If is it necessary other info, please don't hesitate to ask me. Thanks in advance. Pasquale ________________________________ Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo. This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at: http://www.tid.es/ES/PAGINAS/disclaimer.aspx
PC
Pasquale Caruso
Mon, Jul 15, 2013 12:41 PM

Thanks  so much Johan.

Il giorno 15/lug/2013, alle ore 09:49, JOHAN LANTZ ha scritto:

Hi Pasquale

You can do this quite easily by adding a module of your own. Put it on the proper level in the stack and look at incoming messages. If the message type is OPTIONS, you can choose to process it yourself.
http://www.pjsip.org/pjsip/docs/html/group__PJSIP__MOD.htm

Search in the pjsip code for an example of what a module looks like, it is used for all SIP messages.

/Johan

Hi at all,
one "simple" question? how can i intercept options message sent by my server ?
If is it necessary other info, please don't hesitate to ask me.
Thanks in advance.

Pasquale


Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo.
This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at:
http://www.tid.es/ES/PAGINAS/disclaimer.aspx


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Thanks so much Johan. Il giorno 15/lug/2013, alle ore 09:49, JOHAN LANTZ ha scritto: > Hi Pasquale > > You can do this quite easily by adding a module of your own. Put it on the proper level in the stack and look at incoming messages. If the message type is OPTIONS, you can choose to process it yourself. > http://www.pjsip.org/pjsip/docs/html/group__PJSIP__MOD.htm > > Search in the pjsip code for an example of what a module looks like, it is used for all SIP messages. > > /Johan > > Hi at all, > one "simple" question? how can i intercept options message sent by my server ? > If is it necessary other info, please don't hesitate to ask me. > Thanks in advance. > > Pasquale > > > ________________________________ > > Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo. > This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at: > http://www.tid.es/ES/PAGINAS/disclaimer.aspx > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org