Hi Oren,

After receiving your reply, I revisited my implementation of that tag.  I
found I was actually using the following (which is not correct, because it
is not using the "_STR" flavor tag):

NUTAG_ALLOW_EVENTS("talk, hold, conference")

I changed it to the following, and now it is working:

SIPTAG_ALLOW_EVENTS_STR("talk, hold, conference")

Thanks Again,
Jerry

 

-----Original Message-----
From: Oren Bouskila [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 31, 2008 10:27 AM
To: Jerry Richards
Cc: sofia-sip-devel@lists.sourceforge.net
Subject: RE: [Sofia-sip-devel] Allow-Events Header Not Appearing in
OutboundRequests

Hi Jerry

You may already know this. But you should send only the value of the header.

So if your header is "Allow-Events: message-summary" you should use it like
this: 

SIPTAG_ALLOW_EVENTS_STR("message-summary")

I hope it was any help

Regards
Oren Bouskila 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jerry
Richards
Sent: Monday, March 31, 2008 6:41 PM
To: sofia-sip-devel@lists.sourceforge.net
Subject: [Sofia-sip-devel] Allow-Events Header Not Appearing in
OutboundRequests

Hello All,

I have had no success getting the "Allow-Events:" header to appear in
outbound SIP messages.  I tried included the SIPTAG_ALLOW_EVENTS_STR() tag
in the following API calls, and none have worked:

nua_set_params()
nua_handle()
nua_set_hparams()
nua_subscribe()

Do I need to do something special to get the "Allow-Events:" header to
appear in an outgoing SUBSCRIBE request?

Best Regards,
Jerry


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for just about anything Open
Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel



 
 
****************************************************************************
********
This footnote confirms that this email message has been scanned by PineApp
Mail-SeCure for the presence of malicious code, vandals & computer viruses.
****************************************************************************
********






 
 
****************************************************************************
********
This footnote confirms that this email message has been scanned by PineApp
Mail-SeCure for the presence of malicious code, vandals & computer viruses.
****************************************************************************
********




-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to