following er some asterisk values that is formatted and set;

                set(FROM=${CUT(SIP_HEADER(From),:,2)});
set(FROMIP=${CUT(FROM,@,2)});
set(FROM=${CUT(FROM,@,1)});
set(TO=${CUT(SIP_HEADER(To),:,2)});
set(TO=${CUT(TO,@,1)});

noop(RDNIS: ${CALLERID(rdnis)});
noop(NAME=${CALLERID(name)});
set(CALLERID(name)=);


i would like to know how to do the equivalent in openSIPS.
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to