[asterisk-commits] oej: branch oej/sip-callpickup-1.2 r73848 - /team/oej/sip-callpickup-1.2/chan...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Jul 8 04:43:07 CDT 2007
Author: oej
Date: Sun Jul 8 04:43:06 2007
New Revision: 73848
URL: http://svn.digium.com/view/asterisk?view=rev&rev=73848
Log:
Experimenting with headers
Modified:
team/oej/sip-callpickup-1.2/channels/chan_sip.c
Modified: team/oej/sip-callpickup-1.2/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/oej/sip-callpickup-1.2/channels/chan_sip.c?view=diff&rev=73848&r1=73847&r2=73848
==============================================================================
--- team/oej/sip-callpickup-1.2/channels/chan_sip.c (original)
+++ team/oej/sip-callpickup-1.2/channels/chan_sip.c Sun Jul 8 04:43:06 2007
@@ -5338,7 +5338,7 @@
will override this, but for phones that doesn't send replaces, the pickup
extension is the next best thing
*/
- ast_build_string(&t, &maxbytes, "<remote><identity>Olle</identity>\n<target uri=\"%s\">\n"
+ ast_build_string(&t, &maxbytes, "<remote><identity display=\"Call Pickup\"></identity>\n<target uri=\"%s\">\n"
"</target>\n</remote>\n", ast_pickup_ext());
ast_build_string(&t, &maxbytes, "<local>\n<target uri=\"%s\">\n"
"</target>\n</local>\n", mto);
More information about the asterisk-commits
mailing list