In an outbound call I am able to use consume_credentials() to get rid of all Authorization: Digest... lines in the header, except for the ACK. Can I strip the header from the ACK? I can't seem to catch it.
-g
Hi Greg,
Just a whild whild guess..
try to put the consume_credentials into the loose_route section. Guessing the ACK is going a different way then what your invites are doing. (if not.. remove_hf("Authori...");)
-A
* Greg Fausak lgfausak@gmail.com [060913 17:12]:
In an outbound call I am able to use consume_credentials() to get rid of all Authorization: Digest... lines in the header, except for the ACK. Can I strip the header from the ACK? I can't seem to catch it.
-g
-- Greg Fausak greg@thursday.com
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Atle,
I thought of that. That picked up the Auth headers in the BYE messages, but not from the ACK messages.
I didn't think about remove_hf(), I'll give that a go....
thanks, -g
On 9/13/06, Atle Samuelsen clona@cyberhouse.no wrote:
Hi Greg,
Just a whild whild guess..
try to put the consume_credentials into the loose_route section. Guessing the ACK is going a different way then what your invites are doing. (if not.. remove_hf("Authori...");)
-A
- Greg Fausak lgfausak@gmail.com [060913 17:12]:
In an outbound call I am able to use consume_credentials() to get rid of all Authorization: Digest... lines in the header, except for the ACK. Can I strip the header from the ACK? I can't seem to catch it.
-g
-- Greg Fausak greg@thursday.com
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi Greg,
Hope it works :-)
Good luck!
-A
* Greg Fausak lgfausak@gmail.com [060913 20:11]:
Atle,
I thought of that. That picked up the Auth headers in the BYE messages, but not from the ACK messages.
I didn't think about remove_hf(), I'll give that a go....
thanks, -g
On 9/13/06, Atle Samuelsen clona@cyberhouse.no wrote:
Hi Greg,
Just a whild whild guess..
try to put the consume_credentials into the loose_route section. Guessing the ACK is going a different way then what your invites are doing. (if not.. remove_hf("Authori...");)
-A
- Greg Fausak lgfausak@gmail.com [060913 17:12]:
In an outbound call I am able to use consume_credentials() to get rid of all Authorization: Digest... lines in the header, except for the ACK. Can I strip the header from the ACK? I can't seem to catch it.
-g
-- Greg Fausak greg@thursday.com
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
-- Greg Fausak greg@thursday.com