[Asterisk-Users] chan_sip and Digest realm

James Sizemore james at deny.org
Wed May 5 12:39:37 MST 2004


I am going to change my Digest realm to match my DNS SVR record.
I dug through the code  in chan_sip.c and on line 2748 I found it hard 
coded <frown> :
  snprintf(tmp, sizeof(tmp), "Digest realm=\"asterisk\", nonce=\"%s\"", 
r\anddata);
I'm going to change this to :
snprintf(tmp, sizeof(tmp), "Digest realm=\"isdn.net\", nonce=\"%s\"", 
r\anddata);

I looked through the code and this does not look like it will cause me 
any problems.
Has anyone else changed the "Digest realm"? Did you have any odd problems?






More information about the asterisk-users mailing list